﻿@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/* Headings */
body {
    background: url(../images/resources/background.jpg) repeat;
}

.menus {
	font-size: 11px;
}

.megatitulos {
	font-size: 28px;
	color: #780001;
	font-weight: bold;
}
.titulos {
	font-size: 22px;
	color: #780001;
	font-weight: bold;
}
.titulosredi {
	font-size: 18px;
	color: #780001;
	font-weight: bold;
}
.titulos2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.titulos3 {
	font-size: 14px;
	color: #666;
	/*font-weight: bold;*/
}
.titulos31 {
	font-size: 14px;
}
.contenidos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999
}
.contenidos2 {
	font-size: 12px;
	font-style: italic;
	color: #333
}
.color1 {
	color: #780001;
}
.color2 {
	color: #802e3a;
}
.colorgris1 {
	color: #999
}
.colorgris2 {
	color: #333
}
.colorblanco {
	color: #fff;
}
.colorbgblanco {
	background-color:#fff;
}
/* Enlaces / Links */

a:link {
	text-decoration: none;
	color: #333;
} /* Link no visitado*/
a:visited {
	text-decoration: none;
	color: #333
} /*Link visitado*/
a:active {
	text-decoration: none;
	color: #333;
} /*background:#EEEEEE} /*Link activo*/
a:hover {
	text-decoration: underline;
	color: #780001;
} /*background: #EEEEEE} /*Mause sobre el link*/
a .btn {background-color: #780001;font-size:11px;color:white;background-image:none;text-shadow:none}
a .btn:hover {background-color:#540001;color:white;}
/**/
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
 width: 100%/*89.0217%;*/
	/*padding-left: 0.9891%;
	padding-right: 0.9891%;*/
	clear: none;
	float: none;
}

.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
/*Zona Superior de la Web*/
.barramenus{
	 height:40px;
	 z-index:500;
	 background-color:#780001
}
.separahorizontal {
	background: url(../images/resources/bottomshadowmiddle.png) repeat-x;
	background-position: bottom;
	height: 17px;
}
.zonacontenidos {
	min-height: 500px;
}
.zonanews {
	float: none;
	width: 100%;
	min-height: 120px;
	max-width: 275px;
	min-width: 200px;
	margin:0 auto;
}
.pagenews {
	column-break-inside: avoid;
	width: 90%;
	margin: 0 2% 0 0;
	min-height: 120px;
	max-width: 100%;
	min-width: 100px;
}

.contenedor {
	width: 100%;
	/*height:100%;*/
	/*margin-top: 20px;*/
	/*background-color:#36C;*/
}

/*Slider horizontal*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* Callback */

.events {
	list-style: none;
}
.callbacks_container {
	/*margin-top: 20px;*/
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/resources/btnslider.gif") no-repeat left top;
	margin-top: -25px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
/*Fin Zona superior de la web*/

.contenidolateralizq {
	position:none;
	width: 95%;
	margin: 10px 0 30px 10px;
}
.barrasub {
	float: none;
	height: 1px;
	border: 0;
	border-top: 7px solid #780001
}
.contenidolateraldrch {
	float: none;
	padding: 0 10px 0 10px;
	min-width: 150px;
	text-align: justify;
}
.contacttext {
	margin: 0 auto;
	max-width: 200;
}
.contactmap {
	float: none;
	margin: 40px auto 0 auto;
	max-width: 400px;
	height: 400px;
}
#formname, #formmail, #formcontent {
	border: 1px solid #A63239;
}
.slidertopimg {
	margin: 30px auto 0 auto;
	width: 100%;
	height: 70px;
}
.slidertoptxt {
	width: 94%;
	min-width: 300px;
	padding: 3%;
}
.mapamundial {
	width: 100%;
	height: 300px;
	min-width: 300px;
	/*background-color: #396;*/
	margin-top: 20px;
}
.contimg{
width:100%;margin: 0 auto;border:5px solid #CCC;
}
.contimgleft{
width:100%;margin: 0 auto;border:5px solid #CCC;
}
.contimgright{
width:100%;margin: 0 auto;border:5px solid #CCC;
}
.topright{
width:100%;height:40px;margin-right:0px;
}
.toprightin{
text-align:center;position:relative;top:50%;margin:-20px auto 0 auto;
}
.topleft {
width:100%;height:100px
}
.topleftin {
margin:30px auto 0px;max-width:215px;
}
.bottomleft{
	margin-left:10px}
.bottomright{
	margin-right:10px}
.displaynomini{display:none}
.displaymini{display:block}
.displaynone{display:none}
.pageservicios{
	width:99%;
	margin: 0 1% 10px 0;
}
.pageproyectos{
	position:relative;
	margin: 0 1% 10px 0;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/resources/flechared.png);
	background-repeat: no-repeat;
	background-position: bottom right; 
}
.verproyectos{
	position:absolute;width:100%;height:100%;transition: 2.5s ease;

}
.vermasproyectos{
	position:absolute;
	display:none;
	width:100%;
	bottom:0;
	padding:2px 0;
	background-color:#780001;
	font-size:18px;
	color:white;
	text-align:center;
}
.pageproyectos:hover .verproyectos{
	background-image:url(../images/resources/rojo80.png)
}
.pageproyectos:hover .vermasproyectos{
	display:block;
}
.textoservicios{
position:absolute;z-index:10;background:url(../images/resources/white80.png);margin-top:-85px;padding:0.5%;width:60%;min-height:40px;text-align:left
}
.textoproyectos{
position:absolute;margin:0 0 0 150px;padding:1%;min-height:40px;text-align:left
}

