html{
	height: 100%;
}
body{
	font-family:  Arial, Tahoma, Verdana, Geneva,Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align:center;
	margin: 0;
	height: 100%;
	/*background-color: #ffc;*/
}
p, td, input, select{
	font-family:  Arial, Verdana, Geneva,Helvetica, sans-serif;
}
img{
	border: 0;
}
a {
	color: #333333;
	/*font-family:  Arial, Verdana, Geneva,Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;*/
}
a:hover {
	color: #1F7F79;
	text-decoration: underline;
}
#contenedor{
	background-image:url(../img/fondo.gif);
	background-repeat: repeat-x;
	width: 94%;
	text-align:left;
	margin: 0 auto;
	height: 100%;
}
/* i CABECERA */
#cabecera{
	width: 100%;
	/*height: 115px;*/
	margin: 0 auto 15px auto;
	position: relative;
}
#cabecera h1{
	margin: 0;
}
#cabecera img.logo{
	margin: 5px 0 0 10px;
	z-index: 20;
}
#menu{
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#menu li{
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	white-space:nowrap;
	
}
#menu li a{
	border: 1px solid #ff9802;
	border-width: 0 0 1px 1px;
	background-image:url(../img/fondo_brillo_menu.gif);
	background-repeat: repeat-x;
	display:block;
	padding:0 1em;
	font-size:1.2em;
	background-color:#F78E1E;
	text-decoration: none; 

}
#menu li a:hover, #menu li a.activo{
	background-image:url(../img/fondo_brillo_menu_hover.gif);
	background-color: #F9B062;
	color: #fff;
}
#barra_usuario{
	padding: 0.5em 2em;
	position:absolute;
	right:0;
	bottom: 0;
	text-align:right;
	width:94%;
}
/*#barra_usuario a{
	text-decoration: underline;
}
#barra_usuario a:hover{
	color: #666666;
} */
#menu li.ultima a{
	border-right: 1px solid #ff9802;
}
#menu li.primera img{
	position: absolute;
	bottom: -1px;
	left: 0;
}
#menu li.ultima img{
	position: absolute;
	bottom: -1px;
	right: 0 !important;
	right: -1px;/* ie */
}
/* f CABECERA */
#titulo {
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;

}
#titulo h2 {
	color: #333;
	margin:0.5em 0pt 0pt 0.7em;
	font-size: 2em;
	text-transform:uppercase;
}
#titulo h3 {
	color: #666;
	margin:0.5em 200px 0.5em 18px;	
	font-size: 1.65em;
	font-weight: normal;
}
#titulo h3 span{
	color: #1F7F79;
	font-weight: bold;
	font-style:italic;
	font-size:1.2em;
	line-height:0;
	vertical-align:baseline;
}
a.volver {
	padding:0.4em 0.3em;
	text-decoration: none;
	/*float: right;
	margin-top: 15px !important;
	margin-top: 35px;  IE */
	color:#666;
	border: 1px solid #ddd;
	position:absolute;
	bottom: -1px;
	right: 0;
	background-color: #fff;
}
a.volver:hover {
	color:#333;
	text-decoration: none;
}
a.volver span {
	bottom:1px;
	color:#1F7F79;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:3px;
	position:relative;
	vertical-align:bottom;
}
a.volver:hover span {
	background-color: #fff;
	right:7px;
}

/* i CUERPO */
#cuerpo{
	padding: 1.5em;
	position: relative;
	margin-top: 1em;
}
#panel_izda{
	width: 186px;
	margin-right: 25px;
	background-color:#F78D22;
	border: 1px solid #333;
/*	border: 1px solid #ff9802;
	background-color:#FAB569;
	height: 400px;*/
	position: absolute;
	top: 1.5em;
	padding: 10px;
}
#contenido {
	padding-left: 210px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

}
/* f CUERPO */
/* i PIE */
#pie{
	border-top:1px solid #E2E4E2;
	margin:3em 0 0 0;
	padding:0.5em;
	text-align:center;
	width:99%;
	clear: both;
}
.legal {
	color:#1F7F79;
	font-size:0.9em;
	line-height:2em;
}
.legal a{
	text-decoration: none;
	color: #666;
}
.legal a:hover{
	text-decoration: underline;
	color: #333;
}
/* f PIE */
/* i BOTONES */
a.boton:active{
	position: relative;
	top: 1px;
	left: 1px;
}
a.boton{
	text-decoration: none;
}
a.boton:hover{
	text-decoration: none;
	cursor: default;
}
button, .boton {
	border: 0px;
	outline: none;
	background-color: transparent;
	height: 44px;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
}
button span.tit, .boton span.tit{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	background-color: #FAB569;
	background-image: url(../img/botones/centro.gif);
	height: 38px;
	padding: 10px 3px 10px 5px;
	line-height: 36px;
}
button span.lat_iz, button span.lat_der, .boton span.lat_iz, .boton span.lat_der{
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	width: 9px;
	height: 36px;
	background-repeat: no-repeat;
	background-image:url(../img/botones/izda.gif);
	background-position: center left;
}
button span.lat_der, .boton span.lat_der{
	width: 9px;
	background-image:url(../img/botones/dcha.gif);
	background-position: center right;
}
/* f BOTONES */
.invisible{
	display: none;
}
/* i PRODUCTOS */
#form_categoria, #paginacion{
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}
#paginacion{
	font-weight: bold;
	margin: 30px 0 0 0;
}
#form_categoria select{
	padding: 1px;
	border: 1px solid #999;
	width: 80%;
	margin: 0 5px;
}
/* f PRODUCTOS */
/* i BUSCADOR */
#form_buscador label{
	display: block;
}
#form_buscador input, #form_buscador select{
	border: 1px inset #FAB569;
	padding: 2px 1px;
}
#form_buscador select{
	padding: 1px;
}
#form_buscador hr{
/*	border: 1px solid #FF9802; */
	border: 1px solid #333;
	border-width: 1px 0 0 0;
}
.boton2{
	background-color: #00AD9D;
	border: 1px outset #00AD9D !important;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	display: block;
}
#panel_izda h3{
	margin: 0.3em 0;
/*	border-bottom: 1px solid #FF9802;
	color:#555555;*/
	border-bottom: 1px solid #333;
	color:#eee;
	font-size:1.3em;	
}
/* f BUSCADOR */
button.boton_grande{
	background-image:url(../img/fondo_boton_grande.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:150px;
	margin:2em auto 1em auto;
/*	padding: 0 10px;*/
	display:block;
	height:81px;
	text-align: center;
	position:relative;
	font-size:1em;
	line-height: normal !important;
	line-height: 2.5em;
}
button.boton_grande span{
	/*background-color: #F78E1E;*/
	color:#333333;
	font-family:arial;
	font-size:2em;
	font-weight:bold;
	height: 81px;
	text-transform:uppercase;
	white-space:normal;
}

.mal {
/*	background-color:#FFDDDD; */
	clear:left;
	color:#990000;
	font-size:0.8em;
	margin:2px 0pt;
	padding:1px;
}
