body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FEFCDB;
}

/* Sugerencias para diseños elásticos 
1. Dado que el tamaño global de los diseños elásticos se basa en el tamaño de fuente predeterminado del usuario, resultan algo más impredecibles. Si se utilizan correctamente, también son más accesibles para aquellas personas que necesitan tamaños de fuentes más grandes, dado que la longitud de línea mantiene la proporcionalidad.
2. La asignación de tamaño a los divs en este diseño se basa en el 100% del tamaño de fuente en el elemento body. Si reduce el tamaño global del texto empleando font-size: 80% en el elemento body o el #container, recuerde que todo el diseño reducirá su tamaño proporcionalmente. Es posible que le interese aumentar los anchos de los diversos divs para compensar este efecto.
3. Si la asignación de tamaño de fuente se modifica de forma distinta en cada div en lugar de hacerse en el diseño global (es decir: a #sidebar1 se le asigna un 70% de tamaño de fuente y a #mainContent se le asigna un 85% de tamaño de fuente), ello hará que se modifique proporcionalmente el tamaño global de cada uno de los div. Si lo desea, puede realizar el ajuste basándose en la asignación de tamaño de fuente final.
*/
.oneColElsCtrHdr #container {
	width: 961px;  /* este ancho creará un contenedor que cabrá en una ventana de navegador 800px si el texto se deja con los tamaños de fuente predeterminados del navegador */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
}
#header  {
	background-color: #FEFCDB;
	position: relative;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 #logo {
	position: absolute;
	bottom: 15px;
}
#tel {
	width:250px;
	height:50px;
	float:right;
	font-weight:bold;
	font-size:30px;
	margin-top:15px;
	text-align:right;
}
#botonera {
	height: 20px;
	width: 600px;
	position: absolute;
	left: 400px;
	bottom: 5px;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
div.top {
	height:7px;
	margin-right: -20px;
	margin-left: -20px;
}
img.esquina_sup_izq {
	float:left;
}
img.esquina_sup_der { float:right; }
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	background-color: #FEFCDB;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
}
#container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}
#mainContent h2 {
	font-size: 1.2em;
	color: #090;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
}
#mainContent ul {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-left: 45px;
	margin-right: 35px;
}
#mainContent ul li strong {
	background-color: #FF3;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
}
#mainContent ul ul li a:link, #mainContent ul ul li a:visited {
	text-decoration: none;
	color: #900;
}
#mainContent ul ul li a:hover, #mainContent ul ul li a:active {
	color: #C00;
}
#mainContent p #imgizquierda {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.clearboth {
	clear: both;
}

#marco {
	width:600px;
	margin:10px 0;
	padding:0px;
	text-align:left;
	}
.menu2 {
	padding:0;
	margin:0;
	margin-bottom:0;
	list-style:none;
	height:25px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:25px; margin-left:6px; line-height:25px; color:#333; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 6px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 10px 0 6px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 10px 0 6px; height:25px;}
.menu2 li a.top_link:hover {
	color:#666;
	background-color: #e0e0e0;
}
.menu2 li a.top_link:hover span {
	background-color: #e0e0e0;
}
.menu2 li a.top_link:hover span.down {
	background-color: #e0e0e0;
}

.menu2 li:hover > a.top_link {
	color:#666;
	background-color: #e0e0e0;
}
.menu2 li:hover > a.top_link span {
	background-color: #e0e0e0;
}
.menu2 li:hover > a.top_link span.down {
	background-color: #e0e0e0;
}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:6px; top:25px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal;}
.menu2 :hover ul.sub li {display:block; /*height:20px; */position:relative; float:left; width:160px; border-bottom:1px solid #666; border-left:1px solid #666; border-right:1px solid #666; margin-bottom:0;}
.menu2 :hover ul.sub li a {
	display:block;
	height:auto;
	font-size:11px;
	padding:4px 3px;
	line-height:1;
	color:#666;
	text-decoration:none;
}
.menu2 :hover ul.sub li a.fly {background:#fff  url(../img/vineta_menu.gif) no-repeat 150px 6px;}
.menu2 :hover ul.sub li a:hover {background:#ededed; color:#666;}
.menu2 :hover ul.sub li a.fly:hover {background:#ededed url(../img/vineta_menu.gif) no-repeat 150px 6px;}
.menu2 :hover ul li:hover > a.fly {background:#ededed} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-1px; background: #fff; padding:0; /* white-space:nowrap; */width:auto; z-index:300; height:auto;}
.menu2 :hover ul.sub li ul {
	border-top:1px solid #666;
	z-index:300;
	background-color: #e0e0e0;
}

#marco {
	width:600px;
	margin:10px 0;
	padding:0px;
	text-align:left;
	}
.menu2 {
	padding:0;
	margin:0;
	margin-bottom:0;
	list-style:none;
	height:25px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {
	display:block;
	float:left;
	height:25px;
	margin-left:6px;
	line-height:25px;
	color:#060;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 6px;
	cursor:pointer;
}
.menu2 li a.top_link span {float:left; display:block; padding:0 10px 0 6px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 10px 0 6px; height:25px;}
.menu2 li a.top_link:hover {
	color:#060;
	background-color: #FF0;
}
.menu2 li a.top_link:hover span {
	background-color: #FF0;
}
.menu2 li a.top_link:hover span.down {
	background-color: #FF0;
}

.menu2 li:hover > a.top_link {
	color:#060;
	background-color: #FF0;
}
.menu2 li:hover > a.top_link span {
	background-color: #FF0;
}
.menu2 li:hover > a.top_link span.down {
	background-color: #FF0;
}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {
	left:6px;
	top:25px;
	padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/
	width:auto;
	height:auto;
	font-weight:normal;
	background-color: #FF9;
}
.menu2 :hover ul.sub li {
	display:block; /*height:20px; */
	position:relative;
	float:left;
	width:160px;
	border-bottom:1px solid #060;
	border-left:1px solid ##060;
	border-right:1px solid #060;
	margin-bottom:0;
}
.menu2 :hover ul.sub li a {
	display:block;
	height:auto;
	font-size:11px;
	padding:4px 3px;
	line-height:1;
	color:#060;
	text-decoration:none;
}
.menu2 :hover ul.sub li a.fly {
	background-color: #FF6;
	background-image: url(../img/vineta_menu.gif);
	background-repeat: no-repeat;
	background-position: 150px 6px;
}
.menu2 :hover ul.sub li a:hover {
	color:#060;
	background-color: #FF6;
}
.menu2 :hover ul.sub li a.fly:hover {background:#ededed url(../img/vineta_menu.gif) no-repeat 150px 6px;}
.menu2 :hover ul li:hover > a.fly {background:#ededed} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-1px; background: #fff; padding:0; /* white-space:nowrap; */width:auto; z-index:300; height:auto;}
#footer p a:link , #footer p a:visited{
	color: #060;
	text-decoration: none;
}
.menu2 :hover ul.sub li ul {
	border-top:1px solid #666;
	z-index:300;
	background-color: #FC0;
}
#footer p a:hover, #footer p a:active {
	color: #090;
	text-decoration: none;
}

