@charset "utf-8";
/* CSS Document */
html{ height:100% }
body{
	background-color:#000;
	background-image:url(../images/bg.png);	
		
	height:100%;
	margin:0px;
}
img { border:0px; border:none; }
input{ padding:4px; border:1px solid #FFF; 
	box-shadow:0px 0px 4px #666;
	-webkit-box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	-o-box-shadow:0px 0px 4px #666;
	-ms-box-shadow:0px 0px 4px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.shadow(color='#666', Direction='0', Strength='4')";
}

@font-face {
    font-family: 'ArenaCondLightRegular';
    src: url('../font/arencl-webfont.eot');
    src: url('../font/arencl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/arencl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.ArenaC 		{ font-family: 'ArenaCondLightRegular';  }
.UniverR		{ font-family: 'Univers-Condensed-Medium';  }

.l6 { font-size:16px }
.l45 { font-size:45px }
/************************************ PAGINAS ETIQUETAS *******************************************/
#Cont_Pr_Ct{
	background:#e5dce7 url(../images/bg_cont_1.jpg) no-repeat top center;
	height:726px;;
	margin:0px auto;
	width:1099px;
}
#Cont_Pr_Ct .contenedor{ margin:0px auto;width:1010px; }

#Header_Ct{
	height:145px;
	margin:0px auto;
	width:1010px;
}
#Header_Ct #hdr_sup{
	background-color:transparent;
	float:left;
	height:45px;
	width:900px;
	text-align:right;
}
#Header_Ct #hdr_sup .sb_mnu{
	border-bottom:1px dotted #757575;
	border-top:1px dotted #757575;
	float:right;
	height:23px;
	margin-top:12px;
	padding-top:4px;
	width:350px;
}
#Header_Ct #hdr_sup .sb_mnu .ico1{	background: url(../images/ico_sbmnu_et.png) no-repeat 0px 0px;		}
#Header_Ct #hdr_sup .sb_mnu .ico2{	background: url(../images/ico_sbmnu_et.png) no-repeat -15px 0px;	}
#Header_Ct .logo_et{
	background-color:#FFF;
	float:left;
	height:141px;
	width:110px;
	
	box-shadow:0px 0px 12px #000;
	-webkit-box-shadow:0px 0px 12px #000;
	-moz-box-shadow:0px 0px 12px #000;
	-o-box-shadow:0px 0px 12px #000;
	-ms-box-shadow:0px 0px 12px #000;
	/*	filter: progid:DXImageTransform.Microsoft.shadow(color='#000000', Direction='0', Strength='12');*/
	-ms-filter: "progid:DXImageTransform.Microsoft.shadow(color='#000000', Direction='0', Strength='12')";
}
#Header_Ct #hdr_sup .sb_mnu a {
	border-right:1px solid #BBB;
	color:#FFF;
	display:block;
	font-family: 'ArenaCondLightRegular';
	float:left;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
}
#Header_Ct #hdr_sup .sb_mnu a:hover{
	color:#000; text-shadow:0px -2px 13px #FFF;
}
#hdr_inf{
	color:#000;
	height:auto;
	text-align:right;
	width:auto;
}
#hdr_inf span{
	color:#333;
	display:block;
	font:46px 'ArenaCondLightRegular';
	margin:40px 215px 0 0;
}
#Conten_info_Ct .info{
	height:auto;
	margin:0px auto;
	width:1010px;
}
#Conten_info_Ct .info .info_izq{
	color:#FFF;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	height:auto;
	margin-top:475px;
	width:570px;
	text-shadow:0px 0px 10px #000;
}
#Conten_info_Ct .info .info_der{
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	height:auto;
	margin-top:-6px;
	padding-bottom:15px;
	width:430px;
	
	box-shadow:0px 0px 12px #000;
	-webkit-box-shadow:0px 0px 12px #000;
	-moz-box-shadow:0px 0px 12px #000;
	-o-box-shadow:0px 0px 12px #000;
	-ms-box-shadow:0px 0px 12px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.shadow(color='#000', Direction='0', Strength='12')";
}
.bt1, .bt2{
	display:block;
	float:right;
	font:20px 'ArenaCondLightRegular';
	height:35px;
	padding-top:15px;
	text-align:center;
	text-decoration:none;
}
.bt1{
	background-color:#a80c17;
	color:#FFF;
	width:190px;
}
.gr{ color:#848688 !important;  }
.rd{ color:#e65441 !important; }

.bt2{
	background-color:#333;
	color:#FFF;
	width:240px;
}
.bt1:hover{ background-color:#c51925; }
.bt2:hover{ background-color:#444; }

.frm{
	clear:left; padding-left:40px;
}
#Conten_info_Ct .info .info_der .btSnd{
	background-color:#333;
	border:none !important;
	color:#FFF;
	cursor:pointer;
	margin:5px 10px 0 1px;
	padding:6px 16px 6px 16px;
	background: linear-gradient(#151515,#464545);
	background-color: linear-gradient(#151515,#464545);
	background: -webkit-linear-gradient(#151515,#464545);
  background: -moz-linear-gradient(#151515,#464545);
  background: -o-linear-gradient(#151515,#464545);
	background: -ms-linear-gradient(#151515,#464545);
  background-color: -ms-linear-gradient(#151515,#464545);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515', endColorstr='#464545');
}
#Conten_info_Ct .info .info_der .btSnd:hover{
	background: linear-gradient(##464545,#151515);
	background-color: linear-gradient(#464545,#151515);
	background: -webkit-linear-gradient(#464545,#151515);
  background: -moz-linear-gradient(#464545,#151515);
  background: -o-linear-gradient(#464545,#151515);
	background: -ms-linear-gradient(#464545,#151515);
  background-color: -ms-linear-gradient(#464545,#151515);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464545', endColorstr='#151515');
}
.copy{
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
	margin:20px auto;
	text-align:center;
	text-shadow:0px 0px 10px #000;
	width:600px;
}