﻿@charset "utf-8";
body {
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat;
	width:905px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.header {
	background-image:url('../img/bg_top.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	width:898px;
	margin:auto;
}
.header img {
	float:left;
}
.clear {
	padding:0px;
	margin:0px;
	clear:both;
}
.content {
	background-image:url('../img/bg_shadow.png');
	background-repeat:repeat-y;
	background-position:center;
	width:904px;
}
.nav {
	background-image:url('../img/bg_nav.jpg');
	background-position:top;
	background-repeat:repeat-x;
	margin: 1px 4px 0px 4px;
}
.nav ul {
	width:100%;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
}
.nav ul li {
	float:left;
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.nav ul li a {
	float:left;
	list-style:none;
	list-style-type:none;
	padding:8px 16px 8px 16px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
.nav ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.nav ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('../img/bg_nav_over.jpg');
	background-repeat:repeat-x;
}
.text_content {
	margin: 1px 4px 0px 4px;
	background-image:url('../img/bg_txt_cont.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.text_content img {
	border-bottom:#FFFFFF 1px solid;
}
.text_content p{
	margin:0px 0px 0px 0px;
	padding:8px 16px 8px 16px;
	background-image:url(../img/bg_txt_cont.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.text_content strong {
	font-size:12px;
}
.text_content p img {
	float:left;
	padding:1px;
	border:1px #FFFFFF solid;
	margin:8px 8px 8px 0px;
}
.bg_fin_content {
	background-image:url(../img/bg_bottom_txt.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.footer {
	background-image:url('../img/bg_buttom.png');
	background-position:center top;
	background-repeat:repeat-x;
	width:866px;
	margin:auto;
	text-align:center;
	padding:16px;
}
.caja_ee {
	float:right;
	width:178px;
	border:#FFFFFF 1px solid;
	background-color:#999999;
	margin:0px 0px 0px 8px;
	padding:1px;
}
.caja_ee blockquote {
	padding:0px;
	margin:0px;
	background-color:#DBDDDE;
	vertical-align:top;
}
.caja_ee blockquote a, .caja_ee blockquote a:visited {
	color:#666666;
	text-decoration:none;
}
.caja_ee blockquote a:hover {
	color:#666666;
	text-decoration:underline;
}
.caja_ee blockquote h2 {
	background-image:url(../img/bg_nav.jpg);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	margin:0px 0px 4px 0px;
}
.caja_ee blockquote div {
	color:#213233;
	font-weight:bold;
	margin:2px 0px 0px 8px;
}
.caja_ee blockquote div a {
	color:#213233;
	text-decoration:none;
}
.caja_ee blockquote div a:visited {
	color:#213233;
	text-decoration:none;
}
.caja_ee blockquote div a:hover {
	color:#213233;
	text-decoration:underline;
}
.caja_ee blockquote div img {
	text-align:center;
	margin:auto;
}
.titulo_tabla
{
	BORDER-RIGHT: #ffffff thin;
	BORDER-TOP: #ffffff thin;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: #ffffff thin;
	COLOR: #ffffff;
	BORDER-BOTTOM: #ffffff thin;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #0F1F1F
}
.texto_tabla
{
    FONT-SIZE: 11px;
    COLOR: #7D7D7D;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #DBDDDE
}
.texto_tablalink
{
    FONT-SIZE: 11px;
    COLOR: #7D7D7D;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #E9E9E9;
    TEXT-DECORATION: underline
}
.detalle_titulo {
	font-size:13px;
	font-weight:bold;

}
.detalle_text {
	font-size:12px;
	color:#666;
	padding:0 0 0 10px;
}