﻿body 
{
	background-image:url('../images/BG.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	background-color:Black;
	margin:0px;
}
.TextMenuEx {
	font-family: Helvetica;
	font-size: 12px;
	color: #E9BB13;
	text-decoration:none;
	cursor:pointer;
}
.TextExTitle {
	font-family: Helvetica;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
}

.TextPrensaTitle {
	font-family: Helvetica;
	font-size: 20px;
	color: #ffffff;
	font-weight:bold;
}
.TextEx {
	font-family: Helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
.TextFooter {
	font-family: Helvetica;
	font-size: 11px;
	color: #222222;
	text-decoration:none;
}
.TextDescargas {
	font-family: Helvetica;
	font-size: 11px;
	color: #807970;
	font-weight:bold;
	text-decoration:none;
}

.TituloPreNoticia {
	font-family: Arial;
	font-size: 14px;
	color: #fac306;	
	text-decoration:none;
}

.FechaPreNoticia {
	font-family: Arial;
	font-size: 11px;
	color: #fac306;	
	text-decoration:none;
}

.TextoPreNoticia {
	font-family: Arial;
	font-size: 12px;
	color: #cbd3db;	
	text-decoration:none;
}

.modalBackground
{
   background-color:#000000;
   filter:alpha(opacity=60);
   opacity:0.60;
}