/*DAN ALCAIDE <<(τΏτ)>> Dedalo Creative 2007 - http://www.dedalocreative.com*/
html {
	height: 100%;
}
body {
	text-align: center;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
	font-size: 11px;
	height: 100%;
}
td {
	text-align: center;
	font-size: 11px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	font-weight: bold;
	color: #AF8554;
}
a:hover {
	color: #666;
}

#contenedor{
	margin: auto;
	width: 800px;
	background-image: url(../imagenes/fondo_contenedor.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
#contenedor h1{
	display: none;
}
* html #contenedor{ /*Hack para IE6*/
	height: 100%;
	overflow: visible;
}

#izquierda{
	width:230px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/Images/logo_lateral.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}
#contenido{
	width: 570px;
	float: right;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#contenido-txt{
	text-align: justify;
	margin-top: 235px;
	margin-right: 26px;
}

#contenido-txt ul {
	list-style: none;
	padding-left: 10px;
	margin: 0 0 10px 5px;
}
#contenido-txt ul li{
	background-image: url(../imagenes/imagen_vinyeta.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding-left: 10px;

}
#pie {
	width: 800px;
	position: relative;
	text-align: right;
	height: 88px;
	float: none;
	margin: auto;
}
#home-proveedores {
	padding: 90px 17px 0 0;
	text-align: center;
}
#home-proveedores img{
	margin-bottom: 40px;
}
/*html>body #pie {
	margin: -88px auto 0px auto;
}*/

/*------------------------------------------------*/
/*MENU*/
#menu {
	margin: 0px;
	width: 376px; 
	padding: 0px;
	display: block;
	float: right;
}
#menu ul {  
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li{ 
	width: auto;
	float:left;
	margin: 0px;
	padding-left:2px;
}
#menu ul li a{
	display: block;
}

#menu span{
	display: none;
}
#home {
	background-image:url(../imagenes/images/home.gif);
	width:37px;
	height:22px;
}
#home:hover {
	background-image:url(../imagenes/images/home_hover.gif);
}
#empresa {
	background-image:url(../imagenes/images/empresa.gif);
	width: 52px;
	height: 22px;
}
#empresa:hover {
	background-image:url(../imagenes/images/empresa_hover.gif);
}
#ofrecemos {
	background-image:url(../imagenes/images/ofrecemos.gif);
	width:86px;
	height:22px;
}
#ofrecemos:hover {
	background-image:url(../imagenes/images/ofrecemos_hover.gif);
}
#catalogo {
	background-image:url(../imagenes/images/catalogo.gif);
	width: 59px;
	height: 22px;
}
#catalogo:hover {
	background-image:url(../imagenes/images/catalogo_hover.gif);
}
#ofertas {
	background-image:url(../imagenes/images/ofertas.gif);
	width: 50px;
	height: 22px;
}
#ofertas:hover {
	background-image:url(../imagenes/images/ofertas_hover.gif);
}
#contacto {
	background-image:url(../imagenes/images/contacto.gif);
	width: 56px;
	height: 22px;
}
#contacto:hover {
	background-image:url(../imagenes/images/contacto_hover.gif);
}
/*-----------------------------*/
/*SUBMENU*/
#submenu {
	float: right;
	margin-top: 15px;
	margin-right: 6px;
	width: 158px;
}
* html #contenedor #izquierda #submenu{ /*Hack para IE6*/
	margin-right: 3px;
}
#submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4e8ca;
	margin-bottom: 4px;
	background-image: url(../imagenes/cruz.gif);
	background-repeat: no-repeat;
	background-position: 144px center;
	margin-right: 0px;
	padding: 0px;
}

#submenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu a{
	color: #af8554;
	text-decoration: none;
	padding-right: 23px;
	font-weight: normal;
}
#submenu a:hover{
	color: #999;
	text-decoration: none;
}
/*---------------------------*/

/*-----------------------------*/
/*SUBMENU NOTICIAS*/
#submenu_not {
	float: right;
	margin-top: 141px;
	margin-right: 6px;
	width: 158px;
}
* html #contenedor #izquierda #submenu_not{ /*Hack para IE6*/
	margin-right: 3px;
}
#submenu_not ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4e8ca;
	margin-bottom: 4px;
	background-image: url(../imagenes/cruz_submenu.gif);
	background-repeat: no-repeat;
	background-position: 144px center;
	margin-right: 0px;
	padding: 0px;
	background-color: #FFF1C4;
}

#submenu_not ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu_not a{
	color: #af8554;
	text-decoration: none;
	padding-right: 23px;
	font-weight: normal;
}
#submenu_not a:hover{
	color: #999;
	text-decoration: none;
}
/*---------------------------*/
.cuadro td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDAC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDAC7;
}
.linea td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDAC7;
}
.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}
.confirmacion {
	font-weight: bold;
	background-color: #FDFDFB;
	border: 1px solid #f4e8ca;
	text-align: center;
	height: 50px;
	padding: 50px;

}

/*FORMULARIOS*/
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
.boton {
	width: 300px;
	float: right;
	padding: 0;
}
.boton input{
	height: 18px;
}
form {
	width: 530px;
	margin: auto;
}
form div {
  margin: .5em 0;
}
form div label {
	width: 120px;
	float: left;
	text-align: right;
}
/******************************/
/*BLOG*/
.blog{
	margin-top: 15px;

}
.blog h2 {
	margin: 0;
	padding: 0;
	color: #AF8554;
	font-size: 18px;
	border-bottom: 1px dotted #AF8554;
	margin-bottom: 5px;
}
.blog h2 a {
	text-decoration: none;
}
.blog h2 a:hover {
	color: #999;
}
.blog h3{
	margin: 0 0 -5px 0;
	padding: 0 0 0 10px;
	color: #666666;
	font-size: 11px;
	background-image: url(../imagenes/cruz.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-weight: normal;
}
