body {
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a8a7a;
	background-color: #ffffff;
}

img {
	border: 0;
}
h2 {
	font: bold 15px "kristen ITC";
	text-align: justify;
	color: #FF9900;
}
p {
	font: 12px arial,helvetica,sans-serif;
	text-align: justify;
}

a {
	color: #336699;
}

a:hover {
	text-decoration: none;
}

/**************** ESTRUCTURA  ****************************/

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 751px; /* este es el ancho del contenedor */
	text-align: left;
}

#contenidos {
	width: 400;
	padding: 15px;
}

#cabecera1{	
	background-color: #ffffff;
        float: right;	
}

.cabecera2{
	height: 430px;
	 background-color: #ffffff;
}


.menu {
	width: 148px;
	
}

#pie p {
		text-align: center;
		margin: 5px 0;
}


/*  MENUS DEPLEGABLES ****************************** */

#productos {
	position: absolute; 
	left: 130px; 
	width: 190px;
	background: #99CCFF;
	border: 1px solid #99CCFF;
	font: 10px arial,helvetica,sans-serif;
}


#productos2 {
	position: absolute; 
	left: 130px; 
	width: 190px;
	height:350px;
	background: #99CCFF;
	border: 1px solid #99CCFF;
	font: 10px arial,helvetica,sans-serif;
	top: 310px;
	overflow-x:hidden;
	overflow-y:scroll;
	SCROLLBAR-FACE-COLOR:#6699CC; 
SCROLLBAR-HIGHLIGHT-COLOR: #6699CC; 
SCROLLBAR-SHADOW-COLOR: #6699CC; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #E3E3E3; 
SCROLLBAR-DARKSHADOW-COLOR: #000000;

}
#menumarca{
	position: absolute; 
	left: 130px; 
	width: 190px;
	background: #99CCFF;
	border: 1px solid #99CCFF;
	font: 10px arial,helvetica,sans-serif;
	top: 353px;
	height:350px;
	overflow-x:hidden;
	overflow-y:scroll;
		SCROLLBAR-FACE-COLOR:#6699CC; 
SCROLLBAR-HIGHLIGHT-COLOR: #6699CC; 
SCROLLBAR-SHADOW-COLOR: #6699CC; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #E3E3E3; 
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}





#servicios {
	position: absolute; 
	left: 130px; 
	width: 190px;
	background: #FF9999;
	border: 1px solid #FF9999;
	font: 10px arial,helvetica,sans-serif;
	
}
#servicios {
	top: 313px;
}
#productos {
	top: 270px;
}
#servicios p, #productos p,#productos2 p,#menumarca p{
	font: 1em Verdana,sans-serif;
	color: #000;
	text-align: left;
	margin: 5px 3px 5px 3px;
}
#servicios a, #productos a,#productos2 a ,#menumarca a {
	text-decoration: none;
	color: #545855;
}
#servicios a:hover, #productos a:hover, #productos2 a:hover, #menumarca a:hover  {
	text-decoration: none;
	color: #000;
}

.paginacion
{
	padding-right:20px;
	font-weight:bold;
	height:20px;
}

.paginacion a
{
	font-weight:bold;
}

.producto
{

}
