/*
* Nova HTML Template v 1.2
*
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');
/*@import url("Avenir/stylesheet.css");----------------*/

/* @import url('styled-elements.css');*/

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body {
	line-height: 1;
	color: #51565b;
	/* background: #f1f1f1 url(../img/bg/patterns/noise.png);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}

.wrapper{
	width: 966px;
	margin: 0px auto;
	position: relative;
}

#header{
	/* distancia botones links con respecto al logo de arriba hacia abajo;*/
	height: 170px;
	position: relative;
	z-index: 10;
	/*  fondo color donde va el logo*/
	background: #000000;
}


#main{
	width: 100%;
}

#content{
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
}

#logo{
	position: absolute;
	/* distancia entre logo y links------------------------------------------------------------*/
	top: 20px;
	/* centrar logo ------------------------------------------------------------*/
	left: 330px;
}

#content a{
	color: #37b2d1;
}

#content p{
	margin-bottom: 20px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* HEADLINE ------------------------------------------------------------*/

#headline{
	position: relative;
	width: 906px;
	margin: 20px auto 50px auto;
	background-color: #000000;
}

#headline>span.main{
	display: block;
	margin-right: 170px;
	font-family: 'Ubuntu', arial, serif;
	font-size: 26px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#headline>span.sub{
	display: block;
	margin-right: 170px;
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#headline #link{
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
}

/* MENU ------------------------------------------------------------*/
/* espacio blanco entre espacio y video------------------------------------------------------------*/

#menu{
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	/* COLOR BARRA BOTONES LINKS------------------------------------------------------------*/
	background: #000000; 
		/* background: -webkit-gradient(linear, left top, right bottom, from(#f858ef), to(#ffe413)); 
	background: -moz-linear-gradient(left,  #f858ef,  #ffe413);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f858ef', endColorstr='#ffe413', GradientType=1);  -------*/
}

#menu-holder{
	width: 100%;
	/* DISTANCIA BARRA NEGRA  79px--------------------------------------------------------*/
	height: 79px;
	background:  url(../img/menu-bg.png) repeat-x;
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	height: 79px;
	width: 906px;
}

#nav>li{
	display: block;
	float: left;
	height: 100%;
	/* espacio entre links------------------------------------------------------------*/
	margin-right: 32px;
	margin-left: 28px;
}

#nav>li:first-child{}

#nav>li>a{
	display: block;
	/* tamano tipografias links------------------------------------------------------------*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 19px;
	color: #66bfb7;
	text-decoration: none;
	/* MARGEN BOTONES ARRIBA distancia entre barra links y logo 45px  a 40px estab original--------------------------------------------------------*/
	margin-top: 25px;	/* text-shadow: 0px 0px rgba(0, 0, 0, .8); ------*/
}

#nav>li>a>span.subheader{
	display: block;
	
	font-size: 11px;
	color: #656b74;
	font-style: italic;
	margin-top: 10px;
}

#nav>li.current-menu-item{
	/* background: url(../img/menu-arrow.png) no-repeat center bottom;*/
}


#nav>li:hover>a{
	color: #FFFFFF;
}

/* sub navigation */

#nav>li ul{
	display: block;
	/* DISTANCIA SUBMENU 33px--------------------------------------------------------*/
	margin-top: 10px;
	/* plateado bajo #f5f5f5-------------------------------------------------------*/
	background: #000000;
   /*    borde de links internos, curva..............
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	-webkit-box-shadow: 0px 00px 0px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);  -------------------*/
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#nav>li ul li a{
	display: block;
	/* para alinear sumenu a la izquierda */
	float: left;
	font-family: 'Arial Narrow', 'Arial Narrow', Arial, sans-serif;
	padding: 10px 15px;
	display: block;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}

#nav>li ul li a:hover{
	background: #000;
	color: #fff;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}



/* breadcrumbs --------------------------------------------------------*/

#header #breadcrumbs{
	position: absolute;
	bottom: 11px;
	left: 30px;
	font-style: italic;
	color: #999;
	font-size: 10px;
}

#header #breadcrumbs a{
	color: #bfbdbd;
	text-decoration: none;
	background: url(../img/breadcrumb-slash.png) no-repeat top right;
	padding-right: 14px;
}

/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	height: 103px;
	margin-bottom: 30px;
	background:  url(../img/tabs-divider.png) repeat-x bottom center;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#page-title .title{
	display: block;
	float: left;
	font-family: 'Ubuntu', arial, serif;
	font-size: 40px;
	line-height: 103px;
	margin-left: 30px;
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	margin-top: 4px;
	line-height: 103px;
	color: #929191;
	font-style: italic;	
}



/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}

.one-half{ width: 438px; }

.one-third{ width: 282px; }

.one-fourth{ width: 204px; }

.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}
/* typografia avenir---------------------------------------------------------*/
@font-face {
/* font-family: 'Raleway', sans-serif;-------*/
font-family: 'Open Sans', sans-serif;

}


@font-face {
	font-family: 'Avenir';
	src: url('Avenir.oft')
	src: url('fonts/Avenir-webfont.eot');
    src: url('fonts/Avenir-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-webfont.woff') format('woff'),
         url('fonts/Avenir-webfont.ttc') format('truetype'),
         url('fonts/Avenir-webfont.svg#Avenir') format('svg');
    font-weight: normal;
    font-style: normal;
}

.texto_av {
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-size: 12px;
	position: relative;
	text-align: center;
	line-height: 3x;
	margin-left: 3px;
	background-color: #000000;
}

.texto_subtitulo {
	font-family: 'Poiret One', cursive;
	color: #cccccc;
	font-size: 19px;
	position: relative;
	text-align: center;
	line-height: 3x;
	margin-left: 3px;
	background-color: #000000;
}

#cuadro_des{
	position: relative;
	width: 450px;
	margin: 0px auto 0px auto;
	background-color: #000000;
}
.texto_descripcion {
	font-family: 'Poiret One', cursive;
Light;
	color: #cccccc;
	font-size: 15px;
	position: relative;
	text-align: center;
	line-height: normal;
	margin-left: 3px;
	background-color: #000000;
}

a {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	
	color: #FFF;
}
