/* @override 
	http://buscapromocion.es/amaru/css/style.css
*/

/* @group Clases */
.hidden{display:none;}
/* @end */

/* @group Estilos Etiquetas */
body {
	background: #fff url(../images/bgBody.jpg) no-repeat center top;
}
a{
	text-decoration: underline;
	cursor: pointer;
	color: #666;
}
a:hover{
	text-decoration: underline;
}
/* @end */
#page {
	background: none;
	overflow: auto;
}
/* @group Cabecera */
#head{
	overflow: auto;
	background: url(../images/bgHead.png) no-repeat center top;
	margin-bottom: 10px;
	border-bottom: 7px #243255 solid;
}
#logo{
	margin: 0;
}
#logo a{
	height: 190px;
	display: block;
	background: url('../images/logo.png') no-repeat;
	text-indent: -5000px;
}
#menuUsuario {
	text-align: right;
	height: 30px;
}
#menuUsuario ul {
	overflow: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 50px;
	background: none;
	padding-left: 0px;
}
#menuUsuario ul li {
	float: left;
	list-style-type: disc;
	color: #f7bc00;
	margin-top: 5px;
}
#menuUsuario ul li a {
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}
#busquedaRapida {
	text-align: left;
	margin: 10px 0;
	margin-top: 93px;
}
#busquedaRapida form {
	padding-left: 35px;
}
#busquedaRapida form input.boton {
	background: #f7bc00;
	border-width: 1px;
	border-style: groove;
	padding: 1px;
}
#menuCorporativo{
	margin: 5px 0;
}
#menuCorporativo ul{
	overflow: auto;
	margin: auto;
}
#menuCorporativo ul li {
	float: left;
	list-style: none;
	padding: 5px 15px;
	margin-left: 0px;
	background: url(../images/fondoBoton.png) no-repeat top center;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 0.8em;
	margin-right: -30px;
	
}
#menuCorporativo ul li a{
	color: #fff;
	text-decoration: none;
}
/* @end */
/* @group Sidebar */

#barLeft, #barRight {
	margin-top: 10px;
}
/* @group Carrito */
#barRight div.capaCarrito {
	background: #243255;
	padding: 0px;
	color: #fff;	
}
#barRight div.capaCarrito h3.carrito {
	font-size: 1.2em;
	margin-bottom: 0em;
	border-bottom: 1px solid #243255;
	background: #243255;
	padding: 5px;
	color: #fff;
}
#barRight div.capaCarrito a.enviarPedido {
	padding: 3px;
	margin: 0 7px;
	font-size: 0.9em;
	color: #f7bc00;
	text-decoration: none;
}
#barRight div.capaCarrito table.carrito{
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 5px;
	background: #e0f3fb;
		color: #000;	
}
#barRight div.capaCarrito table.carrito thead th.col1 {
	width: 140px;
	text-align: center;
}
#barRight div.capaCarrito table.carrito thead th.col2 {
	width: 20px;
	text-align: center;
}
#barRight div.capaCarrito table.carrito thead th.col3 {
	width: 50px;
	text-align: center;
}
#barRight div.capaCarrito table.carrito thead{
	color: #000;
	text-align: left;
}
#barRight div.capaCarrito table.carrito td {
	padding: 1px 2px;
}
#barRight div.capaCarrito table.carrito td a{
	color: #000;
}
#barRight div.capaCarrito table.carrito input{
	width: 15px;
}
/* @end */
/* @group Módulo Artículos */
div.moduloArticulos {
	padding: 0px;
	text-align: center;
	margin: 10px 0;
}
div.moduloArticulos h3 {
	margin-bottom: 0;
	font-size: 1.2em;
	background: #00a0df;
	color: #fff;	
}
div.moduloArticulos div.elemento {
	background: none;
	padding: 10px 0;
	margin: 0;
	background: #b2e2f5;
}
div.moduloArticulos div.elemento p {
	margin-bottom: 0;
}
div.moduloArticulos div.elemento img{
	width: 100px;
	border: 1px #b2e2f5 solid;
}
div.moduloArticulos div.elemento h2 {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
div.moduloArticulos div.elemento a {
	background: none;
	display: inline;
	color: #243255;
}
div.moduloArticulos a{
	background: #00a0df;
	display: block;
	color: #fff;
}
div.moduloArticulos.Recomendados h3{
	background: #f7bc00;
}
div.moduloArticulos.Recomendados .elemento{
	background: #fdebb2;
}
div.moduloArticulos.Recomendados a{
	background: #f7bc00;
}

div.moduloArticulos.Ofertas h3{
	background: rgb(36, 50, 85);
}
div.moduloArticulos.Ofertas .elemento{
	background: #f7bc00;
}
div.moduloArticulos.Ofertas a{
	background: #f7bc00;
}
/* @end */
/* @group Menú Categorías */
#colecciones,
#categorias{
    margin-top: 15px;
}
#colecciones h3,
#categorias h3{
	font-size: 1.1em;
	background-color: #243255;
	margin-bottom: 0;
	padding: 3px;
	color: #fff;
	text-align: center;
        cursor: pointer;
       
}
#colecciones li,
#categorias li{
	margin: 0;
	background: #f7bc00;
	border-bottom: 1px dashed #fad254;
}
#colecciones li a,
#categorias li a{
	color: #fff;
	border-right: none;
	background: #f7bc00;
}
#colecciones li a:hover,
#categorias li a:hover{
	background: #243255;
	color: #f7bc00;
}
/* @end */
/* @end */