.tituloseccion{
font-size: 14px;
color: #444;
font-weight: bold;
}

.titulodestacadoseccion{
font-size: 13px;
color: #666;
font-weight:bold;
}

.textoseccion{
color: #999; 
font-size:13px;
}

.cuboempresa{
position:relative;top:-5px;z-indexs:30;background-image:url(../images/resources/white80.png);width:100%;height:90%;padding:10 0
}
.cuboempresa .cont {
	display:none;
	height:50%;
	overflow:hidden;
	text-overflow: ellipsis;
}
.cubocampana {
position:absolute;top:-5px;width:100%;height:90px;padding:10 0
}
.cubocampana img 
{
	position:relative;
    top: 10px;
    right: 10px;
    max-height:90px;
}


.sliderleft{
float:none;
height:265px; 
min-width:250px;
max-width:484px;
width:100%;
margin:0 auto;
}
.sliderright{
width:100%;
float:none;
margin-top:5px;	
}

.sliderright a:hover{
	text-decoration: none;}
.maslink{
right:5px;
bottom:-5px;
}
.bottomlinkleft{
	float:left;
	margin:5px 0 5px 10px;
	}
.bottomlinkright{
	margin-right:10px}
.conttop{
	z-indexs:-1000}
.fotoproyecto{position:relative;max-width:760px;float:left}
.fotoproyectotop{position:relative;max-width:960px;float:left}
.cleardos{display:block;clear: both;}
.cleartres{clear: none; display:none;}

/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
 width: 100%/*91.9891%;*/
	/*padding-left: 0.5054%;
	padding-right: 0.5054%;*/
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
.contenidolateralizq {
	position:absolute;
	float: left;
	width: 180px;
	margin: 10px 0 0 10px;	
}
.contenidolateraldrch {
	float: left;
	min-width: 150px;
	padding: 30px 10px 0 200px;
	paddings: 0;
	text-align: justify;
	width:auto;
	width:calc(100% - 210px)
}
.pagenews {
	width: 49%;
	margin: 0 1% 0 0;
	min-height: 120px;
	max-width: 275px;
	min-width: 100px;
}

.contacttext {
	margin: 0 auto;
	max-width: 200;
}
.contactmap {
	float: left;
	margin: 40px auto 0 auto;
	width: 400px;
	height: 400px;
}
.zonanews {

	margin: 0 auto 0 auto;
}
.contimg{
width:300px;margin: 0 auto;border:5px solid #CCC;
}
.contimgleft{
width:300px;margin: 0 auto 0 0;border:5px solid #CCC;
}
.contimgright{
width:300px;margin: 0 0 0 auto;border:5px solid #CCC;
}
.topright{
width:220px;height:100px;margin-right:10px;
}
.toprightin{
float:right;position:relative;top:50%;margin:-10px auto 0 auto;
}
.topleft {
max-width:250px;margin-left:15px;height:100px
}
.topleftin {
margin:30px 15px 0 0;max-width:215px;
}
.displaynomini{display:block}
.displaymini{display:none}

.textoservicios{
position:absolute;z-index:10;margin-top:-85px;padding:0.5%;width:40%;text-align:left
}
.cuboempresa{
position:absolute;top:7px;left:7px;z-indexs:30;background-image:url(../images/resources/white80.png);width:47%;height:94%;
}
.cubocampana{
position:absolute;top:7px;right:10px;z-indexs:30;width:47%;height:94%;float:right;
}
.cubocampana img 
{
	position:relative;
    top: 0px;
    right: 0px;
    height:100%;
    max-height:inherit;
}
.titulosredi {
	font-size: 22px;
}
.maslink{
right:10px;
bottom:10px;
}

}

