@charset "utf-8";

html{
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin:0;
	padding:0;
	color:#FFFFFF;
	height:100%;
	overflow: -moz-scrollbars-vertical;
}
.oneColFixCtrHdr #container {
	width: 931px;
	margin: 0 auto;
	background-image:url(../_img/fondo.jpg);
	background-repeat:repeat-y;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	_height:100%;
	min-height: 100%;
	#min-height: 100%;
}
.oneColFixCtrHdr #header{
	width: 771px;
	height:321px;
	padding-left:160px;
	padding-top:100px;
}
.headerIzq{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#A51724;
	width:375px;
	float:left;
	height:17px;
	_margin-bottom:5px;
	#margin-bottom:12px;
}
.headerDer{
	width:300px;
	float:right;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:17px;
	text-align:right;
}
.headerDer a{
	text-decoration:none;
	color:#C1C1C1;
}
.headerDer a:hover{
	color:#A51724;
}
.headerImg{
	width:771px;
	margin-top:10px;
}
.oneColFixCtrHdr #mainContent {
	width: 771px;
	height:90px;
	padding-left:160px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	text-align:left;
}
.contentMenu{
	width:771px;
	height:90px;
}
.menu{
	width:340px;
	text-align:left;
}
.contentFooter{
	width:771px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.contentFooter a{
	color:#797979;
	text-decoration:none;
}
.contentFooter a:hover{
	color:#A51724;
}

img{
	border:none;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#A51724;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ANIMACIÓN HOME */
.boxgrid{ 
	width: 771px;
	height: 286px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	width: 771px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 .captionfull .boxcaption {
	top: 286px;
	left: 0px;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
.frase{
	margin:5px;
	text-align:right;
	font-size: 12px;
	line-height: normal;
	color: #DEDEDE;
	font-weight:bold;
}
.comilla{
	font-size:18px;
	font-family:"Trebuchet MS", Arial;
}
.autor{
	color:#A51724;
}