* {
  margin: 0;
}

html, body {
height: 100%;
width:100%;
background-color: black;
font-family: 'PT Sans', sans-serif;
}

ol,ul {
	list-style:none;
}

.rojo { color: #F00; }
.inputForm { background-color:#E9E9E9; border: 1px solid #CACACA; height:25px; width:250px;}
.inputForm2 { background-color:#E9E9E9; border: 1px solid #CACACA; height:150px; width:250px;}
.camposForm { margin-bottom:1em; }
.camposForm2 { margin-top:2em; margin-bottom:1em; }
.txtgris { color:#666; text-transform:uppercase; font-size:14px; font-style:bold;}

input#search    {
background:url(../images/btn-enviar.JPG);
background-repeat: no-repeat;
width:87px;
height:26px;
border: 0;
}

.center { width: 1045px; margin: 0 auto; }
/*.center { margin-left: auto; margin-right: auto; width: 70%;}*/

.centercontacto{ margin-left: auto; margin-right: auto; width: 70%;}

.caja { position:relative; width:100%}
.imagen { float: left; max-width:280px;margin-right:1em;margin-bottom:1em; background-size: 100% auto; background-position: center top;  width: 280; height: 410;}
	
.texto { padding-left:2em; text-align:left;}
.texto img { max-width:100%;height:auto; }

.textocontacto { padding-left:2em; padding-top:2em; text-align:left;}

.header-web{
	position: relative;
       height:100px;
       width:100%;display:none;
}

.header{
		position: relative;
		height:150px;
		padding-top:1.2em;
		width:100%;
}

.banner{
	position: relative;
       height:280px;
	   padding-top:1.2em;
       width:100%;
       background-position: 50% 100%; /* width, height */
       background-size: cover;
       background-repeat: no-repeat; 
}

.banner2{
       width:100%;
       height: 280px; 
       background-position: 100% 100%; /* width, height */
       background-size: contain;
       background-repeat: no-repeat; 
       position: relative; 
       /*z-index:0;*/
}

 .content{
       position:relative;
       float:left;
       width:100%;
	   min-height: 400px;
	   background-color: white;
	   text-align: center;	   	   
	   padding-bottom: 2em;
	   padding-top: 2em;
}

.content2{
	   position: relative;
       width:100%;
	   min-height: 400px;
	   background-color: white;
	   display: table-cell;
	   vertical-align: middle;
	   float:left;
	   padding-bottom: 2em;
	   padding-top: 2em;
}


.wrap {
  height: 100%;
  	position: relative;
	padding-top:0px;
	width:100%;
}
.wrap:after {
  content: "";
  display: block;
}
.footer {
  height: 0px;
  padding-top:1px;
  text-align: center;
  color: white;
}



.cuerpo { width:100%; }
.cuerpoInterno {text-align:left; padding-top:1em;}	
.cuerpoInterno h1 { float:left; padding-left:2em; margin-left:2em; }
.cuerpoInterno h1 img { max-width:100%;height:auto; margin-right:1em;  }

.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 97.5%;
    height: 300px;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    opacity: 0;
    color: #fff;
	text-align: left ; bottom: 0; top:80%; width: 85%; left: 10px; padding-left: 10em;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
	/*background-color: #000;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .5);*/
}

.cb-slideshow li div h3 { 
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    padding: 0;
    line-height: 70px; 
}

@media screen and (max-width: 1023px) { 
	.center { width: 90%;}
	.texto { padding-left:0em; text-align:left; padding-right:1em;}
	.cuerpo { width:100%; margin:auto; height: auto; }
	.cuerpoInterno {text-align:left; }	
	.cuerpoInterno h1 { float:none; padding-left:0px; margin-left:0px;}
	.cuerpoInterno h1 img { height:auto; margin-bottom:0.5em;}
	.cb-slideshow li span { height: 250px;}
	.header { height: 120px; display:none;}	
	.header-web { height: 120px;  display: inherit;}
	/*.center { margin-left: 1em; margin-right: 1em; width: 95%;}*/
	.center { width: 100%; margin: 0 auto;}
	.centercontacto { margin-left: 2em; margin-right: 2em; width: 95%;}
	.imagen { max-width:200px; background-size: 100% 100%; background-position: left center; height: 300px}
	.imagen  img{ max-width:100%;}
	.banner { max-height:230px; width:100%; background-size: 150% 100%}
	} 

@media screen and (max-width: 700px) { 
	 .texto { padding-left:0em; text-align:left; padding-right:1em;}
	.content, .content2{ padding: 0.5em 0;}
	.cb-slideshow li div { top: 75%;}
	.header { height: 120px; display:none;}	
	.header-web { height: 120px;  display: inherit;}
	.imagen { max-width:170px; background-size: 100% auto; background-position: left center; height: 300px}
	.imagen  img{ max-width:100%; }
	/*.center { margin-left: 1em; margin-right: 1em; width: 95%;}*/
	.center { width: 100%; margin: 0 auto;}
	.centercontacto { margin-left: 1em; margin-right: 1em; width: 90%;}
	.textocontacto { text-align:left;}
	.banner { max-height:180px; width:100%; background-size: 150% 100%}

}

@media screen and (max-width: 400px) { 
	 .content, .content2 { padding: 0.5em;}
	 .center { width: 90%;}
	 .texto { padding-left:0em; text-align:left; padding-right:1em;}
	 .cb-slideshow li div { top: 70%;}
	.header { height:120px; display:none;}	
	.header-web { height: 120px;  display: inherit;}
	.imagen { max-width:130px; background-size: 120% auto; background-position: left bottom; background-repeat: no-repeat; height: 300px}
	.imagen  img{ max-width:100%; }
	/*.center , .centercontacto{ margin-left: 0.5em; margin-right: 0.5em; width: 100%;}*/
	.center, .centercontacto { width: 100%; margin: 0 auto;}
	.textocontacto { text-align:left;}
	.banner { height:100px; width:100%; background-size: 150% 100%}
	.footer { font-size: 11px;}

}