/* Redimensionado del mapa y news*/
@media only screen and (min-width: 572px) {
.mapamundial {
	width: 100%;
	height: 100%;
	min-width: 300px;
	/*background-color: #396;*/
	margin-top: 0;
}
.zonanews {
	float: right;
	width: 35%;
	margin: 0 auto 0 auto;
}
.cuboempresa .cont {
	display:block;
	height:62%;
	overflow:hidden;
	text-overflow: ellipsis;
}
.conttop{
	z-indexs:0}
}

/* Redimensionado del slider superior*/
@media only screen and (min-width: 690px) {
.slidertopimg {
	margin: 55px 50px 0 50px;
	max-width: 200px;
	height: 70px
}
.slidertoptxt {
	max-width: 55%;
	min-width: 10px;
	padding: 0;
}
.pageservicios{
	width:49%;
	margin: 0 1% 1% 0;
	min-height: 120px;
	min-width: 100px;
}
.textoservicios{
position:absolute;z-index:10;margin-top:-85px;padding:0.5%;width:18%;;text-align:left
}
.sliderleft{
	float:left;
	width:50%
}
.sliderright{
width:50%;
float:left;
margin:0;
margin-bottom:10px;	
}
.titulosredi {
	font-size: 18px;
}

}

/* Desktop Layout: 768px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
.gridContainer {
	width: 89.5108%;
	max-width: 960px;
	padding-left: 0.2445%;
	padding-right: 0.2445%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
.contenidolateralizq {
	position:absolute;
	float: left;
	width: 180px;
	margin: 10px 0 0 10px;
}
.contenidolateraldrch {
	float: left;
	min-width: 150px;
	padding: 30px 10px 0 200px;
	paddings: 0;
	text-align: justify;
	width:auto;
	width:calc(100% - 210px)
}
.conjuntosobreimagen {
	height: 330px;
	width: 400px;
	position: absolute;
	margin-top: 40px;
	z-index: 0;
	margin-left: 45%
}
.cuadradologo {
	background-color: #fff;
	height: 225px;
	width: 275px;
	;
	position: absolute;
	z-index: 10
}
.logo1 {
	padding: 20px;
	margin-top: 90px
}
.barrademenus {
	width: auto;
	float: right;
	color: #fff;
	height: 10px;
}
.callbacks_container {
	margin-top: 0px;
	position: relative;
	float: left;
	width: 100%;
}
.pagenews {
	width: 31%;
	margin: 0 2% 0 0;
	min-height: 120px;
	max-width: 275px;
	min-width: 100px;
}
.zonanews {
	width: 35%;

}
.topright{
	margin-right:0px}
.bottomleft{
	margin-left:0px}
.bottomright{
	margin-right:0px}
.bottomlinkleft{
	margin-left:0px}
.bottomlinkright{
	margin-right:0px}
}

/* Pestañas de la zona servicios */

.pestanasizq {
	height:50%;
}

.vertical{
	/*background-color:#fff;
	border-radius: 10px 10px 0 0;
	border-style: solid solid none solid;
	border-width: 1px;
	color:#000;
	clear: both;
	cursor: pointer;
	float: left;
	padding: 2px;*/
	/*position: absolute;
	top:0;
	width: 180px;
	top: 45%;
	text-align: center;
	right: 84%;
	z-index: 150;*/
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
  }

#pestanas ul{
	position:relative;
    
}

#pestanas li{
    list-style-type: none;
    float: left;
	left: 0px;
	top:0px;
    margin: 0px 2px -2px -0px;
    background: darkgrey;
    padding: 0px auto;
}

#pestanas a:link{
    text-decoration: none;
    color: bisque;
}

#contenidopestanas{
    clear: both;  
    background: dimgray;
    padding: 20px;
}

@media only screen and (min-width: 768px) {
.cleardos{display:none;}
.cleartres{clear:both;display:block}
}
@media only screen and (max-width: 768px) {
.cleardos{display:block;clear:both;}
.cleartres{display:none}
}

@media only screen and (min-width: 970px) {
.titulosredi {
	font-size: 22px;
}
}

#lblListaProyectos{font-size:10px}

.filtradoproyectos select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}

