body
{
	text-align: center;
	margin: 0;
	padding: 0;
    background: #000080;
}
#contenedor
{
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;	
	background: url(../images/fondoLoop.jpg) left top repeat;	
}


/* -------------------- */
/* ZONA DE LA IZQUIERDA */
/* -------------------- */

#izquierda
{
	float: left;
	width: 192px;
	height: 505px;
	background: url(../images/fondoIzquierda.jpg) left top no-repeat;
	margin-right: -3px;
}
html>body #izquierda
{
	margin: 0;
	height: auto;
	min-height: 505px;
}
#logo
{
	border: 0;
}
#menu
{
	list-style: none;
	padding: 10px 0;
	margin: 0;
	background: url(../images/fondoUL.jpg) left top repeat-y;
}
#menu li
{
	display: inline;	
}
#menu li a
{
	display: block;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	color: #000080;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
#menu li a:hover
{
	color: #fff;
	background: #ff7e00;
}
#principal
{
	height: 21px;	
	margin: 5px 0 0 0;
	padding: 1px 10px 0 0;
	color: #ff9000;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Sans-Serif;	
	text-align: right;
	background: url(../images/barraPrincipal.jpg) left top no-repeat;	
}
#principal a
{
	color: #ff9000;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Sans-Serif;	
	text-decoration: none;
}
#menu2
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 7px 0 5px 0;
	width: 145px;
	background: url(../images/fondoMenu2.jpg) left top repeat-y;
}
#menu2 li
{	
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	height: 18px;
	line-height: 18px;
	background: url(../images/topoMenu2.jpg) left center no-repeat;	
	color: #2f4753;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
#menu2 li a
{	
	color: #2f4753;
	height: 18px;
	line-height: 18px;	
	font: bold 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
#pieMenu2
{
	margin: 0 3px 0 0;	
	clear: both;
}
/* -------------------- */
/* ZONA CENTRAL         */
/* -------------------- */

#banner #seccion
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 450px;
	top: 46px;
	width: 300px;
	height: 20px;
	color: #ff7e00;
	font: bold 20px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;	
}
#contenidos
{
	padding: 0 25px 10px 15px;
	height: 505px;
	margin-right: 130px;
	color: #2f4357;
	font: 12px Arial, Sans-Serif;
	text-align: justify;
	background: transparent url(../images/fondoContenidos.jpg) top center repeat-y;
	
}
html>body #contenidos
{
	height: auto;
	min-height: 505px;
	margin: 0 130px 0 192px;
}
#contenidos p
{
	margin: 10px 0;
	padding: 0;
}
#contenidos a
{
	color: #bf6106;	
}
#contenidos a:visited
{
	color: #5c2f04;
}
#contenidos H2
{
	margin: 0;
	padding: 6px 0;
	color: #000080;
	font: 20px Arial, Sans-Serif;
}
#contenidos H3
{
	margin: 0;
	padding: 6px 0;
	color: #000080;
	font: Italic 16px Arial, Sans-Serif;
}
#contenidos ul
{
	list-style: none;	
}
#contenidos li
{
	padding: 0 0 0 15px;	
	background: url(../images/topoMenu2.jpg) left center no-repeat;	
}

/* -------------------- */
/* ZONA DERECHA         */
/* -------------------- */

#flash
{
	position: absolute;
	width: 130px;
	right: 0px;
	top: 74px;
	text-align: center;
	background: #7FB3E5;
}

/* -------------------- */
/* ZONA DEL PIE         */
/* -------------------- */

#pie
{
	clear: both;
	padding: 10px 0 5px 0;
	background: #fff;
	text-align: center;
	color: #2f4357;
	font: 12px Arial, Sans-Serif;
	border-top: 1px solid black
}
#pie a
{
	color: #2f4357;
	font: 11px Arial, Sans-Serif;
}
