/* CSS Document */

* { margin: 0; padding: 0; }

body { 
	background: #000000 url(../images/cuerpo/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; }

.naranja { color: #f3991e;}

/*  contenedor */

#contenedor {
	width: 950px; 
	margin: 20px auto;}
	
/* header */

#header {
	width: 100%; 
	height: 80px; 
	float: left;
	background: #1e1e1e url(../images/header/header-back.gif) repeat-x top;
	border-bottom: 2px solid #000;
	}
	
/* cuerpo y laterales */

#cuerpoylaterales {
	float:left; 
	width: 910px;
	padding: 5px 21px 0 20px;
	background: #1e1e1e;
	position: relative;}
	
	#cuerpoylaterales_bottom {
	float:left;
	width: 910px;
	padding: 0 21px 20px 20px;
	margin-top: -7px;
	*margin-top: -27px;
	background: url(../images/cuerpo/cuerpo_bottom.gif) bottom no-repeat;}
	
/* lateral izquierdo */

#lateral_left {
	float: left;
	width: 168px; }
	
#menu_ppal {
	z-index:1000;
	width: 100%;}	
	
#carrito,
.tituloGrisLeft {
	float: left;
	margin-top: 10px;
	width: 100%;
	background: #000  url(../images/cuerpo/carrito/carrito_back.gif) left top repeat-y; }
	
	
/* CUERPO */

#contenedor_central {
	float: left;
	width: 571px;
	margin-left: 10px; }

.publicidad_top { float: left; height: 124px; overflow: hidden; margin-bottom: 10px;}

#cuerpo {
	float:left;
	padding-bottom: 10px; 
	width: 100%;
	min-height: 407px;
  	height:auto !important;  /* hack ie */
  	height:407px;
	background:#FFFFFF url(../images/cuerpo/cuerpo_blanco_bottom.gif)  bottom no-repeat; }
	

/* SUCURSALES */
	
.sucursal {
	float: left;
	display: block;
	width: 90px;
	height: 240px;
	padding-right: 45px;
	overflow: hidden;}	
	
	.sucursal_right { padding-right: 0;}

		


	
/* Empleo */
   
.empleo{
	padding-bottom: 20px;
	float: left;
	width: 500px;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 11px;
	color: #707072;}
	

/* MODULOS */ 

.modulochico {
	width: 90px;
	height: 150px;
	margin: 15px 13px 0 13px; 
	float: left;}
	
	.imgmodulochico {
	height: 75px;
	vertical-align: top;
	margin-bottom: 5px;
	float: left;
	clear: left; 
	position: realtive; }
	
.modulogrande {
	width: 90px;
	height: 225px;
	margin: 15px 13px 35px 13px; 
	float: left;}
	
	.imgmodulogrande {
	height: 170px;
	vertical-align: top;
	margin-bottom: 5px;
	float: left;
	clear: left; 
	position: realtive; }

	
/* Botones botones_right */

.contenedor_modulos .botones_right {
	width: 190px;
	float: right;
	clear: both;
	margin-top: 10px; 
	margin-right: 10px;}
	
	.botones_right input { 
	float: left;
	width: 87px;
	height: 23px;
	cursor: pointer;}
	
	.botones_right input.boton_ant { background:url(../images/cuerpo/carrito/anterior.gif) no-repeat top left;}
	.botones_right input.boton_sig{ background:url(../images/cuerpo/carrito/siguiente.gif) no-repeat top left; float: right;}
	
/* home de producto */

.contenedor_producto {
	float: left;
	margin: 20px 7px;
	margin-bottom: 0;
	width: 556px;  }
	
	.producto_left {
	float: left;
	margin-left: 15px;
	width: 300px;  }
	
	.producto_right {
	float: right;
	margin-right: 15px;
	width: 200px; }
	
	.producto_recuadro {
	float: right; 
	margin-top: 20px;
	width: 191px;
	background: #ECEBEB url(../images/cuerpo/producto/recuadrogris-bottom.gif) bottom left no-repeat; }
	

/* modulos */

.contenedor_modulos {
	float: left;
	width: 550px;
	margin: 20px;
	margin-bottom: 0;
	*padding-bottom: 10px; }
	
	.contenedor_producto .contenedor_modulos {
	margin: 3px;
	*padding-bottom: 0px;}
	
/* tarjetas abajo */

#cuerpo_bottom_tarjetas {
	float: left;
	margin-top: 10px;
	width: 571px;
	height: 62px;
	background: #000 url(../images/cuerpo/tarjetas/cuerpo_tarjetas_right.gif) no-repeat top right;
	text-align: center;}

/* lateral right */

#lateral_right {
	float: right;
	width: 146px;}
	
	.lateral_right_pub {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		overflow: hidden;}
		
		
	#lateral_left .lateral_left_pub {
		float: left;
		padding-top: 10px;
		padding-left: 10px;
		_float:none;_display:block;}
		
		#lateral_left .lateral_chat {padding-left:0;}
		

/* footer */

#footer {
	float: left;
	clear: both;
	margin: 12px 0;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;}
	
#ids { 
	float: left;
	margin-left: 10px;
	margin-top: -11px;}
	
.capital{
	text-transform: lowercase;    
}	

.capital:first-letter { 
	text-transform: capitalize;  
}	
			
.login_error{
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #FF0000;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
}			
			
