/* ~~ GENERALES ~~ */

@font-face {
    font-family: 'Bombardier';
    src: url('../fuentes/bombardier-webfont.eot');
    src: url('../fuentes/bombardier-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/bombardier-webfont.woff') format('woff'),
         url('../fuentes/bombardier-webfont.ttf') format('truetype'),
         url('../fuentes/bombardier-webfont.svg#Bombardier') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'FuturaBTmedium';	
	src: url('../fuentes/FuturaBTmedium.eot');
    src: url('../fuentes/FuturaBTmedium.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/FuturaBTmedium.ttf') format('truetype');
        font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'FuturaBTbold';
	src: url('../fuentes/FuturaBTbold.eot');
    src: url('../fuentes/FuturaBTbold.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/FuturaBTbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Fiat';
 	src: url('../fuentes/Fiat.eot');
    src: url('../fuentes/Fiat.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Fiat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html{
	height: 100%;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}

.wrapper{
    min-width: 960px;
	background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDFkMWQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 24%, #d1d1d3 99%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(24%,#ffffff), color-stop(99%,#d1d1d3));
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 24%,#d1d1d3 99%);
background: -o-radial-gradient(center, ellipse cover,  #ffffff 24%,#d1d1d3 99%);
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 24%,#d1d1d3 99%);
background: radial-gradient(ellipse at center,  #ffffff 24%,#d1d1d3 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d3', endColorstr='#ffffff',GradientType=0 );
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
/*Compatibilidad con HTML 5: define nuevas etiquetas HTML 5 como display:block para que los navegadores sepan cómo procesar las etiquetas correctamente. */
header, section, footer, aside, article, figure {
	display: block;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* ~~ FIN GENERALES ~~ */



/* ~~ Este contenedor de anchura fija rodea a todas las demás bloques ~~ */
.contenedor {
	width: 960px;
	margin: 0 auto;
}
/* ~~ Este contenedor escala el fondo al contenido ~~ */
.backgroundFondo{
}
/* ~~ HEADER ~~ */
.header-contenedor {
}
.header {
	height: 150px;
}
#logo {
	height: 65px;
	width: 325px;
	margin-top: 22px;
}
.marca {
	height: 75px;
	width: 75px;
	margin: 22px 17px 0 0;
}
.datosMenu {
	height: 75px;
/*	font-family: Bombardier;*/
	font-family: FuturaBTmedium;
	font-size: 12px;
	text-align: right;
	color: #836807;
	margin-top: 25px;
}
nav {
	text-decoration: none;
	list-style: none;
	float: left;
	margin: 26px 27px 0 27px;
	display: block;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav li {
	position: relative;
	float: left;
	list-style-type: none;
}
nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
nav li a {
	display: block;
	text-decoration: none;
}
nav li a:focus {
	outline: none;
	text-decoration: underline;
}
nav ul ul {
	display: none;
	width: 564px;
	position: absolute;
	z-index: 1001;
	left: 2px;
	top: 26px;
	background: rgb(168,18,18);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4MTIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTE0MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(168,18,18) 0%, rgb(122,20,13) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(168,18,18)), color-stop(100%,rgb(122,20,13)));
background: -webkit-linear-gradient(top,  rgb(168,18,18) 0%,rgb(122,20,13) 100%);
background: -o-linear-gradient(top,  rgb(168,18,18) 0%,rgb(122,20,13) 100%);
background: -ms-linear-gradient(top,  rgb(168,18,18) 0%,rgb(122,20,13) 100%);
background: linear-gradient(to bottom,  rgb(168,18,18) 0%,rgb(122,20,13) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81212', endColorstr='#7a140d',GradientType=0 );


	
}
nav ul ul li {
	float: none;
	z-index: 500;
}
nav ul li {
	display: inline;
}
nav li a {
	float: left;
	font-family: 'Fiat';
	font-size: 14px;
	text-align: center;
	color: #836807;
}
nav li a:hover {
	color: #993333;
}
nav li a .navHome {
	background-image: url(../img/head/home.png);
	height: 26px;
	width: 42px;
	float: left;
	z-index: -9999;
}
nav li a .navHome:hover {
	background-image: url(../img/head/home-hover.png);
	height: 26px;
	width: 42px;
	float: left;
	z-index: -9999;
}
nav li a .navFix {
	background-image: url(../img/head/nav2.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 142px;
	float: left;
	margin-left: 2px;
	z-index: -9999;
}
nav .navHover {
	background-image: url(../img/head/nav_hover.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 142px;
	float: left;
	z-index: 9999;
}
nav div.navFix p {
	padding: 6px 0 0 0;
	margin: 0;
}
nav div.navHover p {
	padding: 6px 0 0 0;
	margin: 0;
}

/* ~~ FIN HEADER ~~ */



/* ~~ MAIN ~~ */
.main-contenedor {
	margin: 0;
	padding: 0;
}
.main {
	padding-bottom: 20px;
}
.divBlanco {
	background-image: url(../img/div.jpg);
	height: 6px;
	position: static;
	z-index: 9999;
}
#sliderHome {
	position: relative;
	width: 960px;
	height: 306px;
	overflow: hidden;
}
.banner-contenedor {
	width: 960px;
	margin: 0 auto;
}
#subMenu {
	float: left;
	height: 97px;
	margin: 22px 0 0 0;
}
.submenu {
	height: 97px;
	width: 144px;
	float: left;
	margin-left: 19px;
}
#subMenu .imprimi {
	background-image: url(../img/submenu/imprimi.png);
	margin: 0;
}
#subMenu .servicio {
	background-image: url(../img/submenu/servicio.png);
}
#subMenu .plan {
	background-image: url(../img/submenu/plan.png);
}
#subMenu .fiat {
	background-image: url(../img/submenu/fiat.png);
}
#subMenu .licitacion {
	background-image: url(../img/submenu/licitacion.png);
}
#subMenu .novedades {
	background-image: url(../img/submenu/novedades.png);
}
/* ~~ FIN MAIN ~~ */

