/* MenuHead
--------------------------------------------*/

#head ul {
   position: absolute;
	top: 237px !important;
	*top: 250px !important; /*IE 6-7 */
	*right: 0px; /*IE 6-7*/
	width: 900px;
	height: 50px;
	line-height: 50px;
	padding: 0;	
	list-style: none;
}

#head li {
	float: left;
}

#head a {
   display: block;
	padding: 0 0px;
	text-decoration: none;
   font-size: 15px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif; 
}

#head a:hover {
	color: #9acd32;
}


/* Bienvenidos
----------------------------------------------*/
#welcome p {
   width: 450px;
   line-height: 16px;
   margin: 65px 0 0 0;
	color: #fff;
	font-size: .9em;
}

#welcome a {
   text-decoration: none;
	color: #f0e68c;
}

/* BoxContenidos
------------------------------------------------*/

.box-contenido img {
	float: left;
	margin-top: 10px;
}

.box-contenido h2 {
	float: left;
	margin-left: 10px;
	margin-top: 12px; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99cc00;
}
/*
.box-contenido p {
	position: absolute;
	width: 240px;
	top: 35px !important;
	*top:45px;
	left: 185px; 
   font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid red;
}
*/

.box-contenido p {
	width: 240px;
	float: left;
   margin-top: -10px;
	*margin-top: 5px;	
	margin-left: 9px; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}



.box-contenido p span {
	color: #ff4500;
}

.box-contenido p span a {
	text-decoration: none;
	color: #ff4500;
}

.box-contenido p span a:hover {
	border-bottom: 1px dotted #ff4500;
	padding-bottom: 1px;
}


/* ContenidoCaja
----------------------------------------------*/

.img-productos {
	float: left;
   margin-right: 7px !important;	
}

.box-productos img {
    border:none;
}

/* Pie
-------------------------------------------*/

#pie p {
   display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin-left: 30px;
}
