/* CSS Document */
/* ESTILOS GENERALES -------------------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CDCDCD;
}

/* ESTILOS INICIO -----------------------------------------------------------------------------*/
.txtBienvenido{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 17px;
	color: #EAEAEA;
	font-weight:normal;
}
.txtUrl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight:normal;
	letter-spacing:0.1em;
}
.btnEntrar{
	cursor: hand;
}

/* ESTILOS MENU ---------------------------------------------------------------------------------*/
.fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
	letter-spacing:0.1em;
}

/* ESTILOS PRODUCTOS ----------------------------------------------------------------------------*/
.imgLatDer{
	background-image:url(../images/barra_lat_der.gif);
	width:9px;
}
.imgLatIzq{
	background-image:url(../images/inicio_lat_izq.gif);
	width:12px;
}
.titCateg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:BOLD;
	letter-spacing:0.1em;
}
.titProd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight:BOLD;
	letter-spacing:0.1em;
}
.subtitProd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight:BOLD;
	letter-spacing:0.1em;
}
.listaProd {
	padding:8px 0px 10px 0px;
	color:#000000;
	font-size:11px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


.listaProd ul {
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
.listaProd li {
	list-style:none;
	padding:0px 8px 5px 1px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	line-height:16px;
}

/* ESTILOS CONTACTO -----------------------------------------------------------------------------*/
.FormCampos {
	PADDING-LEFT: 3px; 
	FONT: 11px Arial, Helvetica, sans-serif;
	MARGIN-LEFT: 0px; 
	COLOR: #000000; 
	MARGIN-RIGHT: 0px; 
	LETTER-SPACING: 1px; 
	BACKGROUND-COLOR: #ffffff;
	border:#971315 1px solid;
}
.FormBoton {
	PADDING-LEFT: 3px; 
	FONT: 11px Arial, Helvetica, sans-serif;
	MARGIN-LEFT: 0px; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	MARGIN-RIGHT: 0px; 
	BACKGROUND-COLOR: #971315;
	border:border:#971315 1px solid;;
}
.FormTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	line-height:18px;
}
.lnkMail{
	font-size: 12px;
	color: #971315;
}
.lnkMail:hover{
	font-size: 12px;
	color: #666666;
}
.txtDatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	line-height:18px;
}

/* ESTILOS PIE ----------------------------------------------------------------------------------*/
.txtDireccion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
	letter-spacing:0.1em;
}
.txtHorario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;
	letter-spacing:0.1em;
}

/* ESTILOS JP ----------------------------------------------------------------------------------*/
.sel_cat {

	}

	.sel_cat a.cat {
		background: url(../images/btn.gif);
		color: white;
		display: block;
		position: relative;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		height: 23px;
		line-height: 23px;
		text-decoration: none;
		text-indent: 22px;
		width: 250px;
	}

.final_btn {
	display: block;
	width: 9px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/final_btn.gif);
}

#buscador {
	margin: 0;
}

#resultado_busqueda {
	background: none repeat scroll 0 0 #4b1719;
	border: 10px solid #4b1719;
	font-family: arial;
	padding: 10px;
	}

	#resultado_busqueda h3,
	#resultado_busqueda ul {
		margin: 0;
		padding: 0;
	}

	#resultado_busqueda h3 {
		color: #fff;
		opacity: .5;
		margin-bottom: 10px;
	}

	#resultado_busqueda li {
		list-style: none;
		padding: 3px 0;
		color: #ccc
	}

	#resultado_busqueda a {
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}

.sin_resultados {
	color: #ddd;
	}

	.sin_resultados b {
		color: #fff;
		font-style: italic;
	}