@charset "UTF-8";
/* CSS Document */

#contenedor{
	width: 940px;
	/*background: url(../assets/unidad.png);*/
	margin: auto;
	
	position: relative;
	
	/*min-height: 500px;*/
}

div.espacio{
	width: 20px;
	min-height: 10px;
	/*background: url(../assets/patron.gif);*/
	float: left;
}

div.uno{
	width: 40px;
	min-height: 10px;
	float: left;
	/*background: #060;*/
}

div.dos{
	width: 380px;
	min-height: 10px;
	float: left;
	margin-top: -40px;
	margin-left: -25px;
}

div.tres{
	width: 160px;
	min-height: 10px;
	float: left;
	/*background: #F00;*/
}

div.cuatro{
	width: 600px;
	min-height: 10px;
	float: left;	/*background: #0F0;*/
}

div.cinco{
	width: 280px;
	min-height: 10px;
	float: left;
	/*background: #00F;*/
}

div.seis{
	width: 550px;
	min-height: 10px;
	float: left;	/*background: #FF0;*/
}
div.menuizquierda {
	width: 300px;
	min-height: 10px;
	float: left;	/*background: #FF0;*/
}

div.siete{
	width: 400px;
	min-height: 10px;
	float: left;
	/*background: #0FF;*/
}

div.ocho{
	width: 460px;
	min-height: 10px;
	float: left;
	/*background: #F0F;*/
}

div.nueve{
	width: 520px;
	min-height: 10px;
	float: left;
	/*background: #90C;*/
}

div.diez{
	width: 580px;
	min-height: 10px;
	float: left;
	/*background: #990;*/
}

div.once{
	width: 640px;
	min-height: 10px;
	float: left;
	/*background: #fA9;*/
}

div.doce{
	width: 700px;
	min-height: 10px;
	float: left;
	/*background: #99F;*/
}

div.trece{
	width: 760px;
	min-height: 10px;
	float: left;
	/*background: #19F;*/
}

div.catorce{
	width: 1100px;
	min-height: 10px;
	float: left;	/*background: #9F6;*/
}

div.quince{
	width: 880px;
	min-height: 10px;
	float: left;
	/*background: #090;*/
}

div.dieciseis{
	width: 940px;
	min-height: 10px;
	float: left;
	/*background: #f90;*/
}

div.despejar{
	clear: both;
}

div.centrarDiv{
	float: none;
	margin: auto;
}

.centrarTexto{
	text-align: justify;
}

img.centrarImg{
	margin: auto;
	display: block;
	z-index: 5;
}

div.saltoMedio{
	height: 10px;
}

div.saltoUno{
	height: 20px;
}

div.saltoDos{
	height: 40px;
}

div.saltoTres{
	height: 60px;
}

div.saltoCuatro{
	height: 80px;
}

div.saltoCinco{
	height: 100px;
}

div.saltoSeis{
	height: 120px;
}

.linea{
	background: url(../assets/estaticas/fondos/fondoLinea.gif) repeat-x;
	height: 1px;
}

.flotarIz{
	float: left;
}

.flotarDe{
	float: right;
}
