@charset "utf-8";
/* CSS standard - resoluciones mayores a 1180px de ancho */

@import url( general.css );

#general {
	margin:auto auto;
	width:1185px;
}

/* 
testimonios  - cambia al lado derecho en resolucion > 1180px
*/
#bloqueTestimonios {
	background:#46505C url(../images/fondo_testimonios_extraInf.jpg) no-repeat center bottom;
	float:right;
	width:195px;
	margin-top:30px;
	padding-bottom:15px;
}
	#bloqueTestimonios .sup {
		background:#46505C url(../images/fondo_testimonios_extraSup.jpg) no-repeat center top;
		height:7px;
		margin-bottom:15px;
	}
	
	#bloqueTestimonios .contTestimonio {
		width:157px;
		padding-left:6px;
		margin-left:9px;
		float:left;
		margin-bottom:20px;
	}
		.contTestimonio .foto {
			display:none;
		}
		.contTestimonio .textos {
			width:157px;
			margin-left:0;
		}
	/* 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:block;
		}
	/* div para liga ver mas */
	#bloqueTestimonios .verMas {
		margin-left:10px;
	}


/*
pie de pagina - en modo extra se muestra con esquina superior redondeada
*/
#pie {
	margin-top:10px;
}

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:#E1E7E7 url(../images/fondo_pie_izq.jpg) no-repeat left;
		width:7px;
	}
	table.pie .esquinaDer {
		background:#E1E7E7 url(../images/fondo_pie_der.jpg) no-repeat left;
		width:7px;
	}
