/* 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;
	overflow:hidden;
	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;
}

#marco_sup #banderas {
	float: right;
	padding-top: 27px;
	padding-right: 15px;
}

#marco_sup2 {
	margin: 0px auto;
	min-height: 300px;
	background-image: url(../img/bg_marco_sup2.jpg);
	background-repeat: no-repeat;
	padding: 5px 7px 0 7px;
}

#marco_sup2 .logo {
	float: left;	
}

#marco_sup2 .texto_cabecera {
	font-size: 12px;
	float: left;
	padding: 39px 0 0 22px;
}

#marco_sup2 #banderas {
	float: right;
	padding-top: 27px;
	padding-right: 15px;
}

#marco_sup3 {
	margin: 0px auto;
	min-height: 300px;
	background-image: url(../img/bg_marco_sup3.jpg);
	background-repeat: no-repeat;
	padding: 5px 7px 0 7px;
}

#marco_sup3 .logo {
	float: left;	
}

#marco_sup3 .texto_cabecera {
	font-size: 12px;
	float: left;
	padding: 39px 0 0 22px;
}

#marco_sup3 #banderas {
	float: right;
	padding-top: 27px;
	padding-right: 15px;
}

#cuerpo {
	padding: 0 8px 0 10px;	
	margin-top: 3px;
}

#col_izquierda {
	float: left;
	width: 707px;
}
#col_izquierda p {
	padding-left: 10px;
}
.cuadro {
	background-image: url(../img/bg_marco_izq.jpg);
	background-repeat: repeat-y;
	margin: 3px 0;
	padding: 8px 5px;
}

#col_derecha {
	width: 234px;
	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: 58px;
}

#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: 5px 0;
	font-weight: bold;
}

/* Catálogo */
.elemento {
	margin-top: 12px;
	margin-bottom: 8px;
}

.foto {
	background-image: url(../img/bg_marco_foto.jpg);	
	padding: 6px;
}

.elemento .descripcion {
	float: right;
	width: 490px;
}

.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;
	width: 18px;
	height: 18px;
	text-align: center;
}

.paginador_catalogo li a {
	color: #0567bb;
	display: block;
	width: 100%;
}

/* Otros estilos */

#mensaje {
	color: #ff3300;
	font-weight: bold;
}

.bg_noticia {
	background: url(../img/bg_noticia.jpg) no-repeat;
	width: 214px;
	height: 142px;
	overflow: hidden;
	padding: 7px 10px 0px 10px;
}
.bg_noticia p {
	margin: 0px;
	padding: 0px;
}
.bg_noticia a {
	color: #056ec8;
}

#bg_imagenes {
	background: url(../img/bg_imagenes.jpg) no-repeat;
	width:707px;
	overflow:hidden;
	margin: 0px auto;
}

.img_portada {
	float: left;
	width: 218px;
	height: 215px;
	overflow: hidden;
	padding-left: 13px;
	padding-top: 14px;
}

.p_servicios {
	margin: 26px 23px 0px 23px;
	text-align: justify;
	line-height: 23px;
}

.contenedor_producto {
	float: left;
	margin-top: 15px;
	padding-left: 16px;
}

.bg_desc {
	margin-top: 10px;
	background: url(../img/bg_desc.jpg);
	width: 280px;
	height: 123px;
	overflow: hidden;
	padding: 5px 6px 0px 6px;
}
.bg_desc div {
	font-size: 12px;
	text-align: justify;
	padding-top: 15px;
}
.bt_prod {
	padding-top: 5px;
}

.imagen_galeria {
	float: left;
	width: 218px;
	height: 245px;
	overflow: hidden;
	margin-top: 11px;
	margin-right: 12px;
}

.bg_img_galeria {
	background: url(../img/bg_img_galeria.jpg) no-repeat;
	width: 212px;
	height: 178px;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 6px;
}

.img_galeria {
	width: 206px;
	height: 172px;
	overflow: hidden;
}

.texto_galeria {
	background: url(../img/bg_texto_img.jpg) no-repeat;
	width: 210px;
	overflow: hidden;
	padding: 8px 4px 0px 4px;

}
.texto_galeria span {
	font-size: 12px;
	text-decoration: underline;
}

#contenedor_ficha {
	padding-top: 19px;
	padding-left: 19px;
}

#foto_ficha {
	float: left;
	margin-right: 18px;
}

#texto_derecha {
	float: left;
	width: 600px;
}

.img_lista {
	margin-right: 10px;
}

#map {
	margin: 0px auto;
	width: 94%;
	height: 500px;
	margin-top: 20px;
	border: 5px solid #4d4d4d;
}

#tit_galeria {
	background: url(../img/titulos/tit_galeria.jpg) no-repeat;
	width: 993px;
	height: 31px;
	color: #262626;
	font-size: 13px;
	line-height: 31px;
	padding-left: 15px;
}