/* CSS Document */
.estilo1,.estilo2 { 
font-family: Verdana;color: #333333;font-size: 10px;text-align: center; }
a.estilo1:link {color: #333333;	text-decoration: none;}
a.estilo1:visited {	color: #333333;	text-decoration: none;}
a.estilo1:hover {color: #333333;;text-decoration: underline;}
a.estilo1:active {color: #333333;text-decoration: none;}
a.estilo2:link {color: #333333;text-decoration: none;}
a.estilo2:visited {	color: #990066;	text-decoration: none;}
a.estilo2:hover {color: #990066;background-color: #FFE3ED;text-decoration: none;}
a.estilo2:active {color: #666666;text-decoration: none;}
table#intro {
	border-right: 1px solid #702127;
	border-left: 1px solid #702127;
	border-bottom: 1px solid #702127;
	
}
table#bordes {
	border-right: 1px solid #702127;
	border-left: 1px solid #702127;
	
}
table#arriba {
	border-top: 1px solid #702127;
	border-bottom: 1px solid #702127;
	}
table#dentro {
	border-right: 1px solid #702127;
		
}
table#contenido {
	border: 1px solid #702127;
		
}
body {
background-color: #fff;
scrollbar-face-color: #F5F4F1;
scrollbar-highlight-color: #F5F4F1;
scrollbar-shadow-color: #F5F4F1;
scrollbar-3dlight-color: #F5F4F1;
scrollbar-arrow-color: #854247;
scrollbar-track-color: #F5F4F1;
scrollbar-darkshadow-color: #F5F4F1;

}
.texto {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	
	
}
.fraces {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
a {
	text-decoration: none;
}
