/*
* Nova HTML Template v 1.2
*
*/

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

@import url("Avenir/stylesheet.css");

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

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



/* 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: #ffffff 
}





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




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


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

#menu{
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	/* COLOR BARRA BOTONES LINKS------------------------------------------------------------*/
	background: #ffffff; 
		/* 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;*/
}




/* sub navigation */









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



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





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



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



/* 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.ttf') 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: #cccccc;
	font-size: 12px;
	position: relative;
	text-align: center;
	line-height: 3x;
	margin-left: 3px;
}



.texto_subtitulo {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 22px;
	position: relative;
	text-align: center;
	line-height: normal;
	margin-left: 3px;
	background-color: #ffffff;
}

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


.texto_servicios {
	font-family: 'Poiret One', cursive;
	color: #000000;
	font-size: 17px;
	position: relative;
	text-align: center;
	line-height: normal;
	margin-left: 0px;
}

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

a:hover {
}


