/* CSS que modifica algunas etiquetas*/

a{text-decoration:none;}
a:link, a:visited{color:#3300FF;}
a:hover, a:focus{color:#FF9900;}
a:active{color:#FFFF00;}.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	width: 150px;
	float: none;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #DB0238;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.celdacentral {
	background-color: #FFFF99;
	padding-top: 10px;
}
.superior {
	background-color: #003399;
	background-attachment: scroll;
	background-image: url(../img/index_clip_image002.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