/* @group Contenido */

#content {
	overflow: auto;
}

#main{ 
	min-height:600px; 
	background: #fff url(../images/bgContent.jpg) repeat-y center; 
	margin-bottom: 20px;
	margin-top: 10px;
}
#main div.seccion {
	padding: 10px;
}

/* @group Perfil de Usuario */
#datosPersonales div.contentDatos{
	border: none;
	padding: 0;
	background: none;
	width: 30%;
	margin: 1.5%;
}
#datosPersonales div.contentDatos a{
	width: 100%;
	padding: 5px 0;	
	background: #fff;
	color: #000;
	border: #000 1px solid;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 0.8em;
}
#accordion {
	margin: 0 10px;
}
#perfilUsuario a.enviarPedido{
	background: #fff;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
	height: 35px;
	display: block;
	text-align: center;
	width: 100px;
	margin: 10px auto;
	line-height: 34px;
}
#datosPersonales div.contentDatos a:hover,
#perfilUsuario a.enviarPedido:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
#datosPedidos #accordion{
	font-size: 0.9em;
}
#accordion table.carrito {
	margin: 5px 0;
	width: 390px;
	font-size: 0.8em;
}
#accordion table.carrito th.col3{
	margin: 5px 0;
	width: 55px;
	font-size: 0.8em;
}
/* @end */

/* @group Confirmación Pedido */


h3.confirmarPedido{
	margin: 20px;
	border-bottom: 1px solid;
}

#confirmPedido div.contentDatos div.datosEnvio {
	min-height: 210px;
}
h2.confirmarPedido{
	margin: 10px 20px;
	font-size: 1.2em;
	clear: both;
}
div.contentDatos {
	width: 45%;
	float: left;
	margin: 0 2%;	
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
}
div.contentDatos h3{
	font-size: 1.1em;
	margin: 0 5px;
}
div.contentDatos p{
	font-size: 1em;
	margin: 0 5px;
}
div.contentDatos p label{
	font-weight: bold;
}
div.contentDatos a{
	color: #ff0000;
}
div.contentDatos a.linkFloat{
	float: right;
	padding: 5px;
	color: #666;
}
#configEnvio div.contentDatos,
#configPago div.contentDatos {
	width: 479px;
}

#configPago div.contentDatos.totales {
	width: 240px;
	margin: 0 120px 20px 120px;
}

#configPago div.contentDatos.totales p {
	font-weight: bolder;
}
#configPago div.contentDatos.totales p span{
	font-weight: normal;
	float: right;
}
#formulario{
	width: 100%;
}
#stylized #formulario label.pago {
	clear: none;
	text-align: left;
	width: 360px;
}
#stylized #formulario label.pago span{
	text-align: left;
	width: 340px;
	margin-bottom: 10px;
}
#stylized #formulario input.radio{
	width: 30px;
}
/* @end */

/* @group Carrito en Main */
#main h3.carrito{
	margin: 20px;
	border-bottom: 1px solid;
	text-align: left;
}
#main table.carrito input{
	width: 30px;
}
#main div.capaCarrito{
	text-align: center;
}
#main div.capaCarrito a.enviarPedido{
	background: #000;
	color: #fff;
	padding: 5px;
	border: #000 1px solid;
	margin: 0 10px;
	width: 100px;
}
#main table.carrito {
	width: 95%;
	margin: 10px 2%;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}

