/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


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

}

@font-face {
		font-family: 'BauhausItcTEE-Medi';
		src: url('bauhausitcteemed.eot');
		src: url('bauhausitcteemed.eot?#iefix') format('embedded-opentype'),
				 url('bauhausitcteemed.woff') format('woff'),
				 url('bauhausitcteemed.ttf') format('truetype'),
				 url('bauhausitcteemed.svg#bauhausitcteemed') format('svg');
		font-weight: normal;
		font-style: normal;
}

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

}

body {
    font-size: 1em;
    line-height: 1.4;
    vertical-align:top;
    font-family: Helvetica, Arial, sans-serif;
	color:#4D4D4D;
	/*
	background-color:#ccc;
	*/
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

div.clear  { clear: both; }
div.clear_1  { clear: both; padding-top: 15px;}
div.clear_2  { clear: both; padding-top: 20px;}
div.clear_3  { clear: both; padding-top: 50px;}
div.clear_4  { clear: both; padding-top: 10px;}
div.clear_barra_top  { clear: both; padding-top: 90px;}
div.clear_esp_1  { clear: both; padding-top: 70px;}

hr.linea_color {
    border-top: 1px solid #B3B3B3;
}

h1 {
	font-size: 160%;
	color:#666666;
}

h2 {
	font-size: 120%;
	color:#666666;
}

.barra {
	width: 100%;
	height: 10px;
	background-color: #FF8000;
}

a, ul.links , ul.links a {
	color: #FB7D1F;
	text-decoration: none;
}

a:hover, ul.links a:hover {
	text-decoration: underline;
}

.titulos {
    line-height: 1;
	font-size: 170%;
    color: #00472F;
}

.titulos_1 {
    line-height: 1;
    font-size: 600%;
    color: #00472F;
}

.titulos_2 {
    line-height: 1;
    font-size: 250%;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.titulos_3 {
    font-size: 200%;
    font-weight: bold;
    color: #FFF;
}

.titulos_3 .resaltado {
    color: #88aa00;
}

.titulos_4 {
    font-size: 100%;
    font-weight:bold;
    color: #FFFFFF;
    padding: 0 15px;
}

.letra_chica {
    line-height: 1.5;
	font-size: 80%;
	font-style:italic;
}

.derecha {
	float:right !important;
}

#contenedor {
	padding: 0;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#bloque_principal, #navegador, #navegador_inferior, #eslogan {
	width: 1200px;
}

#bloque_principal {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 20px 0;
	font-size: 100%;
}

#barra_superior {
	height:auto;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*position:fixed;*/
	z-index: 1000000000;
    /*
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .7);
    */
    background: none;
    position:relative;
    top:5px;
    left:0;
}

#bloque_info_completo {
    /*
    position:relative;
    top:-190px;
    left:0;
    */
    position:absolute;
    left:0;
    right:0;
}

#eslogan {
    width: 230px;
    margin: 0 0 0 300px;
	font-size: 120%;
    padding: 0;
    color: #FFF;
    /*
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .6);
    */
}

#eslogan #logo {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}



#navegador {
    width: 700px;
	margin: 25px 300px 0 0;
	font-size: 80%;
    padding: 5px 0;
    float: right;
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .6);
}


/* Navegador desplegable */
#cssmenu {
  position: relative;
  height: auto;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 80%;
  font-weight: bold;
  padding: 15px 0 0 25px; /* espacio entre links */
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li > a.imagen {
  padding: 0 0 0 50px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 27px;
}
#cssmenu > ul > li:hover > a {
  color: #E5E5E5;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px; /* triangulo indicador submenu */
  border: 5px solid transparent;
  border-top-color: #E5E5E5;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 36px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 26px; /* lo que separa el submenu de su padre */
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 150px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 15px;
  color: #4D4F52;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #323436;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 40px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}


#barra_inferior {
	clear:both;
	padding: 10px 0 0 0;
	background-color:#303030;
	color:#FFF;
	font-size: 70%;
}

#barra_inferior a {
	color:#FFFFFF;
	text-decoration:none;
}

#barra_inferior a:hover {
	text-decoration:underline;
    color: #6BAD00;
}

.pie_img {
    float: left;
    margin-right: 120px;
}

.pie_resaltado {
    color: #FF8000;
    font-size: 120%;
}

