@charset "utf-8";
body {
	background-color: #000000;
}
.contactos {
	font-family: Arial;
	font-size: 25px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.derechos {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.texto-seccion {
	padding-top:10px;
	color:#949191;
	font-family: Arial;
	font-size:12px;
	padding-left:5px;
	padding-bottom:10px;
	border-top:1px dotted #949191;
	border-bottom:1px dotted #949191;
}

.texto-noticia {
	color:#949191;
	font-family: Arial;
	font-size:12px;
	padding-left:5px;
	text-decoration:underline;
	padding-bottom:10px;
	border-bottom:1px dotted #949191;
}

.texto-noticia a{
	color:#949191;
}

.texto-noticia a:hover{
	color:#fff;
	text-decoration:none;
}


.miniatura-novedad {
	height: 66px;
	width: 68px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-right: 8px;
	overflow:hidden;
}
.miniatura-novedad img {
	float: left;
}

.miniatura-sec {
	height: 87px;
	width: 87px;
	margin-top: 10px;
	margin-right: 8px;
}

.fecha-noticia {
	color:#e05500;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
}

.espec a{
	border-bottom:1px dotted #949191;
	text-transform: uppercase;
	float:left;
	width: 250px;
	margin-left:10px;
	color:#e05500;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
}
.espec a:hover{
text-decoration:underline;
color:#FFFFFF;
}

.videos a{
	border-bottom:1px dotted #949191;
	float:left;
	width: 230px;
	margin-left:10px;
	color:#e05500;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.videos a:hover{
text-decoration:underline;
color:#FFFFFF;
}

