/* 
	Developed by:
	Prood.com
*/

body {
	margin:0;
	background: #00343E url(/images/fondo.gif) repeat-x top left fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a {
	color: #00343E;
	text-decoration:underline;
}

a:hover {
	color: #83ABB0;
	text-decoration:underline;
}

hr, #hide {display:none;}

li {
	list-style-type:square;
}

fieldset {
	border: 1px solid #00343E;
	padding:4px;
	margin: 0 10px;
	}
legend {
	color: #00343E;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 5px;
}

/*-- DIVs de ESTRUCTURA --*/
#content {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #fff url(/images/fondo_texto.gif) no-repeat bottom right;
	}
	
#cabecera {}	

#idioma {
	height: 17px;
	background: #075660 url(/images/fondo_idioma.jpg) repeat-x top left;
	text-align:right;
	padding: 6px 10px 0 10px;
	font-size:10px;
	}
#logo {
	height: 140px;
}

#menu {
	background: #075660;
	height: 24px;
	margin: -2px 0 0 0;
	}

html>body #menu {
	margin: -5px 0 0 0;
	}

#bloque {}	
	
#texto {
	float: right;
	margin: 0;
	padding: 20px 15px 20px 30px;
	width: 468px;
	line-height: 150%;
	}

#sidebar {
	float: left;
	font-size: 11px;
	margin: 0;
	line-height: 150%;
	padding: 10px;
	width: 237px;
	color: #00343E;
	}

#footer {
	background: url(/images/fondo_footer.gif) repeat-x top left;
	height: 31px;
	font-size: 9px;
	margin: 0;
	padding: 9px 10px 0 10px;
	text-align: center;
	color: #CBB88F;
	}
	
html>body #footer {
	margin: 0 0 20px 0;
}
	
/*-- CONFIGURACION de los DIVs de ESTRUCTURA --*/

/* IDIOMA */
#idioma a {
	color:#83ABB0;
	text-decoration:none;
	}
#idioma a:hover {
	color:#FFF;
	text-decoration:underline;
	}
	
/* MENU */	
#menu li {
	display: inline;
	list-style-type: none;
	margin-left: -4px;
	}
	
#menu ul {
	margin: 5px 0 0 4px;
	padding: 0;
	}
	
html>body #menu ul {
	padding-top: 5px;
	}
	
#menu a {
	color: #83ABB0;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 4px 9px;
	text-decoration:none;
	border-right: 1px solid #00343E;
	}
	
#menu a:hover {
	background: #00343E;
	color: #fff;
	text-decoration:none;
	}
/* TEXTOS - CONTENIDO CENTRAL */
#texto h1 {
	background: url(/images/bullet_h1.gif) no-repeat top left;
	color: #00343E;
	font-family: "Trebuchet MS";
	font-size: 20px;
	margin: 10px 0 20px -28px;
	padding-left: 28px;
	height: 20px;
	}
	
#texto h2 {
	color: #00343E;
	font-family: "Trebuchet MS";
	font-size: 16px;
	margin: 25px 0 -5px 0;
	}
	
#texto .promoTabla li {
	list-style-type: none;
	padding: 0 0 1px 4px;
	}
	
#texto .promoTabla ul {
	margin:0 0 15px 0;
	padding:0;
	}
	
#texto	.ficha {
	width: 448px;
	margin: 10px 0;
	padding: 10px;
}

#texto .new {
	background: url(/images/fondo_ficha_promo1.jpg) no-repeat top left;
}

#texto .reventa {
	background: url(/images/fondo_ficha_promo2.jpg) no-repeat top left;
}

#texto	.ficha cite {
	font-size:10px;
	font-style:italic;
}

#texto	.ficha h4 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin: 14px 0 -18px 0;
	padding:0;
}
#texto	.ficha h5 {
	margin-top:22px;
}

#texto	.ficha h5 a {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
}

#texto	.ficha h5 a:hover {
	font-weight:bold;
	text-decoration:none;
}

#texto .detallePrecio {
	margin: 5px 0 5px 0;
	padding: 1px 10px 5px 0;
	background: #856F3F;
	text-align:right;
}

#texto .detallePrecio h4 {
	color: #FFF;
}
#texto .detallePrecio a:link {
	color: #CBB88F;
	text-decoration:underline;
}
#texto .detallePrecio a:hover {
	color: #FFF;
	text-decoration:none;
}


#texto .detallePrecioReventa {
	margin: 5px 0 5px 0;
	padding: 1px 10px 5px 0;
	background: #00343E;
	text-align:right;
}
#texto .detallePrecioReventa h4 {
	color: #FFF;
}
#texto .detallePrecioReventa a {
	color: #B7D4DA;
	text-decoration:underline;
}
#texto .detallePrecioReventa a:hover {
	color: #FFF;
	text-decoration:none;
}




#texto .detalleCarac {
	padding: 0;
	margin: 10px 0;
	border-top: 3px solid #856F3F;
	border-bottom: 3px solid #856F3F;
}
#texto .detalleCarac strong {
	display:block;
	background: #B7D4DA;
	color: #00343E;
	padding: 2px;
}
/* SIDEBAR */
#sidebar #capsula {
	background: url(/images/fondo_sidebar.jpg) no-repeat top left;
	width: 217px;
	margin: 20px 0;
	padding: 10px;
	}
	
#sidebar #capsula h3 {
	color: #856F3F;
	margin: 0;
	display:block;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	}
	
#capsula form {
	padding: 0;
	margin:0;
	}
	
#capsula input {
	background: #00343E;
	border: 1px solid #00343E;
	font-size: 11px;
	padding: 1px 5px;
	color: #fff;
	font-weight:bold;
	text-align:left;
	}
	
#capsula .medio{
	background: #fff;
	border: 1px solid #00343E;
	font-size: 11px;
	color: #00343E;
	text-align:left;
	width: 104px;
	}
	
#capsula .medio2{
	background: #fff;
	border: 1px solid #00343E;
	font-size: 11px;
	color: #00343E;
	text-align:left;
	width: 90px;
	}
	
#capsula .grande {
	background: #fff;
	border: 1px solid #00343E;
	font-size: 11px;
	color: #00343E;
	text-align:left;
	width: 211px;
	}

#capsula .grande2 {
	background: #fff;
	border: 1px solid #00343E;
	font-size: 11px;
	color: #00343E;
	text-align:left;
	width: 199px;
	}
	
#capsula input:focus {
	color: #83ABB0;
	}
	
#capsula li {
	list-style-type: none;
	height:10px;
	padding: 15px 10px 15px 20px;
	font-weight:bold;
	background: url(/images/sidebar_linea_sep.jpg) no-repeat bottom center;
	}
	
#capsula li a, #capsula li a:hover {
	text-decoration:none;
	}

#capsula ul {
	margin:0;
	padding:0;
	}
	
/* FOOTER */
#footer  a {
	color: #CBB88F;
	text-decoration:underline;
	}

#footer  a:hover {
	color: #fff;
	text-decoration:none;
	}

/*-- Float and Clear --*/
div.both {
	clear: both;
	}

/* Images align */
img.border {
	border: 1px solid #00343E;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #D9E1E2;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}