html{
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(../imagenes/Images/fondo.gif);
	background-repeat: repeat;
	background-position: top;
}
p {
	margin: 0 0 10px 0;
}
img {
	border: none;
}
/*ENCABEZADOS*/
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-top: 10px;	
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;	
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin-top: 10px;
	border-bottom: 1px solid #999;
}
h3 a{
	text-decoration: none;
	display: block;
	width: 100%;
}

h4 { /*para los graficos de los prod4*/
	color: #990000;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}
a{
	font-weight: bold;
	color: #990000;
}
address {
	font-style: normal;
	margin-left: 20px;
}
a:hover{
	color: #666666;
}

#contenedor{
	width: 760px;
	min-height: 100%;
	margin: auto;
	background-image: url(../imagenes/Images/fondo_contenedor.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
}
* html>body #contenedor{ /*hack para IE6*/
	height: 100%;
}
#lateral{
	float: left;
	width: 160px;
}

#contenido{
	float: right;
	width: 600px;
	height: 100%;
}
#cabecera{
	height: 154px;
	width: 600px;
}
#contenido-txt{
	text-align: justify;
	width: 570px;
	padding: 0 15px 0 15px;
	height: 100%;
}
#pie {
	position: relative;
	background-image: url(../imagenes/Images/pie.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 760px;
	margin: auto;
	padding-top: 10px;

}
.imagenes {
	text-align: center;
}
.imagenes img{
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#contenido-txt img{
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}
/*MENU*/
/*----------------------------------*/
#menu{
	width: 160px;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0 0 8px 0;
	padding: 0;
}
#menu span{
	display: none;
}
#menu ul li a{
	display: block;
}
#productos {
	background-image:url(../imagenes/images/productos.gif);
	width: 155px;
	height: 20px;
	background-position: right;
	background-repeat: no-repeat;
}
/*#productos:hover {
	background-image:url(imagenes/images/productos_hover.gif);
}*/
#contacto {
	background-image:url(../imagenes/images/contacto.gif);
	width: 155px;
	height: 20px;
	background-position: right;
	background-repeat: no-repeat;

}
#formulario {
	background-image:url(../imagenes/images/formulario.gif);
	width: 155px;
	height: 20px;
	background-position: right;
	background-repeat: no-repeat;

}
/*SUBMENU PRODUCTOS*/
#submenu {
	width: 150px;
	text-align: right;
	color: #fff;
	margin-right: 10px;
}
#submenu ul {
	list-style-type: none;
	margin: 0;
}
#submenu ul li {
	margin-left: -20px; /*Para el Firefox*/
	margin-bottom: 2px;
	width: 129px;
	border-bottom: 1px solid #ccc;
}
#submenu a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	display: block;
}
/*FORMULARIOS*/
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	height: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
.boton{
	height: 18px;
}
#formulario1{
	float: left;
	width: 260px;
}
#formulario2{
	float: right;
	width: 260px;
}
/*DESTACADOS*/
.destacado1 {
	color: #000099;
	font-weight: bold;
	font-size: 12px;
}
.destacado-ribe {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}
/*CONTACTO*/
#izquierda {
	width: 250px;
	float: left;

}
#derecha {
	width: 285px;
	float: right;
	text-align:center;
	margin-right:15px;
	margin-top:10px;

}
