/* @override http://maquinariacalderon.com/css/style.css */

/* @override http://www.buscapromocion.es/Calderon/css/style.css */

.hidden{display:none;}
/* @group Estilos Etiquetas */
body {
	background: #fff url('../images/fondoPage.jpg') repeat-x;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
/* @end */
#page {
	background: none;
	overflow: auto;
}
/* @group Cabecera */
#head{
	background: url('../images/fondoHead.png') no-repeat;
	height: 260px;
}
#logo{
	margin-bottom: 11px;
}
#logo a{
	height: 200px;
	text-indent: -5000px;
	background: url('../images/logo.png') no-repeat;
	display: block;
}
#menuUsuario {
	text-align: right;
}
#menuUsuario ul {
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 130px;
	margin-right: 20px;
	float: right;
}
#menuUsuario ul li {
	float: left;
	list-style: none;
}
#menuUsuario ul li a {
	color: white;	
}
#busquedaRapida {
	text-align: right;
}
#busquedaRapida form {
	padding-right: 0px;
	margin-right: 20px;
}
#busquedaRapida form input.boton {
	background: #ffb600;
	border-width: 1px;
	border-style: groove;
	padding: 1px;
}
#menuCorporativo{
	margin: 0;
	margin-top: 0px;
	background: #000;
	padding: 10px 0;
}
#menuCorporativo ul{
	overflow: auto;
	float: right;
	margin-right: 20px;
}

#menuCorporativo ul{
	overflow: auto;
	float: right;
	margin-right: 20px;
}
#menuCorporativo ul li {
	float: left;
	list-style: none;
	padding: 5px 15px;
	margin-left: 0px;
	border-right: 2px solid #fff;
}
#menuCorporativo ul li a{
	color: #fff;
}
/* @end */
/* @group Sidebar */
/* @group Carrito */
#barRight div.capaCarrito {
	background: #fdf3e0;
	padding: 5px;
	color: #000;
	
}
#barRight div.capaCarrito h3.carrito {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid;
}
#barRight div.capaCarrito a.enviarPedido {
	padding: 3px;
	margin: 3px;
	font-size: 0.9em;
	color: #ff0000;
}
#barRight div.capaCarrito table.carrito{
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 5px;
}
#barRight div.capaCarrito table.carrito thead th.col1 {
	width: 140px;
}
#barRight div.capaCarrito table.carrito thead th.col2 {
	width: 20px;
}
#barRight div.capaCarrito table.carrito thead th.col3 {
	width: 50px;
}
#barRight div.capaCarrito table.carrito thead{
	color: #ff0000;
	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: 10px;
	border:none;
	text-align: center;
	margin: 10px 10px 0 0;
}
div.moduloArticulos h3 {
	margin-bottom: 0;
	font-size: 1.2em;	
}
div.moduloArticulos div.elemento {
	background: #ccc;
	padding: 5px 0;
	margin: 15px 0;
}
div.moduloArticulos div.elemento p {
	margin-bottom: 0;
}
div.moduloArticulos div.elemento img{
	width: 100px;
}
div.moduloArticulos div.elemento h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
/* @end */
/* @group Menú Categorías */
#categorias{
	margin-left: 10px;
}
#categorias h3{
	font-size: 1.1em;
	background-color: #ba0e0e;
	margin-bottom: 0;
	padding: 3px;
	color: #fff;
	margin-top: 10px;
}
#categorias li{
	margin: 0;
	background: #2a2a2a;
	border-bottom: 1px dashed #fff;
}
#categorias li a{
	color: #aaaaaa;
	border-right: none;
}
#categorias li a:hover{
	background: #aaa;
	color: #2a2a2a;
}
/* @end */
/* @end */
/* @group Contenido */
#content{
	background: url('../images/fondoMain.png'); 
}
#main{ 
	min-height:600px; 
	margin-bottom: 20px;
}
#main div.seccion {
	padding: 10px;
}

/* @group Perfil de Usuario */

#datosPersonales div.contentDatos {
	width: 150px;
	float: left;
	margin: 0 10px;	
	border: 1px solid;
	background: #fff;
	margin-bottom: 20px;
	font-size: 0.9em;
}

#perfilUsuario a.enviarPedido{
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 10px auto;
	width: 100px;
	display: block;
	text-align: center;
}

#accordion table.carrito {
	margin: 5px 0;
	width: 450px;
	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;
}
h2.confirmarPedido{
	margin: 10px 20px;
	font-size: 1.2em;
	clear: both;
}
div.contentDatos {
	width: 220px;
	float: left;
	margin: 0 19px;	
	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.datosEnvio a{
	float: right;
	padding: 5px;
	color: #ff0000;
}
/* @end */

/* @group Carrito en Main */

#main h3.carrito{
	margin: 20px;
	border-bottom: 1px solid;
	text-align: left;
}
#main table.carrito{
	text-align: left;
}

#main table.carrito input{
	width: 30px;
}
#main div.capaCarrito{
	text-align: center;
}
#main div.capaCarrito a.enviarPedido{
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 0 10px;
	width: 100px;
}
#main table.carrito {
	width: 480px;
	margin: 10px 19px;
	border: 1px solid #000;
	background: #fff;
}
#main table.carrito thead{
	color: #fff;
	text-align: left;
	background: #000;
}
#main table.carrito td,#main table.carrito th {
	padding: 5px;
}
#main table.carrito td a{
	color: #000;
}
#main table.carrito tr.par{
	background: #ddd;
}
#main a.boton {
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
	margin: 0 auto;
	display: block;
	width: 100px;
}
/* @end */

/* @group Ficha de Artículo */
div.fichaProducto {
	padding: 5px 20px;
}
div.fichaProducto h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
div.fichaProducto p {
	margin-bottom: 0.5em;
}
div.fichaProducto span{
	font-weight: bold;
}
div.fichaProducto a{
	color: #6a359c;
}
div.fichaProducto div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
div.fichaProducto p.detalle.comprar {
	text-align: right;
}
div.fichaProducto p.detalle.comprar a{
	background: #6a359c;
	color: #fff;
	padding: 5px;
	border: #fff 1px solid;
}
div.fichaProducto div.datosTecnicos{
	clear: both;
}
/* @end */
/* @group Listado Artículos */
#main div.listadoArticulos h3{
	margin: 10px 20px;
}
#main div.listadoArticulos div.elemento {
	margin-bottom: 20px;
	border-bottom: 1px dashed;
	height: 140px;
}
#main div.listadoArticulos div.elemento img {
	width: 120px;
	float: left;
	margin: 0 10px;
	margin-left: 20px;
}

#TB_ajaxContent div.fichaProducto div.imagen img {
	max-width: 550px;
	clear: both;
	display: block;
	margin-top: 50px;
	}

#TB_ajaxContent div.fichaProducto div.datosInteres h3 {
	font-size: 2em;
	margin: 10px 0;
	clear: both;
	position: absolute;
}
#TB_ajaxContent div.fichaProducto div.datosInteres p{
	clear: both;
}
#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: #ff0000;
}
#main div.listadoArticulos div.elemento p a.detalle {
	margin: 0 10px;
	background: #4c4c4c;
	color: #fff;
	padding: 3px;
	border: #fff 1px solid;
	font-size: 0.85em;
}
#main div.listadoArticulos div.elemento p a.detalle:hover{
	background: #fff;
	color: #4c4c4c;
	border: #4c4c4c 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: url('../images/fondoFoot.png') no-repeat bottom;
	text-align: center;
	color: #fff;
	padding: 0;
	font-size: 0.8em;
	height: 37px;
	margin-bottom: 20px;
}
#footer a{
	color: #fff;
}
