/* ESTRUCTURA DEL SITIO */
body{
	margin:0;
	padding:0;
	background-image:url(imagenes/fondito2.jpg);
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

a{
	color:#000000;
}

#centrado{
	text-align:center;
}

#contenedor{
	position:absolute;
	width:900px;
	/*height:600px;*/
	background:#FFF;	
	border:1px solid #CCCCCC;
	margin-right: auto;
	top:50%; 
	margin-top:-300px;
	left:50%;
	margin-left:-450px;
}

#panel-left{
	width:233px;
	height:100%;
	float:left;
}

#panel-right{
	width:667px;
	height:100%;
	float:left;
}

#panel-right-top{
	height:291px;
	float:left;
}

#panel-right-bottom{
	float:left;
	height:309px;
}

#logo{
	width:233px;
	height:291px;
	float:left;
}

#menu{
	width:233px;
	height:148px;
	float:left;
	background-image:url(imagenes/menu.jpg);
	background-repeat:no-repeat;
}

/* INDEX */
#texto{
	width:425px;
	height:309px;
	float:left;
	text-align:left;
	padding:30px 0 0 0;
	background-image:url(imagenes/fondo-texto.jpg);
	background-repeat:no-repeat;
}

#foto-home{
	width:181px;
	height:309px;
	background-image:url(imagenes/home-4.jpg);
	background-repeat:no-repeat;
	float:left;
}

#foto-home-top{
	width:181px;
	height:291px;
	background-image:url(imagenes/home-2.jpg);
	background-repeat:no-repeat;
	float:left;
}


#texto strong{
	color:#2a2e91;
	font-size:14px;
}

#texto h1{
	color:#2a2e91;
	font-size:12px;
	text-transform:lowercase;
}

#texto h1 a{
	color:#2a2e91;
	font-size:12px;
	text-transform:lowercase;
	text-decoration:none;
}


#texto p{
	font-size:12px;
	width:400px;
}

/* FIN DE INDEX */

/* FOOTER
#footer{
	width:100%;
	height:50px;
	background-color:#000000;
}
/* FIN DE FOOTER*/

/* PROMOCION */
#iconos{
	width:200px;
	float:left;
	padding:0 0 0 40px;
}

#iconos img{
	margin:0 5px 0 0;
	border:none;
}

#lugar{
	width:200px;
	float:left;
	padding:0 0 0 40px;
}

#lugar img{
	margin:14px 5px 30px 100px;
	border:none;
	float:right;
}


#promocion{
	width:370px;
	float:left;
	text-align:left;
}

#promocion-entregada{
	width:400px;
	float:left;
	text-align:left;
}

#promocion h1{
	color:#2a2e91;
	font-size:14px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 0 0 5px;
}

#promocion-entregada h1{
	color:#2a2e91;
	font-size:14px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 0 0 5px;
}


#promocion h1 a{
	color:#2a2e91;
	font-size:14px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 0 0 0px;
}

#promocion-entregada h1 a{
	color:#2a2e91;
	font-size:14px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 0 0 0px;
}

#promocion h3{
	color:#2a2e91;
	font-size:14px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 0 0 5px;
}

#promocion-entregada h3{
	color:#2a2e91;
	font-size:14px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 0 0 5px;
}

#promocion a{
	color:#2a2e91;
	font-size:13px;
	padding:0 0 0 5px;
	text-decoration:none;
}

#promocion-entregada a{
	color:#2a2e91;
	font-size:13px;
	padding:0 0 0 5px;
	text-decoration:none;
}

#promocion p a{
	color:#2a2e91;
	font-size:12px;
	text-decoration:none;
	padding:0 5px 0 5px;
}

#promocion-entregada p a{
	color:#2a2e91;
	font-size:12px;
	text-decoration:none;
	padding:0 5px 0 5px;
}

#promocion p{
	font-size:12px;
	padding:0 0 0 5px;
}

#promocion-entregada p{
	font-size:12px;
	padding:0 0 0 5px;
}

#promocion li{
	font-size:12px;
}

#promocion-entregada li{
	font-size:12px;
}

#foto-promocion{
	width:59px;
	height:291px;
	float:left;
	background-image:url(imagenes/promocion-3.jpg);
	background-repeat:no-repeat;
}

#foto-promocion img{
	float:left;
	border:none;
}

.flash{
	float:left;
	border:none;
}

/* FIN PROMOCION */

/* MENU */
#menu ul{
	list-style:none;
	margin:20px 60px 0 0;
	text-align:left;
}

#menu li{
	font-size:11px;
	margin:4px 0 0 0;
	width:10px;
}

#menu ul li a{
	text-decoration:none;
	color:#FFFFFF;
}

/* FIN MENU */

/* CONTACTO */

#contacto{
	width:370px;
	float:left;
	text-align:left;
}

#foto-contacto{
	width:58px;
	height:291px;
	float:left;
	background-image:url(imagenes/promocion-3.jpg);
	background-repeat:no-repeat;
}

#texto-contacto{
	width:200px;
	float:left;
	text-align:left;
	padding:13px 0 0 40px;
}

#texto-contacto p{
	font-size:12px;
	margin:0 0 0 30px;
}

#texto-contacto p strong{
	color:#2a2e91;
	font-size:14px;
}

#contacto-formulario{
	width:50px;
	float:left;
	padding:5px 5px 0 0;
}

#contacto-formulario p{
	font-size:12px;
	margin:5px 0 0 0;
}

#campos-formulario{
	float:left;
	margin:5px 0 0 0;
}

#campos-formulario p{
	margin:1px 0 0 0;
}

#campos-formulario p strong input{
	background-color:#FFFFFF;
	border:none;
	font-weight:bold;
}

/* FIN CONTACTO */


/* CONTACTO FORMULARIO AMIGO*/

#campos-formulario-amigo{
	float:left;
	margin:5px 0 0 -30px;
}

#contacto-formulario-amigo{
	width:200px;
	float:left;
	padding:5px 0 0 0;
}

/* FIN CONTACTO FORMULARIO AMIGO */

/* CLASES */
.alinear-izquierda{
	float:left;
}

.bottom-text-arriba{
	float:left;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	padding:10px 0 230px 10px;
}

.bottom-texto-abajo{
	float:left;
	text-align:left;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-size:14px;
	color:#1e238b;
	
}

.top-text-arriba{
	float:left;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	padding:20px 0 230px 10px;
}

.top-texto-abajo{
	float:left;
	text-align:left;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-size:14px;
	color:#1e238b;
	
}

/* FIN DE LAS CLASES */