HTML, BODY {
	height: 100%;
}
BODY {
	background-color: #E4EDF4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin:0;
	text-align:center;
}
#wrapper {
	width:757px;
	margin:0 auto;
	padding:0;
}
#header {
	height:76px;
	background: url(../images/header_fondo.gif) repeat-x bottom;
	position:relative;
}
#header a{
	float:left;
}
#main-nav {
	list-style-type:none;
	position:absolute;
	top:-11px;
	right:0px;
	padding:0;
}
#main-nav li{
	float:left;
	color:#4D90C2;
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
	text-align:center;
	height: 44px;
	padding-top:30px;
	background-color: #E4EDF4;
}
#main-nav li a {
	color:#4D90C2;
	text-decoration:none;
	float:none;
	padding:3px;
}
#main-nav li a:hover {
	color:#FFBC00;

	border-bottom:4px #FFBC00 solid; 
}
.bot-01 {
	background-image: url(../images/header_bot_01_fondo.gif);
	width: 64px;
}
.bot-02 {
	background-image: url(../images/header_bot_02_fondo.gif);
	width: 80px;
}
.bot-03 {
	background-image: url(../images/header_bot_03_fondo.gif);
	width: 98px;
}
.bot-04 {
	background: url(../images/header_bot_04_fondo.gif);
	width: 118px;
}
#main {
	float:left;
	margin:0;
	padding:0;
	background: url(../images/col_izqda_fondo.gif) repeat-y left;
}
#left-col {
	float:left;
	margin:0;
	padding:0;
	width:158px;
}
#sub-nav {
	border-bottom: 4px solid #CCD1D4;
	width:144px;
	margin: 0px 6px 0px 8px;
	text-align:left;
}

#sub-nav h3 {
	text-transform: uppercase;
	font-size: 8pt;
	color: #4D90C2;
	border-bottom: 4px solid #4D90C2;
	margin: 0px;
	padding: 6px 5px 5px 20px;
	text-align:left;
	background:#FFFFFF url(../images/menu_tit_img.gif) no-repeat 5px center;
}
#sub-nav div {
	display:none;
}
#sub-nav div.active {
	display:block;
}
#sub-nav div a{
	padding-left:25px;
	background:#FFFFFF url(../images/arrow.gif) no-repeat 10px center;
}
#sub-nav div a:hover{
	padding-left:25px;
	background:url(../images/arrow.gif) no-repeat 10px center;
}
#sub-nav div ul{
	margin:0;
	padding:0;
}
#sub-nav div li{
	list-style-type:none;
}
#sub-nav div li:hover{
	background: #FFBC00 url(../images/menu_over.gif) repeat-x top;
}


#sub-nav a {
	display: block;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dashed #CCD1D4;
	background:#fff;
	text-decoration: none;
	font-weight: bold;
	color: #4D90C2;
	font-size: 8pt;
}
#sub-nav a:hover {
	background: #FFBC00 url(../images/menu_over.gif) repeat-x top;
	color: #000000;
}

#main-content {
	float:left;
	width:595px;
	min-height:302px;
	background:#fff url(../images/main_fondo.gif) repeat-y;
}
.block {
	background:#F2F3F4;
	padding:2px;
	margin:10px 0 10px 10px;
	position:relative;
	color: #333333;
	font-size: 8pt;
	border:#DFE2E4 2px solid;
	float:left;
}
.block a {
	color: #4D90C2;
	font-weight: bold;
	text-decoration: none;
}
.blk-left {
	width:334px;
	height:466px;
	text-align:left;
}
.blk-right {
	width:215px;
	height:466px;
}

.blk-full {
	width:567px;
}
.texto-02 {
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-align:left;
}
.blk-right .texto-02, .blk-right h2{
	text-align:right;
}
.box-tl {
	background:#fff url(../images/box_04_sup_izqda.gif) no-repeat right bottom;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 4px;
	position:absolute;
	top:-2px;
	left:-2px;
	z-index:10;
}
.box-tr {
	background:#fff url(../images/box_04_sup_dcha.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 4px;
	position:absolute;
	top:-2px;
	right:-2px;
	z-index:10;
}
.box-bl {
	background:#fff url(../images/box_04_inf_izqda.gif) no-repeat right top;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 4px;
	position:absolute;
	bottom:-2px;
	left:-2px;
	z-index:10;
}
.box-br {
	background:#fff url(../images/box_04_inf_dcha.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 4px;
	position:absolute;
	bottom:-2px;
	right:-2px;
	z-index:10;
}

.cuerpo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-size: 10pt;
	text-align:left;
}
.cuerpo A {
	color: #4D90C2;
	font-weight: bold;
	text-decoration: none;
}
#main-content UL {
	list-style-image: url(../images/lista_img.gif);
	list-style-position: outside;
	list-style-type: square;
}
#main-content LI {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#main-content UL, #main-content OL {
	margin-right: 20px;
	margin-left: 20px;
}

.foto-01 {
	border: 3px solid #CCD1D4;
}
.foto-02 {
	border: 5px solid #CCD1D4;
}
p {
	line-height: 12pt;
}
.tabla-01 {
	background-color: #CCD1D4;
}
.fila-01 {
	background-color: #F2F3F4;
}
.fila-02 {
	background-color: #EAECEE;
}
.fila-over {
	background-color: #FFEDBB;
}
.titulo-02 {
	background-color: #629DC9;
	color: #FFFFFF;
}
.titulo-03 {
	background-color: #9DC3DE;
	color: #FFFFFF;
}
.titulo-04 {
	background-color: #FFDC78;
}
.celda-01{
	background-color: #E4EDF4;
}
.nota {
	font-size: 7pt;
	color: #629DC9;
}
#contact-form {
	text-align:left;
}
h1, h2 {
	background-image: url(../images/titulo.gif);
	background-repeat: repeat-x;
	background-color: #4D90C2;
	background-position: top;
	font-size: 9pt;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-align:left;
}


#footer {
	background-image: url(../images/footer_centro.gif);
	color: #999999;
	position:relative;
	width:100%;
}
#footer A {
	color: #4D90C2;
	font-weight: bold;
	text-decoration: none;
}
#footer A:hover {
	color: #FFBC00;
}
.footer-izqda {
	background: url(../images/footer_izqda.gif) no-repeat;
	margin: 0px;
	padding-top:5px;
	padding-left:17px;
	height:43px;
	font-size: 7pt;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.footer-dcha {
	margin: 0px;
	background: url(../images/footer_dcha.gif) no-repeat right;
	padding-top:5px;
	padding-right:17px;
	height:43px;
	font-size: 7pt;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.footer-txt {
	font-size: 7pt;
	background:#fff url(../images/footer_centro.gif) repeat-x;
	margin: 0px;
	padding-top:5px;
	height:43px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#footer .lower{
	line-height:20px;
	padding: 0 10px;
}
p {
	line-height: 12pt;
}
TABLE, TD, TH, TR, DIV, SPAN, INPUT, TEXTAREA, SELECT {
	font-size: 8pt;
}
.cuerpoGrande{
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-size: 11pt;
}
