body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:0px;
	margin-left:0px;
	display:inline;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

#contenedor_principal {
	width:954px;
	height:600px;
	margin:0 auto;
}

#superior {
	
	width:726px;
	height:194px;
	display:block;
	float:left;
}

#banner1 {
	background:url(../imagenes/banner1.jpg) no-repeat;
	width:702px;
	height:152px;
	float:left;
}

#botones_inicio {
	width:185px;
	margin-top:3px;
	margin-left:25px;
	float:left;
}

#hora
{
	width:400px;
	font-weight:bold;
	margin-top:15px;
	float:right;
}

#banner2 {
	background:url(../imagenes/banner2.jpg) no-repeat;
	width:24px;
	height:152px;
	float:right;
}

#menu_principio {
	background:url(../imagenes/menu_principio.jpg) no-repeat;
	width:18px;
	height:42px;
	display:block;
	float:left;
}

#menu_relleno {
	background:url(../imagenes/menu_relleno.jpg);
	width:684px;
	height:42px;
	display:block;
	float:left;
}

#menu_final {
	background:url(../imagenes/menu_final.jpg) no-repeat;
	width:24px;
	height:42px;
	display:block;
	float:right;
}

#contenedor {
	width:726px;
	height:384px;
	display:block;
	float:left;
}

#lateral_principal
{
	width:228px;
	height:578px;
	display:block;
	float:right;
	background-color:#003E65;
}

#animacion {
	background:url(../imagenes/animacion.jpg) no-repeat;
	width:228px;
	height:264px;
	float:left;
	display:block;
}

#menu_lateral {
	background-color:#003E65;
	width:228px;
	height:314px;
	float:left;
	display:block;
}

.Arial9Blanco
{
	font-size: 10px;
	color:#FFFFFF;
}

.fuenteCatalogo
{
	color:#FFFFFF
}

#pie {
	background:url(../imagenes/pie.jpg) no-repeat;
	width:100%;
	height:22px;
	text-align:center;
	display:block;
	float:left;
	padding-top:4px;
}

#pie a:link {
	color: #333333;
}

#pie a:visited
{
	color: #666666;
}

#pie a:hover {
	color: #FFFFFF;
}

#pie a:active {
	color: #666666;
}

/*CSS para el menú*/
/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 
{
	background: url(../imagenes/button4.gif);
}
.menu2 {
	padding:0 0 0 0; 
	margin:0; 
	list-style:none; 
	height:41px; 
	position:relative; 
	font-family:arial, verdana, sans-serif; 
}
	
.menu2 li.top 
{
	display:block; 
	float:left; 
	position:relative;
	/*border-right: 2px solid #3D332B;*/
	height:41px;
}

.menu2 li a.top_link 
{
	display:block; 
	float:left; 
	height:41px; 
	line-height:41px; 
	color:#3D332B; 
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;
}
.menu2 li a.top_link span 
{
	float:left; 
	display:block; 
	padding:0 24px 0 15px;
	height:41px;
}
.menu2 li a.top_link span.down 
{
	float:left; 
	display:block; 
	padding:0 24px 0 15px;
	height:41px; 
	width:74px;
	background:url(../imagenes/fabajo.gif) no-repeat right top;
}
.menu2 li a.top_link:hover 
{
	color:#fff; 
	background: url(../imagenes/button4.gif) no-repeat;
}
.menu2 li a.top_link:hover span 
{
	background:url(../imagenes/button4.gif) no-repeat right top;
}
.menu2 li a.top_link:hover span.down 
{
	background:url(../imagenes/button4a.gif) no-repeat right top;
}

.menu2 li:hover > a.top_link 
{
	color:#fff; 
	background: url(../imagenes/button4.gif) no-repeat;
}
.menu2 li:hover > a.top_link span 
{
	background:url(../imagenes/button4.gif) no-repeat right top;
}
.menu2 li:hover > a.top_link span.down 
{
	background:url(../imagenes/button4a.gif) no-repeat right top;
}

.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:2px; 
	top:40px; 
	background: #fff; 
	padding:3px 0; 
	border:1px solid #003E65; 
	white-space:nowrap; 
	width:120px; 
	height:auto;
}
.menu2 :hover ul.sub li 
{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:120px;
}
.menu2 :hover ul.sub li a 
{
	display:block; 
	font-size:11px; 
	height:20px; 
	width:115px; 
	line-height:20px; 
	text-indent:5px; 
	color:#000; 
	text-decoration:none; 
	border:3px solid #FFF; 
	border-width:0 0 0 3px;
}
.menu2 :hover ul.sub li a.fly 
{
	background:#fff url(../imagenes/flecha.gif) 80px 7px no-repeat;
}
.menu2 :hover ul.sub li a:hover 
{
	background:#003E65; 
	color:#fff;
}
.menu2 :hover ul li:hover > a.fly 
{
	background:#003E65;
	color:#fff;
} 

.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:90px; 
	top:-4px; 
	background: #fff; 
	padding:3px 0; 
	border:1px solid #003E65; 
	white-space:nowrap; 
	width:120px; 
	z-index:200; 
	height:auto;
}

/*Termina menú*/

.style4 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003E65;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E65;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003E65; font-weight: bold; 
	}

.style7 {
	font-weight: bold
}

.style8 {
	font-size: 10pt;
	color:#FF9900;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;

	}
	
a:link {
	color: #ED9227;
}
a:visited {
	color: #ED9227;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}	