/* CSS Document */

@import url("catalogo.css");


html * {
	margin: 0;
	padding: 0;
}

body {
	background:#333 url(/images/bg_body.jpg) repeat-x left top;
}

hr {	
	display:none;
}

.clearboth {
	clear: both;
}

img {
	border:0;
}

#contenedor {
	margin: 0px auto;
	width: 775px;
	height:auto;
	background:url(/images/bg_contenedor.jpg) repeat-y center top;
	font-family:Georgia, "Times New Roman", Times, serif;

}


/* CSS Document */

#cabecera {
	width:775px !important;
	width:780px;	
	height:258px;
	background:url(/images/bg_cabecera1.jpg) no-repeat center top;
	padding:0;
}



#cabecera h1 {
	float:left;
	width:140px;
	height:100px;
	margin:55px 0 0 25px;
}

#cabecera h1 a{
	float:left;
	width:140px;
	height:100px;
	display:block;	
}


#cabecera h1 a span{
	display:none;
}


#cabecera h2 {
	display:none;
}

#menu_principal ul {
	float:right;
	list-style:none;
	width:300px;
	margin-top:35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

#menu_principal li {
	float:left;
	height:15px;
}

#menu_principal li a {
	color:#BBB;
	text-decoration:none;
	display:block;
	padding:0 15px;
	border-right:1px solid #999;	
}

#menu_principal li a:hover {
	color:#DDD;
}

#menu_principal li.opcion_final a {
	border:none;
}


#contenedor #contenido {
	float:right;
	width:540px;
	margin:-193px 48px 0 0 !important;
	margin:-193px 24px 0 -4px;	
	min-height:400px;
	height:auto !important;
	height:400px;
}

#contenedor #contenido #foto_cabecera img {
	width:533px;
}

#contenedor #contenido p {
	margin:20px 40px;
	color:#666;
	font-size:13px;
	text-align:justify;
	width:300px;
}

#contenedor #contenido p.texto_contacto {
	width:auto;
}

#contenedor #contenido p img {
	float:right;
	margin:-73px -39px 0 25px;
}

#contenedor #contenido h3 {
	margin:20px 0 0 40px;
}


#contenedor #contenido #migas_pan {
	padding:0px 0 2px 2px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	border-bottom:1px solid #E8E9E9;	
	border-top:1px solid #E8E9E9;		
	margin: 0 10px !important;
	margin: 0 20px ;	
}

#contenedor #contenido #migas_pan a {
	text-decoration:none;
	color:#666;
}

#contenedor #contenido #migas_pan a:hover {
	text-decoration:underline;
}


#contenedor #contenido h5{
	margin:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666;
	font-size:17px;
	border-bottom:1px solid #999;
	
}

#contenedor #caja_recomendados {
	float:right;
	width:130px;
	border:1px solid #CCC;
	border-top:4px solid #333;
	margin:-450px 15px 0 0;
	background:white;
	padding:10px 0;
	min-height:200px;
	height:auto !important;
	height:200px;
}

/******************categorias ***************************/


#contenedor #lista_categorias_portada {
	width:145px;
	height:420px;
	float:right;
	list-style:none;
	margin:-70px 10px 0 20px !important;
	margin:-70px 5px 0 10px;
	background:url(../images/bg_lista_portada.jpg) no-repeat left top;
	padding:30px 0 0 26px;	
}

#contenedor #lista_categorias_portada li{
	float:left;
	margin:8px 5px;
}


#contenedor #lista_categorias_portada li img{
	border:1px solid #CCC;
	padding:4px;
}


#contenedor #lista_categorias {
	margin:0 30px!important;
	margin:0 15px;
	list-style:none;
}

#contenedor #lista_categorias li{
	float:left;
	margin:5px;
}


#contenedor #lista_categorias li img{
	margin-bottom:3px;
}

#contenedor #lista_categorias li a{
	border:1px solid #CCC;
	text-decoration:none;
	font-size:11px;
	color:#333;
	display:block;
	padding:5px 5px 0 5px;
	width:100px;
	background:white;
	text-align:center;
}


#contenedor #lista_categorias li a:hover{
	border:1px solid #666;	
}

#lista_fotos{
	display:none;
}



/************** pie de página ******************/

#pie {
	clear:both;
	width:775px;
	color:#BBB;
}

#pie {
	clear:both;
	background:#333 url(/images/bg_pie.jpg) no-repeat center top;
	margin:0 !important;
	margin:0 0 0 3px;
	padding:20px 0;
}

#pie p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0px 0 0 184px;
}


#pie p a {
	color:#BBB;
}

#pie p a:hover {
	text-decoration:none;
}


/* CSS Document */

fieldset {
	margin:0 20px;
	border:3px solid #FFF;
	padding:20px;
}

fieldset input {
	border:1px solid #CCC;
	color:#666;
}

fieldset textarea {
	border:1px solid #CCC;
}

fieldset dt, .campos_obligatorios {
	font-size:12px;
	margin:5px 0 0 0;
	color:#666;
}

fieldset legend {
	color:#666;
	font-size:12px;
}

fieldset .botones {
	padding:3px;
	font-size:13px;
	margin:5px;	
	border-top: #dbdbdb 1px solid; 
	border-right: #b4b4b4 1px solid; 
	border-bottom: #b4b4b4 1px solid; 	 
	border-left: #dbdbdb 1px solid; 
}
#errores{
	display:block;
	font-size:12px;
	margin: 20px 0 0 0px;
	color:#FF0000;
}
.caja_form_error{
	border: 1px solid #FF0000 !important;
}
