@import "../fuente/fuente.css";

*{margin:0;padding:0}

body{height:100%;background:#faf9f7;font-family:Arial, Verdana, Helvetica, sans-serif;color:#666}

#contenedorcuerpo{width:100%;border:0;margin:0;text-align:center}
.dimensioncuerpo{width:80em;margin:0 auto;padding-top:40px;background:transparent url(../img/cab.gif) no-repeat 0 0;text-align:left;font-size:75%}

.presentacion{margin-bottom:20px;}
.presentacion, .pie{
	background-image: linear-gradient(bottom, #e4e7ea 55%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #e4e7ea 55%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #e4e7ea 55%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #e4e7ea 55%, #fff 100%);
	background-image: -ms-linear-gradient(bottom, #e4e7ea 55%, #fff 100%);
	-pie-background: linear-gradient(#fff, #e4e7ea); 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.pie{width:90%;float:left;padding:18px 5% 15px;font-size:1.4em;font-family:telecable}

.cajapresentacion{min-height:590px !important;height:auto !important;height:590px;padding:20px 5%;background:transparent url(../img/fondo.png) no-repeat 50% 100%}
.cajapresentacion h1, .cajapresentacion p{padding-bottom:40px;margin-bottom:30px;background:transparent url(../img/puntos.gif) repeat-x 0 100%}
.cajapresentacion p{padding-bottom:30px;background-image:url(../img/puntos2.gif);font-size:2.6em;font-family:telecablebold;color:#3f6093}
.cajapresentacion p strong{display:block;color:#959da9}

/* estilos css3 para ie */
.presentacion, .pie{behavior: url(pie.htc)}