@charset "UTF-8";
/* SLIDE del MAIN */

#slide {
	overflow:hidden;
	max-width:980px;
}
#contslide{
	overflow:hidden;
	position:relative;
	}

/* INICIO BANNER /////////////////////////////////////////////////////// */
#slide{
	max-height:370px;
	display:block;
	overflow: hidden;
	cursor:url(../imagenes/estructura/stop.png), auto;
	}
.banner{
	float:left;
	margin-top:1.5em;
	overflow:hidden;
	width:100%;
	max-width:980px;
	/*background-image:url(../imagenes/estructura/fondo.banner.jpg);
	background-position: top center;
	background-repeat:no-repeat;*/
	}
	
.banner tr td > * {
	float: left;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	}
.banner-ima{
	max-width:340px;
	max-height:340px;
	
	background-image:url(../imagenes/estructura/fondo.image.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right:2%;
	}
.banner-ima img{
	width:100%;
	max-width:340px;
	height:auto;
	}

#banner-des{
	max-width:70%;
	min-width:40%;
	color: #0f1e29;
	}
#banner-des h1{
	font-size:24pt;
	}
.banner-fot{
	max-width:70%;
	min-width:40%;
	}
.banner-fot img{
	width:61px;
	height:61px;
	}
@media only screen and (max-width: 660px) {

	.banner {
		margin-top:0px!important;
		}
		
	.banner tr td > * {
		float: none;
		overflow:hidden;
		display:block;
		text-align:center;
		max-width:100%;
		}
	}
/* FIN BANNER /////////////////////////////////////////////////////// */