.pie_resaltado_2 {
    color: #6BAD00;
}

#barra_inferior .menu_pie {
	float: left;
	width: 19%;
	margin-right: 3px;
}

#barra_inferior .menu_pie .cabecera {
	color:#595959;
	padding-left: 10px;
}

#barra_inferior .menu_pie a {
	clear: both;
	display:block;
}



.barra_fondo_1 {
	background: #F2F2F2;
	height: auto;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	-webkit-box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
}

.contenedor_1 {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0 5px 0;
    padding: 10px 0;
    width: 290px;
    height: 370px;
    color: #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: #272E32;
}

.cont_1_final {
    margin: 0;
    float: right;
}

.cont_1_titulos {
    width: 290px;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 7px;
}

.cont_1_texto, .cont_1_texto_ico {
    width: 100%;
    font-size: 90%;
}

.cont_1_texto_ico {
	margin-left: auto;
	margin-right: auto;
    width: 80%;
    text-align: center;
}

.contenedor_2 {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
    height: auto;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.cont_2_titulos {
    width: auto;
    font-size: 220%;
    font-weight: normal;
    margin-bottom: 10px;
}

.contenedor_3 {
    position: relative;
    z-index: 0;
    float: right;
    margin: 0 0 20px 0;
    padding: 15px;
    width: 49%;
    height: auto;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.cont_3_titulos {
    width: auto;
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 10px;
}

.contenedor_3 .logo {
    width: 140px;
    float: left;
}

.contenedor_3 .contenedor_3_texto {
    width: 400px;
    float: right;
    font-size: 90%;
    margin-top: 10px;
}





.contenedor_img_1 {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 225px;
    height: 200px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.contenedor_img_2 {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 470px;
    height: 200px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.contenedor_img_3 {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0 50px 0 0;
    padding: 0;
    width: 350px;
    height: 175px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.contenedor_img_4 {
    position: relative;
    z-index: 0;
    float: left;
    margin: 0 100px 30px 100px;
    padding: 0;
    width: 350px;
    height: 175px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.cont_inicio {
    float: left;
    margin: 20px 0 0 0;
}

.cont_medio {
    float: left;
    margin: 20px 0 0 20px;
}

.cont_final {
    float: right;
    margin: 20px 0 0 0;
}

.cont_titulo {
    font-size: 130%;
}

.cont_cabecera {
    width: 100%;
    padding: 4px 10px;
    background-color: #112761;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


.bloque_2 {
	width: 69%;
}

.bloque_3 {
	width: 29%;
}

.imagen_texto, .imagen_sombra {
	-webkit-box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	-moz-box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
}

.imagen_texto {
	float:left;
	margin:0 20px;
}



img.adornada {
	background-color: #E5E5E5;
	/*border:#B2B2B2 solid 1px;*/
	border: none;
    padding: 0;
}

img.justificada {
	float:left;
	padding: 0 10px 10px 0;
}

img.justificada_adornada {
	background-color: #E5E5E5;
	border:#B2B2B2 solid 1px;
	padding: 5px;
	float:left;
	margin: 0 10px 10px 0;
}


.galeria_obras_representativas ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.galeria_obras_representativas ul li {
	list-style-type: none;
	float:left;
	margin: 5px 5px;
	width: 145px;
}

.galeria_obras_representativas ul li img {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.galeria_obras_representativas ul li img:hover {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}


/* === Para la galeria === */

#contenedor_galeria {
    width: 80%;
    margin: 0 auto;
}

#gallery1, #gallery2, #gallery3, #gallery4, #gallery5, #gallery6, #gallery7, #gallery8, #gallery9, #gallery10 {
	max-width: 300px;
	float: left;
	margin: 30px;
}
#gallery1 ul, #gallery2 ul, #gallery3 ul, #gallery4 ul, #gallery5 ul, #gallery6 ul, #gallery7 ul, #gallery8 ul, #gallery9 ul, #gallery10 ul {list-style: none;  padding: 0px; margin: 0px;}
#gallery1 ul li, #gallery2 ul li, #gallery3 ul li, #gallery4 ul li, #gallery5 ul li, #gallery6 ul li, #gallery7 ul li, #gallery8 ul li, #gallery9 ul li, #gallery10 ul li { display: inline;}
#gallery1 ul a, #gallery2 ul a, #gallery3 ul a, #gallery4 ul a, #gallery5 ul a, #gallery6 ul a, #gallery7 ul a, #gallery8 ul a, #gallery9 ul a, #gallery10 ul a { text-decoration: none; }

#gallery_certificados a {
	text-decoration:none;
	margin: 30px;
}

#gallery1 img, #gallery2 img, #gallery3 img, #gallery4 img, #gallery5 img, #gallery6 img, #gallery7 img, #gallery8 img, #gallery9 img, #gallery10 img, #galeria_proyecto img {
	background-color: #E5E5E5;
	border:#B2B2B2 solid 1px;
	padding: 5px;
	margin-top: 10px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

#galeria_proyecto img {
	margin: 20px;
	margin-top: 10px;
}

#gallery1 img:hover, #gallery2 img:hover, #gallery3 img:hover, #gallery4 img:hover, #gallery5 img:hover, #gallery6 img:hover, #gallery7 img:hover, #gallery8 img:hover, #gallery9 img:hover, #gallery10 img:hover, #galeria_proyecto img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}



.cuadro_1 {
	position: relative;
    z-index: 0;
	float: left;
	margin: 0 9px 30px 9px;
	background: #4D4D4D;
	height: 370px;
	width: 300px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	-webkit-box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	box-shadow:  0px 0px 15px 0px rgba(150, 150, 150, 1);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cuadro_1 .borde_sup, .cuadro_1 .borde_inf {
	background: #4D4D4D;
	color:#FFFFFF;
	height: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.cuadro_1 .borde_sup {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.cuadro_1 .borde_inf {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.cuadro_1 .centro {
	height: 330px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.cuadro_1 .bl1_brds_2 {
	height: 110px;
	padding: 10px 0 0 0;
	text-align:center;
}

.cuadro_1 .bl1_cent_2 {
	height: auto;
}

.cuadro_1 .bl1_brdi_2 {
	height: auto;
	padding: 10px 0;
	text-align:center;
}

.cuadro_1 .bl1_cent_3 {
	height: 340px;
}

.cuadro_1 .bl1_brdi_3 {
	height: 30px;
	padding-top: 3px;
	text-align:center;
}

.info_1 {
	background: #FFFFFF;
	color:#0C4C7E;
	display:block;
	width:100%;
	margin: 1px 0;
	padding: 9px 10px;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cuadro_1 a, .cuadro_1 a:hover {
	text-decoration:none;
}

.info_1:hover {
	background-color: #4D4D4D;
	color:#FFFFFF;
}


.teximg_1_txt {
    width: 68%;
    float: left;
}
.teximg_1_img {
    width: 30%;
    float: right
}
.teximg_1_img img {
    margin: 5px;
}

.teximg_1_txt_d {
    width: 68%;
    float: right;
}
.teximg_1_img_d {
    width: 30%;
    float: left
}
.teximg_1_img_d img {
    margin: 5px;
}


.teximg_2_txt {
    width: 35%;
    float: left;
}
.teximg_2_img {
    width: 64%;
    float: right
}
.teximg_2_img img {
    margin: 5px;
}

.titulo_img {
    text-align: center;
    font-size: 90%;
    font-style: italic;
}

.img_3 {
    width: 31%;
    float: left;
    padding: 0 25px 0 0;
}
.img_3 img {
    margin: 5px;
}


table.lista {
    width: 100%;
}

table.lista tr th {
    text-align: center;
    background-color: #0C4C7E;
    color:#FFFFFF;
    font-size: 80%;
    padding: 10px;
}

table.lista tr {
    border: #0C4C7E solid 1px;
}

table.lista tr td {
    border: #0C4C7E solid 1px;
    padding: 5px 15px;
}

table.lista tr td.precios {
    text-align: center;
}




form, form.largo {
	width: 45%;
	margin: 10px auto;
	padding: 20px;
	background: #F0F0F0;
	border: 1px solid #e1e1e1;
	font-size: 90%;
}

form.largo {
	width: 70%;
}

form fieldset .separadores {
	clear:both;
	background-color: #D9D9D9;
	padding: 3px;
	margin: 5px 0;
	text-align:center;
}


label {
	float: left;
	clear: left;
	margin: 8px 9px 0 0;
	width: 30%;
	text-align: right;
}

input, textarea {
	width: 55%;
	padding: 4px 8px;
	margin: 0 0 7px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 2px;
	border: 1px solid #e1e1e1;
}

input[type=radio] {
	width: 10%;
}

textarea {
	height: 130px;
}
	
input:focus, textarea:focus {
	background: #FFF8D6;
}

.link_boton, .link_boton:visited, input[type=submit], input[type=reset], .link_boton_contraste, .link_boton_contraste:visited, input[type=submit], input[type=reset] {
	font-size: 80%;
    text-decoration: none;
    text-align:center;
    background: none;
    padding: 3px 15px;
    width: auto;
    display: inline-block;
    color: #00472f;
    border:1px solid #00472f;
    
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.link_boton_contraste, .link_boton_contraste:visited, input[type=submit], input[type=reset] {
    background: #333333;
    color: #FFF;    
    border:1px solid #333333;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
}

.link_boton:hover, .link_boton_contraste:hover, input[type=submit]:hover {
	background: #ECECEC;
    text-decoration: none;
}

input[type=reset]:hover {
	background: #711514;
}


.link_boton.grande {
	font-size: 200%;
	margin: 5px 30px;
}

.avisos{
	color: #EF0000;
}


/* Flexslider */
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (max-width: 1600px) {
    #eslogan {
        margin: 0 0 0 160px;
    }
}

@media only screen and (max-width: 1400px) {
    #eslogan {
        margin: 0 0 0 80px;
    }
}

@media only screen and (max-width: 1320px) {
    #eslogan {
        margin: 0;
    }
}

@media only screen and (max-width: 980px) {
	#bloque_principal, #navegador, #navegador_inferior, #eslogan {
        width: 100%;
    }
    
    #barra_superior {
        width: 100%;
        position:relative;
        top:0;
        left:0;
    }
    
    #bloque_info_completo {
        position:relative;
        top:-180px;
        left:0;
    }
    
    #eslogan {
        width: 100%;
        margin: 0;
        padding: 10px 15px;
    }
    
    #eslogan #texto {
        width: 325px;
    }
    
    #navegador {
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        float: right;
    }
}

@media only screen and (max-width: 768px) {
	#barra_superior {
        position:static;
        top:0;
        left:0;
        background-color: #303030;
    }
    
    #bloque_info_completo {
        position:static;
        top:0;
        left:0;
    }
    
    #eslogan {
        width: 100%;
        padding: 0;
        background: none;
    }
    
    #eslogan #texto {
        width: 325px;
    }
    
    #navegador {
        width: 100%;
        padding: 0;
        float: left;
        background-color: #303030;
        font-size: 100%;
    }
    
    #cssmenu ul ul li a {
        color: #fff;
      }
	
	form {
		width: 75%;
	}
}

