/**  hoja de estilos general para las miniwebs de proyectos **/

BODY {
	background : #B32E33;
	color : #272F36;
	margin : 20px 0px 20px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
} 

#contenedor{
text-align: left;
width: 750px;
background-color : #ffffff;
margin: auto;
} 

#cabecera{

text-align:center;
} 

#navegador{
	padding : 3px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color: #4E8FE0;
	background-image: url(../imagenes/barra_menu.gif);
	font-size: 14px;
} 
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	/* color: #FF6F1C; naranja*/
	color: #272F36;
	text-decoration:none;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B32E33;	*/

}
A.enlacenav:HOVER{
color: #272F36;
background-color:#FF6F1C;
} 
A.enlaceweb, A.enlaceweb:VISITED, A.enlaceweb:ACTIVE, A.enlaceweb:FOCUS, A.enlaceweb:LINK{
	text-decoration:none;
	color: #801020;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #801020;	
}
A.enlaceweb:HOVER{
	color: #FFFFFF;
	background-color:#4E8FE0;
} 

#cuerpo{
	margin-left: 8px;
	margin-right: 8px;
	text-align:justify;
	padding: 12px 0px 10px 0px;
	background-color : #ffffff;
} 


H1{
font-size: 14pt;
}
H2{
font-size: 12pt;
color:#993333;
}
.campo{
color:#333333;
}

#navabajo{
font-weight : bold;
text-align:center;
} 
hr{
    border:0px;
	background-color:#FC7C01;
	color:#FC7C01;
	height: 1px;
}