* 
{
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}
body
{
	text-align: center;
	background-color: #44607e;
}

#central
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #44607e;
}
/*--------------------------- HEADER --------------------------------*/
#header
{
	background-image: url(../imagenes/header.jpg);
	height: 226px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#header h3
{
	font-size: 24px;
	font-style: normal;
	font-weight:bold;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Courier New", Courier, mono;
	
}
/*------------------------------------------------------------------*/
/*--------------------------- MENU --------------------------------*/
#menu
{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
}
#menu li
{
	display: inline;
	list-style-type: none;
}
#menu a 
{
	padding: 3px 10px;
	background-image: url(../imagenes/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#menu a:hover
{
	background-image: url(../imagenes/buttonover.gif);
}

#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}
/*-------------------------------------------------------------------*/
/*--------------------------- IZQUIERDA -----------------------------*/
#izquierda
{
	float: left;
}
#izquierda h3
{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00306f;
	border-right-color: #00306f;
	border-bottom-color: #00306f;
	border-left-color: #00306f;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 35px;	
	margin-top: 35px;	
}
/*-------------------------------------------------------------------*/
/*--------------------------- CONTENIDO -----------------------------*/
#contenido
{
	margin-top: 252px;
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
}
#contenido h1
{
	margin: 20px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
	color: #004080;
}
#contenido p
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}
#contenido strong
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000FF;
}
#contenido table
{
	margin:auto;
}
#contenido li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px;
	margin-left:50px;
}
/*------------------------------------------------------------------*/
/*--------------------------- IMAGEN -------------------------------*/
#marco
{
	margin-left: 35px;
	border: 3px solid #00306f;
	width: 200px;
}
#marco h2 
{
	margin: 10px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #033387;
	text-align: center;
}
#marco h4
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
}
#marco a
{
	color: #FFFFFF;
}
#imagepreloader
{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
/*-----------------------------------------------------------------*/
/*--------------------------- DERECHA ----------------------------*/
#derecha
{
	float: right;
	width: 460px;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#derecha ul
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 460px;
	font-weight: bold;
}
#derecha h1
{
	margin: 10px 0px 10px 0px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004080;
}
#derecha li
{
	margin-top: 10px;
}

/*-----------------------------------------------------------------*/
/*--------------------------- PIE ---------------------------------*/
#pie
{
	clear: both;
	position: relative;
	height: 46px;
	background-image: url(../imagenes/footer2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#pie p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#pie a
{
	color: #fff;
}
#pie a:hover
{
	color: #fff;
}
/*----------------------------------------------------------------*/
