/* 

ESTILO GENERAL DE TODA LA PÁGINA WEB
Esta hoja de estios debe estar vinculada desde todos los documentos xhtml

*/

/*reseteador de estilos por defecto*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: normal;
color: black;
background: white;

}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing=”0?‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: “”;
}
blockquote, q {
quotes: “” “”;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/

body{
background:url(../img/fondo.jpg) #cccccc repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:18px;
/* 
line-height:normal;
padding:0px;
margin:0px;
font-family:-------------;
background-color:------------;
color:-------------;
font-size:----------;
*/
}
a{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:hover{

}
h1{
font-size:18px;
font-weight:bold;
}
h2{
font-size:17px;
}
h3{
}
ul{
}
li{
line-height:14px;
list-style-image:url(../img/li.jpg);
list-style-position:outside;
margin-left:16px
}
p{

}



#contenedor{ /*contiene toda la pagina, todo esta dentro de este div*/
width:952px;
overflow:hidden;
margin:auto;
/*border: 1px #000000 solid;*/
}

#cabecera{ /*fondo de la cabecera de la pagina */
width:952px;
overflow:hidden;
}

#intro #header{ /*cabecera de la pagina*/
}

#menu{ /*menu principal de la pagina.*/
	height:26px;
	overflow:hidden;
}

#breadcrums{ /*menu de migas de pan de la pagina*/
}

#contenido{ /*contiene el contenido de la pagina*/
width:952px;
overflow:hidden;
background:url(../img/fondo_contenido.jpg) repeat-y;
}

#pie{ /*contiene el pie de la pagina*/
width:952px;
text-align:center;
}
#footer{color: #666666;

}
#footer h2 a{
display:inline;
font-weight:normal;
color: #666666;}
#footer h2 {
display:inline;
}
strong{
font-weight:bold;
}

/*--------------------------------------------------------------------------
LOGO DE COMUNICA-WEB
--------------------------------------------------------------------------*/
#cw{
	text-align:justify;
	width:195px;
	float:right;
	margin-top:15px;
	line-height:12px;
	margin-right:350px;
}
#cw #cw_logo{
float:left;
background:url(../img/comunica-web.gif) no-repeat ;
width:36px;
height:36px;
overflow:hidden;
padding:0px;
margin:0px;
margin-right:3px;
}
#cw #cw_logo h2{
padding:0px;
margin:0px;
}

#cw #cw_logo h2 a{
width:40px;
height:60px;
display: block;
padding: 0px;
margin: 0px;
text-decoration: none;
}
#cw #cw_logo h2 a span{
visibility:hidden;
}
#cw #cw_texto{
float:left;
}
#cw #cw_texto h3{
color:#999999;
font-family:Trebuchet MS, Verdana, Arial;
font-size:9px;
padding:0px 0px 0px 3px;
margin:0px;
}

#cw #cw_texto h3 a{
color:#999999;
text-decoration:none;
font-size:10px;
}
#cw #cw_texto #cw_marca a {
display:block;
padding-top:3px;
color:#666666;
}
.alinear{
	vertical-align:bottom;
}
/*--------------------------------------------------------------------------
id y clases generales
--------------------------------------------------------------------------*/

#imgcab{
background:url(../img/cabecera.jpg) no-repeat;
width:952px;
height:200px;
overflow:hidden;
}
#colA{
width:531px;
float:left;
overflow:hidden;
padding-left:24px;
padding-right:24px;
padding-top:23px;
}
#colB{
width:373px;
float:left;
overflow:hidden;
}

#imgtel{
height:29px;
width:373px;
background:url(../img/telbajo.jpg) no-repeat;
}

#telsup{
background:url(../img/telcentral.jpg);
width:208px;
height:26px;
overflow:hidden;
float:right;
}

#telefono{
color:#cccccc;
font-size:20px;
font-weight:bold;
float:right;
padding-right:24px;
margin-top:5px;
}
.salto{
height:5px;
overflow:hidden;
/*border:#FFFFFF solid 1px;*/
}

p{
text-align:justify;
}

.difuminar:hover{
	filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity: 0.7;
}

#presupuesto{
background:url(../img/presupuesto.jpg);
width:224px;
height:49px;
overflow:hidden;
float:right;
}

#submenu{
width:952px;
height:20px;
background:#666666;
text-align:center;
color:#cccccc;
padding-top:3px;
}

#submenu a{
color:#cccccc;
text-decoration:none;
}

#direccion{
color:#666666;
}

.f14{
font-size:14px;
}

.abajo{
clear:both;
}
.derecha{
float:right;
}
.izquierda{
float:left;
}
.novisible{
position:absolute;
visibility:hidden;
}
.visible{
position:absolute;
visibility:visible;
}