@charset "ISO-8859-1";
a img{outline: none !important;}
.arial16boldblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	word-spacing: 0em;
	font-size: 16px;
}
.arial14grisnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.arial12normalnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.arial12blanconormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.arial16boldnegro {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.arial14boldrojo {
	color: #B4000F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.arial12normalgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.arial12normalrojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C00;
}
.arial12boldnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.arial14boldrojocentrado {
	color: #B4000F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
.arial14boldnegrocentrado {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
/*MODIFICACIONES 09-05-13*/
body {
	background-image: url(../backgrounds/home.jpg); /*nuevo fondo fecha 09-05-13*/
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
th.bottomfondo{
	background-repeat:no-repeat;
}
div#menu{
	position:relative;
	width:946px;
	height:48px;
	background:black;
	margin:0px;
	padding:0px;
	margin-top:-3px;
	text-align:center;
}
div#menu a{
	text-decoration:none;
	color:#D8D8D8;
	font-size:10pt;
	padding-bottom:5px;
}
div#menu a.active{
	font-style:italic;
}
div#menu a:hover, div#menu a.active{
	border-bottom:#D8D8D8 1px solid;
}
div#menu ul{
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:13px;
	margin-left:-25px;
}
div#menu ul li{
	display:inline;
	margin-left:25px;
	color:white;
	list-style-type:none;
	cursor:pointer;
}
.fancybox-inner{
	overflow: hidden !important;
}