.filtradoproyectos select {border: 1px solid #780001;}

/*********************Cookies************************/
.msgcookie{display:block;position:fixed;bottom:0;min-height:50px;width:100%;background:rgba(255,255,255,0.8);color:#fff;font-size:11px;font-family:sans-serif;z-index:20}
.msgcookie p{width:80%!important;max-width:920px!important;margin:0 auto;background:url(../images/resources/cookie.png) 0 0 no-repeat !important;padding:10px 0 0 30px}
.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover{color:#fff}
.cookieclose{float:right;display:block;width:16px;height:50px;background:url(../images/resources/cookie.png) 0 -45px no-repeat;overflow:hidden;text-indent:-80px;opacity:0.5;margin:0 0 0 40px}
.cookieclose:hover{opacity:1}

@media only screen and (min-width: 481px) 
{
.contenidolateraldrch2 {
	float: left;
	min-width: 150px;
	padding: 30px 10px 0 200px;
	paddings: 0;
	text-align: justify;
	width:calc(100% - 210px)
}
}
@media only screen and (max-width: 481px) 
{
.contenidolateraldrch2 {
	float: left;
	min-height: 600px;
	padding: 10px 10px 0 10px;
	text-align: justify;
	width:100%;
}
}

@media only screen and (min-width: 768px) 
{
.cleardos {display:none;}
.cleartres {clear:both; display:block;}
}

/************************* Botonera Familias *********************************/
.familiaproducto1{
    width:98%;
	margin: 0 1% 1% 0;}
.familiaproducto2{
    width:99%;
	margin: 0 1% 10px 0;}
.familiaproducto3{
    width:99%;
	margin: 0 1% 10px 0;}
.color1.familias 
{
margin:5px auto 10px auto;
text-align:center;
width:150px  }
.productos.familias 
{
    margin-top: 10px;
    margin-bottom: 9px;
        font-weight: 300;
        font-size: 15px;
        color:#666;
    
    }
.familiaproducto1 a:hover,.familiaproducto2 a:hover,.familiaproducto3 a:hover
{
    text-decoration: none;    }  
      
a:hover .productos.familias {

    color: #780001;
}  
.imgfamilia
{
    position: relative; z-index: 0; width: 100%; width:150px;height:150px;margin:0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    }
.efectofamilia:hover .imgfamilia
{
   -webkit-transform: scale(1);
    transform: scale(1);
    }    
    
.redondeo{-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;}
@media only screen and (min-width: 690px) {
.familiaproducto1{
	width:98%;
	margin: 0 1% 1% 0;
	min-height: 120px;
	min-width: 100px;
}
.familiaproducto2{
	width:49%;
	margin: 0 1% 1% 0;
	min-height: 120px;
	min-width: 100px;
}
.familiaproducto2:last-child{
	width:50%;
	margin: 0 0 1% 0;
	min-height: 120px;
	min-width: 100px;
}
.familiaproducto3{
	width:32%;
	margin: 0 1% 1% 0;
	min-height: 120px;
	min-width: 100px;
}
.familiaproducto3:last-child{
	width:33%;
	margin: 0 0 1% 0;
	min-height: 120px;
	min-width: 100px;
}
}
/*********************** Fin Botonera Familias *******************************/
/************************ LIstado de productos *******************************/
.productoimg {float:left; width:150px}
.productotxt {float:left; width:calc(100% - 165px); padding:0 5px 0 10px}
/* Family list */
.subfamily-heading {
  padding: .5em;
  margin-top: 2em;
  margin-bottom: 1em; }
  .subfamily-heading:first-child {
    margin-top: 0; }




/* Families customization */
.family-color {
  color: #780001; }
.family-bgcolor {
  background-color: #780001;
  color: #fff; }
.page-header h1 {
  color: #780001; }
     
.btn-primary {
    color: #fff;
    text-shadow: none;
    background-color: #780001;
    background-repeat: repeat-x;
    background-image: #780001;
    border-left-color: #780001; 
    border-right-color: #780001; 
    border-top-color: #780001; 
    border-bottom-color: #780001; 
}


@media (max-width: 767px)   
{
.productoimg {float:none; width:150px; margin:0 auto}
.productotxt {float:none; width:100%; padding:5px}   
.btn {width: calc(100% - 2em);}     
} 

.productotxt h4{font-size:17.5px;line-height: 1 !important;font-weight: normal;} 
.productoimg img {max-width: 80%;}
/************************Fin Listado de Productos ****************************/


