body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,li {margin:0;padding:0;}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#ffffff;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#contenedor {
	width:950px;
	margin: 0px auto;
	padding-left:50px;
	padding-right:50px;
}

#contenedor-menu-lateral {
	float:left;

}

#titulo {
	width:100%;
	margin-bottom:20px;
	font-size: 0.9em;
	color: #999999;
	text-align:right;
}

#logo {
	width:250px;
	float:left;
	height:67px;
}

#mensaje {
	width:450px;
	font-size: 0.9em;
	color: #666666;
	float:right;
}


#zona-principal {
	width:730px;
	float:left;
	margin-left:0;
	padding:0;
	margin-right:20px;
	text-align:left;
}

#menupal {
	clear:both;
}

#interior-zona-principal {
	width:auto;
	height:380px;
	background-color:#FB7AAF;
	clear:both;
	padding:20px 20px 0px;
}

#area-datos {
	width:auto;
	height:100%;
	background-color:#FFFFFF;

}

#caja-pie {
	text-align:left;
	width:730px;
	height:50px;
	background-image:url(/imagenes/pie-proffice.gif);
	background-repeat: no-repeat;
}
#zona-derecha {
	width:196px;
	height:auto;
	float:right;
	background-color: #BDBEC0;
	text-align:left;	
	background-repeat: no-repeat;
	background-position: right bottom;
}

#interior-zona-derecha {
	width:auto;
	height:520px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}




#contenedor-contenido-pagina {
	float:right;
	width:525px;
	height:100%;
	overflow:auto;
	
}

#contenido-general {
	font-size: 0.8em;
	color: #666666;
	text-align: justify;
	width:96%;

}

#contenido-general h3{
	font-size: 1em;
	color:#333333;
	font-weight:bold;
	width:100%;
	line-height:18px;
}


#contenido {
	text-align: left;
	width: 760px;
	margin: 0px auto;
}


.separador {
	height:5px;
	clear:both;
}
	
.separador-pie {
	height:1px;
	clear:both;
}


/* Definición de viñetas para sección de catálogos */

.catalogos {

}

.catalogos ul{
	margin-top:5px;
	margin-left:30px;
	margin-bottom:10px;
}

.catalogos li{
	list-style-image: url(../imagenes/icono-pdf.jpg);
	line-height:20px;
	height:20px;
	list-style-type: none;
}

.catalogos a:link {
	color:#666666;
	text-decoration:none;
	
}


.catalogos a:visited,active {
	color:#666666;
	text-decoration:none;
	
}

.catalogos a:hover {
	color:#0066B3;
	text-decoration:underline;
	
}


/* Definición de Menu Lateral de Navegación */

#menu-lateral {
	width:150px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 0.8em;
}


#menu-lateral ul
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	list-style-type: none;	/* fixes Firefox 0.9.3 */
}




#menu-lateral ul li
{
	text-align: left;
	padding: 0;
	line-height:26px;
	width:150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FB7AAF;
	border-right-color: #FB7AAF;
	border-bottom-color: #FB7AAF;
	border-left-color: #FB7AAF;
	color: #ffffff;
	background-color: #FB7AAF;
}

#menu-lateral ul li a
{
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
	display:block;
	background-color: #ffffff;
}

#menu-lateral ul li a:hover
{
	color: #666666;
	display:block;
	background-color: #FED7E7}

#menu-lateral ul li a:active 
{ 
	color: #666666;
	display:block;
	background-color: #FED7E7}



/* Definición de Estilos del Submenu */
#menu-lateral ul ul 
{
	font-size: 0.9em;
	background-color: #F5E9EE;	
}

#menu-lateral ul ul li
{
	text-align:left;
	text-indent:10px;
	line-height:18px;
	color: #000000;
	border: 0px solid #FFFFFF;
	
}



#menu-lateral ul ul li a
{
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
	display:block;
	background-color: #F5E9EE}

#menu-lateral ul ul li a:hover
{
	color: #FFFFFF;
	display:block;
	background-color: #666666;
}

#menu-lateral ul ul li a:active { border-left: 1px solid #F2EEEC; }




.contenido-ofertas {
	text-align:center;
	font-size: 0.7em;
}

.oferta {
	background-color: #4FBA00;
	width:145px;
	text-align:center;
	color: #000000;
}

.titulo-oferta {
	font-size:1.2em;
	background-color: #FB7AAF;
	width:145px;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:20px;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
}

.oferta a:link {
	background-color: #FB7AAF;
	width:145px;
	text-align:center;
	color: #ffffff;
	display:block;
	text-decoration:none;
	
}


.oferta a:visited,active {
	background-color: #FB7AAF;
	width:145px;
	text-align:center;
	color: #000000;
	display:block;
	text-decoration:none;
	
}

.oferta a:hover {
	background-color:  #F1E0E8;
	width:145px;
	text-align:center;
	color: #000000;
	display:block;
	
}

