/* CSS Document */
body {
margin-top:0;
padding:0; 
text-align:center;
background-image:url(imágenes/bg.gif);
} 

#content {
padding:0; 
text-align:left; 
margin:auto; 
background-color: #FFFFFF; 
width:970px; 
height:auto;
} 

#cabecera { 
width: 970px; 
height:186px;
background-image:url(imagenes/interfase_cabecera.png); 
float:left; 
} 

#menu { 
width:970px; 
height:49px; 
float:left;
background-image: url(imagenes/interfase_menu.png); 
} 

#contenido { 
width:970px; 
height: auto; 
float: right;
background-image:url(imagenes/interfase_contenido.png);} 

#contenido li { 
display:inline; 
float:left; 
width:155px;
height:117px; 
background-color: #39F; 
padding:5px; 
margin:5px; 
text-align: center; 
border-right: #a5a7aa solid 1px; 
border-bottom: #a5a7aa solid 1px;}
   
#menuabajo {
width:970px;
height:30px;
float:left;
background-image:url(imagenes/interfase_contenido.png);
background-repeat: repeat;
padding:0 0 0 0;
margin:0;
}

#pie { 
clear:both; 
width:970px;
height:95px;
background-image:url(imagenes/interfase_pie.png);
background-repeat:no-repeat;
margin:0; 
position:relative;}

#pie h2 a{
margin:0;
display: block;
overflow:hidden;
text-indent:-2000px;
background: url(imagenes/logotipo_pixel11.png) no-repeat top left ;
height: 40px;
width: 153px;
position: absolute;
top: 28px;
left: 20px;}

#pie p {
text-align:center;
margin:0;
padding:17px 100px 0 0;
color: #000;}

#pie p a{
text-decoration:none;
padding:0;
font-family: Arial, Helvetica, sans-serif ;
color: #000;
font-weight:400;}

#pie p a:hover{ color: #F00;}
   
p{
margin:10px 20px 0 25px; 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight:400;
font-size:14px;
}

h1 {
color: #FF0000;
margin:30px 0 0 25px;
padding:5px 0 0 40px ;
font-family: Arial, Helvetica, sans-serif; 
font-weight:400;
background:url(imagenes/h1.png) no-repeat left;; 
}

h2 {
color: #000000;
margin-left:20px;
padding-top:5px;
font-family: Arial, Helvetica, sans-serif;
font-weight:400;
}

h3 {
color: #000000;
margin-left:20px;
padding-top:5px;
font-family: Arial, Helvetica, sans-serif;
font-weight:400;
}

table {
width: 900px;
text-align: left;
padding-left:20px;
margin-left:10px;
}

.style1 {color: #0099FF}
.style2 {color: #000000; font-size:14px; font-weight:500; font-family: Arial, Helvetica, sans-serif; text-decoration:none; margin-top:35px;}
.style2 a{color: #000000; text-decoration:none; }
.style2 a:hover{color: #FF0000; }

.style3 {color: #666666; font-size:12px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;    }
.style3 a{color: #666666; text-decoration:none;  }
.style3 a:hover{color: #FF0000 ; }
.style4 {color: #F00; font-size:15px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;    }
/*/////////////////////////menu////////////////////////*/

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
padding: 12px 25px 18px 25px;
margin: 0 30px 0 15px;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #000000;
padding: 12px 30px 18px 30px;
margin: 0;
text-decoration: none;
}

#chromemenu ul li a:hover{
color:#FF0000;
}

