@charset "utf-8";
body {
	margin-top:0px;
	background-color:#000000;
}
.contenedor1 {
	width:1280px;
	height:672px;
	margin-left:auto;
	margin-right:auto;
}
.contenedor2 {
	float:left;
	width:1280px;
	height:672px;
	background-image:url(img/back.jpg);
	background-repeat:no-repeat;
}
.contenedor3 {
	float:left;
	width:1280px;
	height:672px;
	background-image:url(img/back2.jpg);
	background-repeat:no-repeat;
}
.contenedor_flash {
	float:left;
	width:1024px;
	height:600px;
	margin-left:128px;
	margin-right:128px;
	margin-top:15px;
}



/*----------------------------
///////////admin////////////
----------------------------*/
.contenedor_principal {
	width:1280px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.contenedor_1admin {
	float:left;
	width:1280px;
	height:auto;
	background-image:url(img/back3.jpg);
	background-repeat:repeat-y;
}
.sombraprincipal {
	float:left;
	width:1280px;
	background-image:url(img/sombra_principal.png);
	background-repeat:repeat-y;
}

.sombratop {
	float:left;
	width:1280px;
	height:20px;
	background-image:url(img/sombra_top.png);
	background-repeat:no-repeat;
}

.contenedor_central {
	float:left;
	width:1024px;
	height:auto;
	background-image:url(img/back_marmol.jpg);
	background-repeat:repeat-y;
	margin-left:128px;
	margin-right:128px;
}

.sombrabotton {
	float:left;
	width:1280px;
	height:20px;
	background-image:url(img/sombra_botton.png);
	background-repeat:no-repeat;
}

.izquierda {
	float:left;
	width:234px;
	height:600px;
}

.derecha {
	float:left;
	width:790px;
	height:auto;
}
.botonera {
	float:left;
	width:790px;
	height:132px;
}

.lugar {
	float:left;
	width:790px;
	height:auto;
	background-image:url(../site/images/prevlabel.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.derecha_pequeno {
	float:left;
	width:10px;
 	height: 100%;
}

.contenido_de_lugar {
	float:left;
	width:750px;
	height:auto;
	margin-left:15px;
	margin-bottom:15px;
}

.lugar_derecha {
	float:left;
	width:25px;
	height:auto;
	bottom: 0%;
	background-color:#003399;
}

.tipografia_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #736B5e;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


.tipografia_cafe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53493a;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}