#main div.inicio{
	margin: 0;
	width: 520px;
	background: white;
        height: 600px;
		/*
        background: #fff url("../images/index.png") no-repeat;
        text-indent: -8000px;*/
}
#main table.carrito thead{
	color: #fff;
	text-align: left;
	background: #000;
}
#main table.carrito td,#main table.carrito th {
	padding: 5px;
}
#main table.carrito th.col1 {
	width: 270px;
}
#main table.carrito td a{
	color: #000;
}
#main table.carrito tr.par{
	background: #ddd;
}
#main a.boton {
	background: #000;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 0 auto;
	display: block;
	width: 100px;
}
/* @end */

/* @group Artículos */

/* @group Thickbox Artículos */
#TB_ajaxContent{
	background: #e0f3fb;
}
#TB_ajaxContent div.fichaProducto {
	padding: 20px;
}
#TB_ajaxContent div.fichaProducto h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #f7bc00;
}
#TB_ajaxContent div.fichaProducto p {
	margin-bottom: 0.5em;
	color: #243355;
}
#TB_ajaxContent div.fichaProducto span{
	font-weight: bold;
}
#TB_ajaxContent div.fichaProducto a{
	color: #f7bc00;
}
#TB_ajaxContent div.fichaProducto div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
#TB_ajaxContent div.fichaProducto p.detalle.comprar {
	text-align: right;
	line-height: 20px;
	margin: 10px 0;
}
#TB_ajaxContent div.fichaProducto p.detalle.comprar a{
	background: #e0f3fb;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
}
#TB_ajaxContent div.fichaProducto div.datosTecnicos{
	width: 275px;
	float: left;
}
#TB_ajaxContent div.fichaProducto div.datosTecnicos h3{
	width: 100%;
}
#TB_ajaxContent div.fichaProducto div.imagen img {
	max-height: 370px;
}
#TB_ajaxContent div.fichaProducto p.autores a{
	color: #000;
}
/* @end */
/* @group Ficha de Articulos en Main (sin JS) */
div.fichaProducto {
	padding: 20px;
}
div.fichaProducto h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #000;
}
div.fichaProducto p {
	margin-bottom: 0.5em;
	color: #000;
}
div.fichaProducto span{
	font-weight: bold;
}
div.fichaProducto a{
	color: #666;
}
div.fichaProducto div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
div.fichaProducto p.detalle.comprar {
	text-align: right;
	line-height: 20px;
	margin: 10px 0;
}
div.fichaProducto p.detalle.comprar a{
	background: #fff;
	color: #000;
	padding: 5px;
	border: #000 1px solid;
}
div.fichaProducto div.datosTecnicos{
	width: 225px;
	float: left;
}
div.fichaProducto div.datosTecnicos h3{
	width: 225px;
	float: left;
	color: #666;
}
/* @end */
/* @group Listado Artículos */
#main div.listadoArticulos h3{
	margin: 10px 20px;
}
#main div.listadoArticulos div.elemento {
	margin-bottom: 20px;
	border-bottom: 1px dashed;
}
#main div.listadoArticulos div.elemento img {
	width: 80px;
	float: left;
	margin: 0 10px;
	margin-left: 20px;
}
#main div.listadoArticulos div.elemento  h2,
#main div.listadoArticulos div.elemento  h3{
	font-size: 1em;
	margin-bottom: 5px;
}
#main div.listadoArticulos div.elemento  h2 a{
	color:  #000;
}
#main div.listadoArticulos div.elemento p{
	margin: 0 20px 10px 20px;
}
#main div.listadoArticulos div.paginacion {
	text-align: center;
	color: #000;
	clear: both;
}
#main div.listadoArticulos div.paginacion a{
	text-align: center;
	color: #666;
}
#main div.listadoArticulos div.elemento p a.detalle {
	margin: 0 10px;
	background: #fff;
	color: #000;
	padding: 3px;
	border: #000 1px solid;
	font-size: 0.85em;
}
#main div.listadoArticulos div.elemento p a.detalle:hover{
	background: #000;
	color: #fff;
	border: #fff 1px dashed;
}
#main div.listadoArticulos div.elemento  h3 a{
	color:  #666;
	font-style: italic;
}
#main div.listadoArticulos div.elemento p{
	text-align: right;
	clear:both;
}
	/* @end */
/* @end */
#footer{
	background: #243355;
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	line-height: 16px;
	font-size: 0.8em;
	margin-top: 15px;
}
#footer a{
	color: #fff;
}
/* @end */
