/* 

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;
}


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

body{
/* 
line-height:normal;
padding:0px;
margin:0px;
font-family:-------------;
background-color:------------;
color:-------------;
font-size:----------;
*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-family:11px;
color:#000000;
}
a{
font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
a:hover{

}
h2{
}
h3{
}
ul{
}
li{
}
p{

}



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

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

}

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

#menu{ /*menu principal de la pagina.*/
	float:right;
	overflow:hidden;
	margin-top:13px;
	margin-right:30px;
	margin-top:0px}

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

#contenido{ /*contiene el contenido de la pagina*/

}

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

}

.left{
	float:left}
	
.right{
	float:right}
	
.abajo{
	clear:both;
	height:0px}

/*--------------------------------------------------------------------------
LOGO DE COMUNICA-WEB
--------------------------------------------------------------------------*/
#cw{
	text-align:justify;
	width:187px;
	float:right;
	margin-top:20px;
	line-height:12px;
}
#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:5px;
}
#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;
}
#cw #cw_texto #cw_marca a {
display:block;
padding-top:3px;
color:#666666;
}
.alinear{
	vertical-align:bottom;
}
/*--------------------------------------------------------------------------
id y clases generales
--------------------------------------------------------------------------*/

#cab{
height:130px;
width:719px;
overflow:hidden;
background:url(../img/cabecera.jpg) no-repeat;
}
#img_cental{
height:214px;
width:719px;
overflow:hidden;
background:url(../img/img_cental.jpg) no-repeat;
}
.rojohor{
height:8px;
background:#fd0000;
padding-top:3px;
padding-left:10px;
padding-right:10px;
}
.negrohor{
height:5px;
background:#000000;
}
.borderojo{
border-left:#fd0000 solid 10px;
border-right:#fd0000 solid 10px;
overflow:hidden;
}
.abajo{
clear:both;
}
.salto{
height:5px;
overflow:hidden;
}
.rojo{
color:#fd0000;
font-weight:bold;
}
.izquierda{
float:left;
}
.derecha{
float:right;
}
.email{
vertical-align:text-bottom; 
}