/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin: 10px 0px 20px 0px;
	text-align: center;
}
#contenedorintro {
	text-align: left;
	width: 550px;
	background-color : #ffffff;
	margin: auto; 
} 
#contenedor {
	text-align: left;
	width: 550px;
	background-color : #ffffff;
	margin: auto; 
} 
#intro{
	text-align:center;
	width:550px;
	height:400px;
}
#navegador{
/*background : #F5F4C3 url(images/fondonav.gif);*/
	padding : 10px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	text-align:right;
}
#navegador2{
/*background : #F5F4C3 url(images/fondonav.gif);*/
	padding : 10px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	text-align:right;
}
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #494E6B;
}
A.enlacenav:HOVER{
	color: #3F7DE3;
} 
