﻿body
{
	margin-top: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

.contenedor
{
	width: 760px;
	text-align: left;
	margin: auto;
}

.cabecera
{
	height: 161px;
}

.superior
{
	height: 83px;
	clear: both;
	background-image: url( '/images/relleno/supCen.jpg' );
}

.supIzq
{
	height: 83px;
	width: 6px;
	float: left;
	background-image: url( '/images/relleno/supIzq.jpg' );
}
.logo
{
	float: left;
	width: 245px;
	height: 83px;
	background-image: url( '/images/relleno/logo.jpg' );
}

.supDer
{
	height: 83px;
	width: 5px;
	float: right;
	background-image: url( '/images/relleno/supDer.jpg' );
}

.iconos
{
	margin-left: 120px;
	float: left;
	text-align: center;
}
.supIcon
{
	width: 108px;
	float: left;
	height: 75px;
	margin-top: 3px;
	margin-left: 10px;
}

.icon1
{
	background-image: url( '/images/relleno/logoEmb.gif' );
}
.icon2
{
	background-image: url( '/images/relleno/logoBebe.gif' );
}
.icon3
{
	background-image: url( '/images/relleno/logoNen.gif' );
}

.icon1:hover
{
	background-position: 0% -75px;
	background-image: url( '/images/relleno/logoEmb.gif' );
}
.icon2:hover
{
	background-position: 0% -75px;
	background-image: url( '/images/relleno/logoBebe.gif' );
}
.icon3:hover
{
	background-position: 0% -75px;
	background-image: url( '/images/relleno/logoNen.gif' );
}

.separacion
{
	width: 100%;
	background-color: #F2C8C8;
	height: 16px;
}

.sepDer
{
	background-image: url(/images/relleno/sepDer.gif);
	float: right;
	height: 16px;
	width: 5px;
}

.finSup
{
	width: 100%;
	height: 62px;
	background-image: url( '/images/relleno/title.jpg' );
}

.pie
{
	width: 100%;
	background-color: #FFD4D4;
	height: 97px;
	clear: both;
}

.cierre
{
	float: right;
	background-image: url( '/images/relleno/titleInf.gif' );
	height: 47px;
	clear: both;
	width: 609px;
}

.central
{
	clear: both;
	background-image: url( '/images/relleno/titleCen2.gif' );
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}

.cierreMenu, .cierreMenu2
{
	width: 151px;
	background-color: White;
	margin-bottom: 8px;
	height: 10px;
	float: left; //float:none;
}
.cierreMenu2
{
	margin-bottom:auto;
}
.menu
{
	width: 151px;
	float: left;
	color: #990000;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url( '/images/relleno/menuInf.gif' );
	
}

.menu UL
{
	margin: 0px;
	clear: left;
	padding: 0;
	padding-left: 5px;
	font-family:Arial;
	padding-right: 5px;
	list-style-type: none;
	background-color: #FFD4D4;
}

.menu LI
{
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:underline;
}

.info
{
	width: 602px;
	float: right;
}

.contenido
{
	margin: 10px;
	margin-right:15px;
	text-align:justify;
}

A
{
	color: #990000;
}
H1, H2, H3, H4
{
	
	color: #990000;
	font-weight: bold;
}
H1
{
	margin: 0px;
	margin-left: 200px;
	padding-top: 32px;
	font-size: 16px;
}
H2
{
	font-size: 14px;
}
H3
{
	font-size: 12px;
}
H4
{
	font-size: 11px;
}
LI
{
	 list-style-type:decimal;
}
UL
{overflow:auto;
}
.opcAbre, .Izq, .Der, .Cen
{
	height: 19px;
	overflow: hidden;
	float: left;
}
.Izq
{
	width: 9px;
	background-image: url( '/images/relleno/menuSupIzq.gif' );
}
.Cen
{
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 134px;
	text-transform: uppercase;
	padding-top: 3px;
	background-color: Red;
}
.Der
{
	width: 8px;
	background-image: url( '/images/relleno/menuSupDer.gif' );
}
.opcCierre, .infIzq, .infDer, .infCen
{
	height: 9px;
	float: left;
}
.infIzq
{
	width: 9px;
	background-image: url( '/images/relleno/menuInfIzq.gif' );
}
.infCen
{
	width: 134px;
	background-color: Red;
}
.infDer
{
	width: 8px;
	background-image: url( '/images/relleno/menuInfDer.gif' );
}
.listadoNombres
{	overflow:auto;
}
.listadoNombres	LI
{
		width:200px;
		float:left;
}

.letras
{
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
	overflow:auto;
	clear:left;
}
.letras LI 
{
	width:14px;
	padding-left:3px;
	border-right:solid 1px #990000;
	list-style-type:none;
	float:left;
}

.links
{
	text-align:center;	
	color: #990000;
	font-size:10px;
}

.overLink:hover
{
	background-color:#FFEFEF;
}