@charset "utf-8";
/* CSS Document */


body {
	margin:auto;
	margin-top:0px;
	text-align:center;
	background:#6f553a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.wrap {
	margin:auto;
	width:960px;
	min-height:450px;
	background:url(../imagenes/fondo.jpg) #6f553a no-repeat;
	text-align:left;
	}
#cenefa {
height:96px;
/*background:#000000;*/
}


#footer {
	position:fixed;
	top:530px;
	width:100%;
	clear:both;
	color:#FFFFFF;
	text-align:center;
	}

#logo {
	background:url(../imagenes/logo.png) no-repeat;
	position:relative;
	height:200px;
	width:400px;
	top:-10px;
	left:15px;
	text-indent:-99999px;
	}
/* Titulos paginas */
	
#portada {
	background:url(../imagenes/portada.png) no-repeat;
	z-index:0;
}
.titular {
	text-indent:-9999px;
	height:200px;
	margin-left:15px;
	top:200px;
	position:relative;		
	}

#productos {
	background:url(../imagenes/productos.png) no-repeat;
	}

#servicios {
	background:url(../imagenes/servicios.png) no-repeat;
	}

#quienes {
	background:url(../imagenes/quienes.png) no-repeat;
	}
#contacto {
	background:url(../imagenes/contacto.png) no-repeat;
	}

/* menu */

.menu {
	position:relative;
	text-align:right;
	margin-right:10px;
	top:-100px;
	}	
.menu li {
	list-style:none;
	display:inline;
	}

.menu li a {
	text-decoration:none;
	color:#FF9900;
	font-size:14px;
	font-weight: bold;
	}

.menu li a:hover {
	color:#33CCFF;
	}

/* items */

.items {
	float:left;
	position:relative;
	margin-top:50px;
	padding-left:5px;
	margin-left:30px;
	color:#FF9900;
	}

.items li {
	text-decoration:none;
	list-style:none;
	color:#FF9900;
	}


.items li a {
	text-decoration:none;
	font-size:14px;
	background:#666666;
	color:#FF9900;
	font-weight:bold;
	}

.items li a:hover {
	background:#666666;
	color:#FFFFFF;
	}
/* caja transparente */

#box {
	width:488px;
	float:right;
	margin-right:30px;
	position:relative;
	top:-300px;
	}
#cabecera {
	background:url(../imagenes/cabecera.png) no-repeat;
	height:12px;
	}

#cuerpo {
	background:url(../imagenes/cuerpo.png) repeat-y;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	}

#pie {
	background:url(../imagenes/pie.png);
	height:20px;
	}


/* tablas */

td {
vertical-align:text-top;
padding-left:5px;
}

h3 {
color:#d5d9c5;
}
.descripcion {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	}

.fotoitem {
	border:#FFFFFF solid 7px;
	height:90px;
	width:90px;
	}

.thumb {
	border:#FFFFFF solid 2px;
	margin-right:5px;
	}
/* bloques de texto */

.bloqtexto {
	float:left;
	position:relative;
	margin-top:40px;
	margin-left:60px;
	width:500px;
	font-weight:bold;
	color:#FFFFFF;
	
	}

/* Contacto */
.ubicacion {
float:left;
	position:relative;
	margin-top:30px;
	padding-left:5px;
	margin-left:30px;
	}

h4 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	}
.ubicacion li {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	list-style:none;
	margin-left:20px;
}

.ubicacion li a {
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	}

.ubicacion li a:hover {
	color:#FF9900;
	}
	
#oferta {
	text-indent:-99999px;
	position:relative;
	background:url(../imagenes/oferta2.png) no-repeat;
	width:461px;
	height:200px;
	top:-230px;
	left:530px;
	}

