@charset "utf-8";
@import url("reset.css");
@import url("fonts.css");
@import url("mouseovertabs.css");
@import url("mediaelementplayer.min.css");



body {
	background :#1b2124;
	font-family: alwynlight;
	font-size: 12px/16px;
	color:#FFF;
}

/* LAYOUT */
.wrapper{
	display:block;
	margin: 24px auto;
	width:970px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background:transparent;
	box-shadow: 0px 0px 10px 6px rgba(10, 12, 14, 0.75);
	-moz-box-shadow: 0px 0px 10px 6px rgba(10, 12, 14, 0.75);
	-webkit-box-shadow: 0px 0px 10px 6px rgba(10, 12, 14, 0.75);

	}

.head{
	display:block;
	width:970px;
	height:342px;
	}

.main{
	display:block;
	width:970px;
	height:398px;
	background:url(../images/bg_main.jpg);
	}

.main_legales{
	display:block;
	width:890px;
	height:100%;
	background:#fff;
	padding: 20px 40px 100px 40px;
	font-family:Arial, Helvetica, sans-serif !important;
	text-align:justify;
	}

.main_legales p{
font-size:12px;
color: #666;
line-height:1.4em;
}	

.main_legales h1{
color: rgb(0, 121, 194);
font-size:1.2em;
line-height:2em;
font-weight:bold;
margin: 30px 0 4px 0;	
}	

.main_legales h2{
color: rgb(0, 121, 194);	
font-size:0.9em;
line-height:2em;
font-weight:bold;
margin: 20px 0 4px 0;
}		
	
	
.footer{
	display:block;
	width:970px;
	height:284px;
	background: url(../images/bottom.png);
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	}
	
	
/** Inners */

.logo{display:block;
text-align:center;
margin:0 auto;
padding: 30px 0 0;
	}
	

.h_top{
	position:relative;
	z-index: 2;
	width:970px;
	height:165px;
	background: url(../images/top.png)
	}
	
	
.slideshow {
	position:relative;
	z-index: 1;
	width: 970px;
	height: 236px;  
	top:-58px;
	}
	
.m_left{
	display:block;
	float:left;
	width:431px;
	height:270px;
	margin-top:40px;
	margin-left:50px;
	overflow:visible;
	}		
	
.m_right{
	display:block;
	float:right
	width:433px;
	height:300px;
	padding-top:26px;
	margin-left:537px;
	}	
	
#brochure{	
	float:left;
	margin:0 0 0 5px;
	position:relative;
	width:90px;
	height:70px;}

#enlace{
	float:right;
	position:relative;
	text-align:right;
	width:296px;
	height:30px;
	top:18px;
	right:42px;
	padding-right:2px;
	background:url(../images/badge.png) right bottom  no-repeat}
	
#video{
	display:block;
	width:393px;
	height:191px;
	background:#CCC;
	margin-left:7px;
	margin-top:80px;
	box-shadow: 0px 0px 5px 1px rgba(2, 43, 58, 0.86);
	-moz-box-shadow: 0px 0px 5px 1px rgba(2, 43, 58, 0.86);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(2, 43, 58, 0.86);
}	
		
.emp_tit {
	position:absolute;
	display: block;
	width: 200px;
	height: 24px;
	margin-top:-30px;
	margin-left: 20px;
}		
.emp_tit span {font-size: 0.9em; }

.emp{padding-top: 24px; text-align:center;
}



.foot{
	position:absolute;
	margin-top:108px;
	margin-left:60px;
	display:block;
	width:400px;
	height:96px;
	z-index: 999;
	}
	
.logo_footer{
	position:absolute;
	display:block;
	width:90px;
	height:84;
	margin-top:138px;
	z-index: 999;
	margin-left: 800px;
}	

		
/* TYPOS */

a, a:link, a:visited {color:#fff; text-decoration:none}
a:hover {color:#ff6000; text-decoration:none}

#enlace a{
	font-size: 0.9em;    
}
.foot span {line-height:4em;}
.foot p {font-size: 12px; line-height:1.9em;}

	