/* ~~ FICHA ~~ */
#sliderFicha {
	position: relative;
	width: 400px;
	height: 350px;
	overflow: hidden;
}
.banner-contenedorFicha {
	width: 400px;
	margin: 0 auto;
}
.tituloFicha {
	height:32px;
	margin:23px 0 11px 0;
	border-bottom: 1px solid #911932;
}
.tituloFicha h2{
	background: url(../img/ico-titulo.png) left center no-repeat; 
	font-family: FuturaBTmedium;
	font-size: 22px;
	text-transform:uppercase;
	color:#52161b;
	margin-left:25px;
	padding-left:20px;
	font-weight: 300;
}
#sliderFicha{
	float:left;
	width:400px;
}
.columnaFicha {
	float:left;
	margin-left:15px;
	width:265px;
}
.boxFicha{
	border-bottom: 4px solid #911932;
	margin-bottom:18px;
}
.tituloboxFicha {
	background-color:#911932;
	height:30px;
}
.tituloboxFicha h5{
	font-family: FuturaBTbold;
	font-size: 12px;
	color: #FFF;
	padding:10px 0 0 10px;
	font-weight: normal;
}
.contenidoboxFicha{
	margin:10px 0 20px 10px; 
}
.manualFicha{float: right;}
.manualFicha a{
	font-family: FuturaBTmedium;
	font-size: 12px;
	color: #6d6f71;
}
.manualFicha img{ }