@media only screen and (max-width: 640px) {
	#eslogan {
        font-size: 100%;
    }
    
    #eslogan #texto {
        width: auto;
    }
    
    #eslogan #logo {
        width: 150px;
        float: none;
        margin: 0 auto;
    }
	
	form, form.largo {
		width: 98%;
		margin: 5px auto;
		padding: 5px;
	}
    
    .teximg_1_txt {
        width: 100%;
    }
    .teximg_1_img {
        width: 100%;
    }
    
    .teximg_1_txt_d {
        width: 100%;
    }
    .teximg_1_img_d {
        width: 100%;
    }
    
    .img_3 {
        width: 100%;
        padding: 5px 0;
    }
    
    .contenedor_1 {
        width: 200px;
        height: 350px;
        margin: 15px auto;
        float: none;
    }
    
    .cont_1_final {
        margin: 10px auto;
        float: none;
    }
    
    .cont_1_titulos {
        width: 200px;
    }
    
    .contenedor_2 {
        width: 100%;
    }
    
    .contenedor_3 {
        float: right;
        margin: 0 0 20px 0;
        padding: 15px;
        width: 100%;
    }
    
    .contenedor_3 .contenedor_3_texto {
        width: 100%;
        float: left;
    }
    
    #barra_inferior .menu_pie {
        width: 45%;
        margin-left: 10px;
    }
    
    #empresa {
        padding: 10px 0;
        clear: both;
        width: 100%;
    }
    
    .pie_img {
        padding: 10px 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    #contenedor_galeria {
        width: 100%;
        margin: 0 auto;
    }
    
    
}


