@charset "utf-8";
/* CSS standard - resoluciones menores a 1180px de ancho */

@import url( general.css );

#general {
	margin:auto auto;
	width:980px;
}

/* 
testimonios - se muestra despues del contenido central en resoluciones < de 1180px
*/
#bloqueTestimonios {
	float:left;
	padding:0px 0px 15px 0px;
	margin:0px;
	width:972px;
}
	#bloqueTestimonios .sup {
		background:#46505C url(../images/fondo_testimonios_std.jpg) no-repeat center top;
		height:7px;
		margin-bottom:15px;
	}
		#bloqueTestimonios .contTestimonio {
			width:310px;
			margin-left:10px;
			margin-bottom:20px;
			float:left;
		}
			.contTestimonio .foto {
				width:70px;
				margin-left:10px;
				float:left;
				display:block;
			}
			.contTestimonio .textos {
				width:220px;
				float:left;
				margin-left:20px;
			}
			.contTestimonio .textos h1 {
				padding-bottom:10px;
			}
		/* test04, test05... son los testimonios mostrados en la pagina en modo extra, en modo standard solo se mostraran los tres primeros testimonios*/
		.test04, .test05, .test06, .test07, .test08, .test09, .test10  {
		display:none;
		}
		/* div para liga ver mas */
	#bloqueTestimonios .verMas {
		margin-left:10px;
	}

/*
pie de pagina - en modo standard se muestra sin esquina redondeada, pegado a bloque de testimonios
*/

#pie {
	margin:0 4px 0 4px;
}

table.pie {
	background:transparent url(../images/fondo_pie.jpg) repeat-x top;
	height:90px;
	width:100%;
	border:none;

}
	table.pie td {
		padding:0px;
		margin:0px;
		vertical-align:top;
		color:#fff;
	}
	table.pie .esquinaIzq {
		background:none;
		width:7px;
	}
	table.pie .esquinaDer {
		background:none;
		width:7px;
	}