.manualFicha a:hover{color: #993333;}
.contenidoboxFicha ul li {
	font-family: FuturaBTmedium;
	font-size: 12px;
	color: #6d6f71;
	margin-bottom:5px;
}
.contenidoboxFicha p{
	font-family: FuturaBTmedium;
	font-size: 12px;
	color: #6d6f71;
	padding-left: 0;
}
/* ~~ FIN FICHA ~~ */


/* ~~ SECCIONES INTERNAS FIJAS ~~ */


.boxSeccionFija{
	margin-bottom:18px;
}

.contenidoSeccionFija{
	margin:10px 0 20px 10px; 
	width: 100%;	
}

.contenidoSeccionInstitucional p {
	font-family: FuturaBTmedium;
	font-size: 14px;
	color: #6d6f71;
	margin-bottom:5px;
}

.contenidoSeccionInstitucional ul li {
	font-family: FuturaBTmedium;
	font-size: 14px;
	color: #6d6f71;
	margin-bottom:5px;
	margin-top:10px;
}

.contenidoSeccionContacto p {
	font-family: FuturaBTmedium;
	font-size: 14px;
	color: #6d6f71;
	margin-bottom:5px;
	padding:0px;	
}

.contenidoSeccionContacto ul li {
	font-family: FuturaBTmedium;
	font-size: 14px;
	color: #6d6f71;
	margin-bottom:5px;
	margin-top:10px;
}

.contenidoSeccionContacto a{color: #993333;}




/* ~~ SECCIONES INTERNAS FIJAS ~~ */


/* ~~ FORM CONTACTO ~~ */

.txtFrmContact {
	width: 250px;
	font-family: FuturaBTmedium;
	font-size: 15px;
	background-color: #eaeaea;
	border: 1px solid #bbb;
	color: #6d6f71;
}

.btnFrmContact {
	background-color: #911932;
	height: 23px;
	width: 80px;
	border: 1px solid #fff;
	padding: 0px;
	margin: 5px;
	font-family: FuturaBTmedium;
	font-size: 14px;
	color: #fff;
}


/* ~~ FORM CONTACTO ~~ */



/* ~~ FOOTER ~~ */

.footer-contenedor {
	font-family: FuturaBTmedium;
	margin:20px 0 0 0;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #993333;
}
.footer {
	background:#FFF url(../img/sombra-bg.png) top center no-repeat;
	position: relative;/* esto da a IE6 el parámetro hasLayout para borrar correctamente */
	clear: both; /* esta propiedad de borrado fuerza a .container a conocer dónde terminan las columnas y a contenerlas */
	padding-bottom: 15px;
}
.footer .col {
	float: left;
	margin-left: 40px;
	font-size:12px;
}
.footer .col:first-child {
	margin: 0 auto;
}
.footer .col li, .footer .datosPie li {
	margin-bottom: 5px;
}
.footer .datosPie {
	font-family: FuturaBTmedium;
	font-size: 12px;
	padding-left: 40px;
}
.footer .fiscal {
	padding-right: 40px;
	border-right: 1px dotted black;
}
.footer .datosPie span {
	font-family: FuturaBTbold;
}
.footer .mlr {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
}
.footer .desarrollo {
	padding: 6px 2px 0 0;
}
/* ~~ FIN FOOTER ~~ */

.content{
	width: 100%;
	overflow: hidden;
}

/* estilos nicolas*/

#nivel1 > li{
	padding: 6px 22px;
	display: block;
	float: left;
	text-align: center;
	background-image:url(../img/head/separ.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;  
	transition: linear-gradient 1s;
	-webkit-transition: -webkit-linear-gradient 1s;
	-moz-transition: -moz-linear-gradient 1s;
	-ms-transition: -ms-linear-gradient 1s;
}

#nivel1 > li + li + li + li{
	background-image: none;
}

#nivel1 > li > a{
	width: 100%;
	color: white;
	padding: 4px;
	cursor: default;
	font-size: 12px;
	transition: color 1s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition:  color 1s;
}

#nivel1 > li:hover a{
	color: #630B0B;
	
}

#nivel1 > li:hover{
	background: rgb(237,26,26);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VkMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDE1MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(237,26,26) 1%, rgb(196,21,21) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(237,26,26)), color-stop(100%,rgb(196,21,21)));
