body
{
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 62.5%;
background-color: #006699;
}
h1, h2
{
display: none;
}
big
{
color: #006699;
font-size: 1.6em;
}
#container
{
	width: 1000px;
	margin: 10px auto 0 auto;
	background-color: white;
	border: 2px black solid;
}

#menu
{
margin: 0;
padding: 0;
display: block;
}
ul#menu { float: left;text-align: center; width: 100%; height: 43px; background: #FFF url("../images/menu-bg.gif") top left repeat-x; font-size: 1.2em; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; padding: 0; }
ul#menu li a { height: 43px; color: #069; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("../images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

#submenu
{
	float: left;
width: 100%;
	background-color: #099;
	margin: 0;
	padding: 0;
}
#submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#submenu li
{
	float: left;
	margin: 0;
	padding: 5px 15px;
}
#submenu a
{
text-decoration:  none;
font-size: 1.2em;
font-weight: bold;
}
#submenu a:link, a:visited
{
color: white;
}
#submenu a:hover
{
color: #FC3;
}
#submenu a:active
{
color: #FC3;
}
#submenu a#destacado
{
color: #FFF;
background-color: #0079b2;
padding: 5px;
}
#central
{
	margin: 0;
	padding: 0;
border-top: 1px white solid;	
clear: both;
	width: 1000px;
}

#izqda
{
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
	min-height: 350px;
	height: expression(this.scrollHeight > 350 ? "auto":"350");
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;
}
#derecha
{
	margin: 0 0 0 300px;
	padding: 0;
	float:left
	width: 700px;
	background-image: url(../images/zep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 390px;
	height: expression(this.scrollHeight > 390 ? "auto":"390");
	background-color: white;
}
#derecha img
{
margin: 5px 0;
padding: 3px 0;
border-bottom: 1px #099 solid;
border-top: 1px #099 solid;
}
#fotosadicionales img
{
	width: 100px;
	height: 100px;
margin-right: 10px;
}
#texto
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	text-align: justify;
	padding: 20px;
	line-height: 1.7em;
color: #069;
width: 300px;

margin-top: 40px;
}
#texto a
{
text-decoration:  underline;
font-size: 1.1em;

}
#texto a:link, a:visited
{
color: #069;
}
#texto a:hover, a:active
{
color: black;
}
#footer
{
	height: 30px;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	width: 1000px;
	background-color: #069;
	background-image: url(../images/fondofoot.gif);
	background-repeat: repeat-x;
	text-align: center;
color: white;
}
