
/* CSS - Hoja de estilo - SGM - Oscar Carbajo */

/*------------------------------------------CONFIGURACIÓN BÁSICA------------------------------------------*/

body {background:url(../img/bg_general.jpg) repeat-x;background-color:#000000;margin:0px auto;color:#fff;font-size:12px; font-family: Tahoma;}

h1 {margin:0px; padding:0px; font-size:21px;}
h2 {margin:0px; padding:0px; font-size:18px;}
h3 {margin:0px; padding-top:15px; font-size:16px;}

a {color:#b28d1c; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0px;}


/*
#global{background:url(../img/bg_superior.jpg) repeat-x;}
#contenido{margin:0px auto; width:980px; padding:0px}
*/

#separador {clear:both; height:12px;}
#separador_colI {clear:both; height:7px;}
#separador_superior{clear:both; height:14px;}

/*-----------------------------------------------  CABECERA  -----------------------------------------------*/

#cabecera {background:url(../img/bg_cabecera.jpg) no-repeat; width:725px; height:226px;}

/*-----------------------------------------------  CONTENIDO  ----------------------------------------------*/

	#cuerpo {width:980px;margin:0px auto;}


	/*COLUMNA IZQUIERDA*/
	#cuerpo .colI {width:223px;float:left;}
	#cuerpo .colI .acceso {width:223px;height:232px;background:url(../img/bg_areausuarios.jpg) no-repeat;}
	#cuerpo .colI .buscador {width:223px;height:232px;background:url(../img/bg_buscador.jpg) no-repeat;}
	#cuerpo .colI {width:223px;float:left;}
	
	/*MENU IZQUIERDA*/
	#cuerpo .colI .menu {list-style:none; margin:0px; padding:0px; width:223px; font:13px tahoma,sans-serif; text-transform:uppercase;}
	#cuerpo .colI .menu li {margin:0px; padding:0px; height:27px; background:url(../img/menu/bg_boton.jpg) no-repeat; padding-left:40px; padding-top:13px;}
	#cuerpo .colI .menu li a{color:#fff;}
	#cuerpo .colI .submenu {list-style:none; margin:0px; padding:0px; width:301px;}
	#cuerpo .colI .submenu li {margin:0px; padding:0px; height:36px;}

	/*COLUMNA DERECHA*/
	#cuerpo .colD {width:725px;float:left;}
	#cuerpo .colD .texto_sup {width:700px;height:35px; color: #6f6f6f; font-size: 12px; padding-top:15px; padding-left: 25px;}
	
	#cuerpo .colD .destacado {height:273px; overflow:hidden;}
	#cuerpo .colD .destacado .elemento {width:241px; height:273px; background:url(../img/bg_destacada.jpg) no-repeat; float:left;}
	#cuerpo .colD .destacado .elemento .titulo {width:241px; height:60px;}
	#cuerpo .colD .destacado .elemento .texto {width:241px; height:50px; font:bold 13px tahoma,sans-serif; color:#b28d1c; text-align:center;}
	#cuerpo .colD .destacado .elemento .imagen {width:241px;}
	#cuerpo .colD .destacado .elemento .imagen img{border:3px #b28d1c solid;}
	
	#cuerpo .colD .noticias {width:725px; padding-top:2px;}
	#cuerpo .colD .noticias .titulo {width:710px; height:36px; background:url(../img/bg_tit_novedades.jpg) no-repeat; color: #788300; font-size:18px; font-family: tahoma; padding-top: 18px; padding-left: 15px;}
	#cuerpo .colD .noticias .elemento {width:704px; height:188px; background:url(../img/bg_novedades.jpg) no-repeat; padding-left:21px; padding-top:12px;}
	#cuerpo .colD .noticias .elemento .imagen{width:228px; float:left; margin-right:10px;}
	#cuerpo .colD .noticias .elemento .imagen img{border:3px #b28d1c solid;}
	#cuerpo .colD .noticias .elemento .texto{float:left;}
	#cuerpo .colD .noticias .elemento h2 {width:440px;font:bold 18px tahoma,sans-serif; color:#b28d1c;margin:0px; padding:0px;}
	#cuerpo .colD .noticias .elemento .texto p {width:440px;font:13px tahoma,sans-serif; color:#fff; height:80px; margin:0px; padding:0px;}
	#cuerpo .colD .noticias .elemento .precio {width:440px;font:15px tahoma,sans-serif; color:#b28d1c; height:30px;}
	#cuerpo .colD .noticias .elemento .precio span{font-size:18px;}
	#cuerpo .colD .noticias .pie {width:725px; height:47px; background:url(../img/bg_pie_novedades.jpg) no-repeat;}
	
	/*MENU DERECHA*/
	#cuerpo .colD .menu {list-style:none; width:725px; margin:0px; padding:0px;margin-left:8px;}
	#cuerpo .colD .menu li {margin:0px; padding:0px; height:41px; width:102px; float:left;}



/*-----------------------------------------------  PIE  -----------------------------------------------------*/

#pie {background:url(../img/bg_pie.jpg) repeat-x; height:45px; color:#999999;}
#pie .contenido {font:10px tahoma,sans-serif; width:725px; height:45px; text-align:center; margin-top:5px;}


.bg_contenido {
	background: url(../img/bg_contenido.jpg) repeat-y;
}

/*-----------------------------------------------------------------------------------------------------------*/

input {
	width: 192px;
	height: 18px;
	border: 1px solid #c9c9c9;
}

.radioNormal {
	width:10px;
	height:10px;
}
#condiciones {
	width:10px;
	height:10px;
}
#SuscritoBoletin {
	width:10px;
	height:10px;
}
/* PAGINADOR */

.mod_catalogo_paginador {
	margin-right: 15px;
}

.paginador_catalogo {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.paginador_catalogo li {
	float: left;
	height: 28px;
	width: 21px;
	background: url(../img/bg_pagina.jpg) no-repeat;
	overflow: hidden;
	color: #f0eede;
	line-height: 28px;
	padding-right: 7px;
}
.paginador_catalogo li a {
	color: #f0eede;
}

.cinput  {
	width: 50px;
}



