/* CSS Document */
body {
	text-align: center;
}
.imgborder {
	border: 10px solid #FFF;
}
#contenido{
	text-align: left;
	width: 470px;
	margin-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	float:left;
	
}
#titulares{
	float:left;
	width: 450px;
	background-color: #FFFFFF;
}
#cabecera{
	margin-top:15px;
	text-align: right;
	float:left;
	width: 450px;
	background-color: #F3F1F2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff00ff;
}
#foto{
	text-align: left;
	width: 175px;
	float:left;
	background-color: #F3F1F2;
}
.fotomargen { background-color: #f3f1f2; text-align: left; float: left; margin-right: 15px; }
#horario{
	text-align: left;
	width: 230px;
	float:right;
	background-color: #F3F1F2;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 5px;
	padding-top: 10px;
	
}
#texto{ text-align: left; float:left; width: 450px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; margin-top: 10px; margin-bottom: 30px; background-color: #ffffff; }
#fin{
	text-align: right;
	float:left;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff00ff;
	background-color: #FFFFFF;
}

.fintxt {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:link {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:active {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:visited {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:hover {TEXT-DECORATION: none; COLOR: #ca00ca; FONT-FAMILY: arial; FONT-SIZE: 12px}

.titular {
	COLOR: #ff00ff;
	FONT-FAMILY: arial;
	FONT-SIZE: 24px;
	font-weight: bold;
}
.titotro {
	COLOR: #ff00ff;
	FONT-FAMILY: arial;
	FONT-SIZE: 15px;
}
.fecha {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 15px}
