/* 

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{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

/* 
line-height:normal;
padding:0px;
margin:0px;
font-family:-------------;
background-color:------------;
color:-------------;
font-size:----------;
*/
}
a{
}
a:hover{
}
h1{
color:#333399;
font-size:12px;
font-weight:normal;
}
h2{
color:#333399;
font-size:14px;
font-weight:bold;
padding-left:10px;
}
h2 a{
color:#333399;
font-size:14px;
font-weight:bold;

text-decoration:none;
}
h5{
color:#333399;
background-image:url(../img/flecha_azul.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:10px;
font-weight:bold;
font-size:11px;
}

h6{
color:#333399;
font-size:12px;
font-weight:bold;
}

h6{
color:#666666;
background-image:url(../img/flecha_azul.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:10px;
font-weight:bold;
font-size:12px;
}
ul{
}
li{
}
p{
}



#container{ /*contiene toda la pagina, todo esta dentro de este div*/
width:1000px;
margin:0px auto;
}

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

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

#menu{ /*menu principal de la pagina.*/
float:left;
background-image:url(../img/fondo_menu.jpg);
background-repeat:no-repeat;
width:700px;
padding-left:20px;
height:28px;


}

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

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

#footer{ /*contiene el pie de la pagina*/
}

.colum1{
float:left;
width:720px;}

.colum2{
float:left;
width:240px;


}

.abajo{
clear:both;}

.logo{
background-image:url(../img/logo2.jpg);
background-repeat:no-repeat;
float:left;
width:720px;
height:79px;}

.telefonos{
float:right;
margin-right:30px;
padding-top:10px;
}

.left{
float:left;}

.linea_sep{
padding-left:0px;
margin-left:0px;
clear:both;
background-image:url(../img/linea.jpg);
background-repeat:no-repeat;
height:2px;}

.azul{
color:#333399;
font-size:12px;
padding-left:10px;}

.gris_12{
font-size:12px;
padding-left:10px;}

.negra_11{
font-size:11px;
color:#000000;
padding-left:10px;
font-weight:bold;}

.der{
margin-left:10px;
margin-right:10px;}

.menu{
float:left;}

.cab{
float:left;}

.gris_14{
font-size:14px;
font-weight:bold;}

.azul_16{
font-size:16px;
font-weight:bold;
color:#333399;}

.texto_inicio{
margin-right:25px;}

#enlaces a{
color:#666666;
text-decoration:None;

}
/*--------------------------------------------------------------------------
LOGO DE COMUNICA-WEB
--------------------------------------------------------------------------*/
#cw{
	text-align:justify;
	width:188px;
	float:right;
	margin-right:50px;
}
#cw #cw_logo{
float:left;
background-image:url(http://www.comunica-web.com/paginas-web-1.jpg);
width:40px;
height:36px;
overflow:hidden;
padding:0px;
margin:0px;
}
#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:right;
}
#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;
}
#cw #cw_texto #cw_marca a {
display:block;
padding-top:3px;
color:#666666;
}

