@charset "utf-8";
/* CSS Document */
body {
	background-repeat:      repeat-x;
	background-color: #2C3949;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-position: center top;
}
.shadow {
	background-image: url(img/shadow.jpg);
	background-repeat:     repeat-x;
	height: 13px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}
.shadow_der {
	background-image: url(img/shadow.jpg);
	background-repeat:     repeat-x;
	height: 13px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2c3949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 20px;
}
.borde {
	border: 1px solid #000000;
}

.titulo_paginas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #84ADC1;
	font-weight: bold;
	line-height: 24px;
}
.subtitulo_paginas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A9C6D3;
	font-weight: bold;
	line-height: 24px;
}
.texto_destacado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 15px;
}
.borde_interior_abajo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #84ADC1;
}

.texto_celeste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84ADC1;
	text-align: justify;
	line-height: 15px;
}
.textopq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.top {
	background-image: url(img/img_home.jpg);
	height: 183px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.linea_izq {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
.borde_interior {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2c3949;
}
.tabla_sup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #2C3949;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	border: 1px dotted #AAB8CC;
	text-align: center;
	vertical-align: middle;
}
.borde_tabla {
	border: 1px dotted #A9AFBB;
}

.copyright {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 26px;
}
.menu_lateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/bottom_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	height: 32px;
	width: 203px;
	display: block;
	text-align: left;
	line-height: 32px;
	text-indent: 32px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
}
a.menu_lateral {

}
a:link.menu_lateral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/bottom_menu.jpg);
	background-repeat: no-repeat;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}
a:visited.menu_lateral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/bottom_menu.jpg);
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}

a:hover.menu_lateral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 32px;
	font-weight: bold;
	background-image: url(img/bottom_menu_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 203px;
	line-height: 32px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}
a:active.menu_lateral {
}