background: -webkit-linear-gradient(top,  rgb(237,26,26) 1%,rgb(196,21,21) 100%);
background: -o-linear-gradient(top,  rgb(237,26,26) 1%,rgb(196,21,21) 100%);
background: -ms-linear-gradient(top,  rgb(237,26,26) 1%,rgb(196,21,21) 100%);
background: linear-gradient(to bottom,  rgb(237,26,26) 1%,rgb(196,21,21) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a1a', endColorstr='#c41515',GradientType=0 );

}

#nivel1 > li:last-child{
	border: none;
}

#nivel1 > li:first-child{
	margin-left: 0;
}

ul.nivel2 {
	left:0;
	top: 36px;
	width: 125% !important;
	background-color: white;
	border: 1px solid rgb(153,153,153);
	background-image: none ;
	-webkit-box-shadow: 0px -1px 19px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    0px -1px 19px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         0px -1px 19px 0px rgba(50, 50, 50, 0.31);
	
}

ul.nivel2 > li{
	display:block;
	float: none;
	padding: 5px 10px;
	transition: linear-gradient 1s;
	-webkit-transition: -webkit-linear-gradient 1s;
	-moz-transition: -moz-linear-gradient 1s;
	-ms-transition: -ms-linear-gradient 1s;
}

ul.nivel2 > li:hover{
	background-color: rgb(204,204,204);
}

ul.nivel2 > li a{
	display:block;
	float: none;
	cursor: pointer;
	padding: 2.5px 0px;
	transition: color 1s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition:  color 1s;
}



ul.nivel2 > li a:hover{
	color: rgb(51,51,51) !important;
}

ul.nivel2 > li a + ul{
	left: 100%;
	top: 40%;
	width: 200%;
	background-image: none;
	background-color: white;
	border: 1px solid rgb(153,153,153);
	-webkit-box-shadow: 0px -1px 19px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    0px -1px 19px 0px rgba(50, 50, 50, 0.31);
box-shadow:         0px -1px 19px 0px rgba(50, 50, 50, 0.31);
}

ul.nivel2 > li a + ul > li{
	display:block;
	float: none;
	padding: 5px 0px;
	background-image: none;
	background-color: white;
}

ul.nivel2 > li a + ul > li p{
	margin: 0;
	padding:0;
}

ul.nivel2 > li > a {
	width: 100%;
	text-transform: capitalize;
	font-size: 12px;
}

ul.nivel2 > li a + ul > li > a{
	font-family: 'FuturaBTmedium', sans-serif;
}

ul.nivel2 > li a + ul > li > a:hover{
	color: black !important; 
}

ul.nivel2 > li a + ul > li:hover{
	background-color: rgb(204,204,204);
}

ul.nivel3 li a{
	font-size: 11px;
}

.ie > li > a{
	font-family: 'FuturaBTmedium', sans-serif !important;
	text-transform: uppercase !important;
}

#topNav > .ie > li > a{
	font-size: 12px;
}

#nivel1 > li + li + li > a + ul, #nivel1 > li + li + li > a + ul > li > a + ul{
	width: 100% !important;
}

.gal{
	width: 960px;
	height: 363px;
	position:relative;
	overflow: hidden;
}

.gal > a{
	width: 37px;
	height: 44px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 145px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.gal > a:hover{
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}

.gal .left_btn{
	left: 10px;
}

.gal .right_btn{
	left: 913px;
}

.gal > ul{
	width: 8000px;
	height: 363px;
	position: absolute;
	top:0;
	left:0;
	right:0;
}

.gal > ul li{
	float: left;
	margin:0;
	height: 100%;
}

.gal > ul li figure{
	height: 100%;
	position: relative;
}

.gal > ul li figure img{
	width:100%;
	height: 100%;
}

.gal > ul li figure figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px 5px;
}

.gal > ul li figure figcaption p{
	color: white;
	font-size: 16px;
}

.gal + section{
	margin-top: 20px;
}

.textoInstitu div{
	font-family: FuturaBTmedium;
	font-size: 14px;
	color: #6d6f71;
}

