/* CSS Document */
BODY { 
background : #FFFFFF url(images/fondo.gif) repeat; 
font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #666666; 
margin : 20px 0px 20px 0px; 
text-align: center; 
} 

#contenedor{ 
text-align: left; 
width: 700px; 
background-color : #ffffff; 
margin: auto; 
} 

#cabecera{ 
height : 106px; 
width: 700px; 
} 

#navegador{ 
background : #FFFFFF url(images/fondonav.gif); 
padding : 3px 10px 5px 10px; 
border-top : 1px solid #cccccc; 
border-bottom : 1px solid #cccccc; 
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
color: #494E6B; 
} 
A.enlacenav:HOVER{ 
color: #3F7DE3; 
} 

#cuerpo{ 
width:450px; 
margin-left: 8px; 
padding: 12px 10px 10px 0px; 
background-color : #ffffff; 
float:left; 
} 

H1{ 
font-size: 12pt; 
}

#navabajo{ 
font-weight : bold; 
} 

#lateral{ 
width: 230px; 
background-color: #eef4ff; 
border-bottom : 1px solid #cccccc; 
border-left : 1px solid #cccccc; 
float:right; 
} 

.titlat{ 
background-color:#19146D; 
color:#ffffff; 
font-size:8pt; 
text-transform : uppercase; 
padding: 7px 3px 7px 8px; 
font-weight : normal; 
letter-spacing : 2px; 
margin: 0px 0px 8px 0px; 
} 

.cuerpolateral{ 
padding: 5px 4px 13px 10px; 
} 


INPUT { 
font-size : 8pt; 
} 


#fbuscar form{ 
margin-bottom : 0px; 
margin-top : 0px; 
} 


#campotexto{ 
float: left; 
} 


#campotexto input{ 
width:100px; 
} 


#botonbuscar { 
padding-top : 3px; 
padding-left: 106px; 
} 


#botonbuscar input{ 
border : 0px none; 
} 


.radio{ 
clear:both; 
} 

#otras ul{ 
margin : 5px 10px 0px 0px; 
padding: 0px 0px 0px 4px; 
list-style: none; 
} 
#otras li{ 
padding-left: 14px; 
background: transparent url("images/bullet.gif") 0 2px no-repeat; 
margin-bottom: 10px; 
} 


#pie{ 
clear : both; 
color : #cccccc; 
text-align : right; 
margin : 10px 10px 0px 10px; 
padding-bottom:10px; 
} 

#contenedor{ 
text-align: left; 
border: 2px solid #cccccc; 
width: 700px; 
margin: auto; 
background-color : #ffffff; 
} 

#borde{ 
border: 2px solid #cccccc; 
text-align: left; 
width: 700px; 
margin: auto; 
} 


