@charset "utf-8";
body {
	margin-right: auto;
	margin-left: auto;
	background-color: #A6A6A6;
	background-image: url(../imagenes_generales/fondo.jpg);
	background-repeat:  repeat-x;
	background-attachment: fixed;
}
#encabezado {
	height: 150px;
	width: 800px;
	background-image: url(../imagenes_generales/encabezado.jpg);
	clear: both;
	float: left;
}
#contenedor {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#izquierda {
	height: auto;
	width: 200px;
	float: left;
	margin-top: 24px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../imagenes_generales/izquierda_fondo.jpg);
	background-repeat:  repeat-x;
}

#derecha {
	height: auto;
	width: 600px;
	float: right;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#titulo_izquierda {
	clear: both;
	float: left;
	height: 50px;
	width: 200px;
	background-image: url(../imagenes_generales/izquierda_sup.jpg);
}
#pie_izquierda {
	clear: both;
	float: left;
	height: 50px;
	width: 200px;
	background-image: url(../imagenes_generales/izquierda_inf.jpg);
}
#banner {
	float: left;
	height: 170px;
	width: 540px;
	margin-left: 20px;
	margin-top: 40px;
}

.limpia{
	clear: both;
}
#pie {
	height: 50px;
	width: 800px;
	clear: both;
	margin-top: 10px;
	background-image: url(../imagenes/pie.gif);
	background-repeat:  repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#barra_navegacion {
	height: 25px;
	width: 800px;
	clear: both;
	float: left;
}
/******************* Menu Lateral ***************************/

.s_categorias_nosel, .s_categorias_sel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 25px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
/***************** Menu Izquierda ******************************/
.s_categorias_sel {
	color: #000000;
	font-weight: bold;
}
.s_categorias_nosel {
	color: #333333;
}

.s_div_categorias_sel, .s_div_categorias_nosel{
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
}

.s_div_categorias_sel a:hover, .s_div_categorias_nosel a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../imagenes_generales/cat_hover.jpg);
	background-repeat:  repeat-x;
}
.s_div_categorias_sel{
	background-image: url(../imagenes_generales/cat_sel.jpg);
	background-repeat:  repeat-x;
}

.s_div_categorias_nosel{
	background-color: #DCCDE0;
}
#form_contacto {
	float: left;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-left: 20px;
}
#categorias {
	clear: both;
	float: left;
	width: 200px;
	background-image: url(../imagenes_generales/izquierda_sup.jpg);
}
#publicidad {
	clear: both;
	float: left;
	height: 150px;
	width: 200px;
}
#buscador {
	clear: both;
	float: left;
	height: 50px;
	width: 200px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../imagenes_generales/buscador.jpg);
	padding-top: 30px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#formulario {
	width: 300px;
	margin-top: 20px;
	float: left;
}
#formulario label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663399;
	font-weight: bold;
}
#formulario input[type=text] {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
}
#formulario_imagen {
	width: 250px;
	height: 300px;
	background-image: url(../imagenes_generales/contacto.jpg);
	margin-top: 20px;
	background-repeat: no-repeat;
	float: left;
}

#formulario textarea {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
}
#seccion {
	height: auto;
	width: 550px;
	margin-top: 20px;
	margin-left: 40px;
	clear: both;
}
#derecha_form {
	height: auto;
	width: 560px;
	float: right;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 40px;
}
#novedades_inicio {
	float: left;
	height: auto;
	width: 540px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #672B7D;
}
