/* IAR 14.09.2009 */

body {
	background-color: #dfdfdf;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	font-size: small;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: medium;
}

a {
	color: #5d5d5d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-width: 0;	
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #a9a9a9;
}

/* Estilos propios */
#marco_sombra {
	width: 974px;
	margin: 0px auto;
	background-image: url(../img/bg_marco_sombra.jpg);
}

#marco_sup {
	margin: 0px auto;
	min-height: 300px;
	background-image: url(../img/bg_marco_sup.jpg);
	background-repeat: no-repeat;
	padding: 5px 7px 0 7px;
}

#marco_sup .logo {
	float: left;	
}

#marco_sup .texto_cabecera {
	font-size: 12px;
	float: left;
	font-weight: bold;
	padding: 39px 0 0 0px;
}

.texto_cabecera .especial{
	color: #056ec8;
}

#cuerpo {
	padding: 0 12px 0 10px;	
	margin-top: 3px;
}

#col_izquierda {
	float: left;
	width: 234px;
}

.cuadro {
	background-image: url(../img/bg_marco_izq.jpg);
	background-repeat: repeat-y;
	margin: 3px 0;
	padding: 8px 5px;
}

#col_derecha {
	width: 695px;
	float: right;
}

#marco_pie {
	width: 100%;
	background-image: url(../img/bg_marco_pie.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 104px;
}

#pie {
	height: 30px;
	background-image: url(../img/bg_pie.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	padding-top: 43px;
}

/* Menú superior */
#menu {
	clear: both;	
	padding-top: 1px;
	height: 61px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	
}

/* Menú de categorías */
#menu_categorias {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_categorias li {
	background-image: url(../img/bullet.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	text-indent: 25px;
	border-bottom: 1px solid #d4d4d4;
	padding: 7px 0px;
	font-weight: bold;
}

/* Catálogo */
.elemento {
	margin-top: 12px;
	margin-bottom: 8px;
	height: 160px;
	overflow: hidden;
}

.foto {
	float:left;
	background-image: url(../img/bg_marco_foto.jpg);	
	padding: 6px;
}

.elemento .descripcion {
	float: right;
	width: 560px;
}

.elemento .descripcion h2, .elemento .descripcion h3 {
	padding: 0 0 0 15px;
	margin: 0;
	background-image: url(../img/bg_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.elemento .descripcion p {
	margin-top: 2px;
}

.elemento .descripcion .rotulo_precio {
	font-size: large;
}

.elemento .descripcion .precio {
	font-size: 22px;
	color: #056ec8;
	font-weight: bold;
}

/* Paginador */
.mod_catalogo_paginador {
	
}

.paginador_catalogo {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #0567bb;
}

.paginador_catalogo li {
	float: left;	
	padding: 0 5px;
	text-align: center;
}

.paginador_catalogo li a {
	color: #0567bb;
	display: block;
	width: 100%;
}

/* Otros estilos */

#mensaje {
	color: #ff3300;
	font-weight: bold;
}