.Estilo2 {font-size: 12px}
.Estilo3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(images/fondo2.jpg);
	background-repeat: repeat-x;
}
.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #006699;
	background-image: url(images/Img_titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

.textos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	border-bottom-width: medium;
	border-bottom-style: doble;
	border-bottom-color: #99CCCC;
}
.subtitulos {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
}
