/* CSS Document */
.pie{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.pie:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FF6666;
	text-decoration: none;
	font-weight:bold;	
}
.texto{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
}
.texto_blanco{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
}
.boton{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}
.titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #E27976;
	text-transform: uppercase;
	padding-top:10px;
}

.destacado{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;
	text-transform: uppercase;
}
.enlace{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #E27976;
	text-decoration: none;
	font-weight:bold;
}
.enlace:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	background-color:#E27976;
	font-weight:bold;	
}
.enlace2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.enlace2:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	background-color:#E27976;
	font-weight:bold;	
}

.enlace_noticia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.enlace_noticia:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	background-color:#E27976;
	font-weight:bold;	
}
.texto_rosa{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E27976;
	padding-left:5px;
	padding-right:5px;
}
.texto_naranja{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF6600;
	padding-left:5px;
	padding-right:5px;
}
.texto_color{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;
	padding-left:5px;
	padding-right:5px;
}


