@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #D1D1D1;
	color: #666666;
}
img {
	border-width: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #444444;
}
select {
	margin-bottom: 3px !important;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 100%;
	position: relative;
	background: #000000 url(../img/top_bg.gif) repeat-x;
	overflow: hidden;
}
#top #top_content {
	margin: 0px auto;
	padding: 0px;
	height: 70px;
	width: 930px;
	position: relative;/* background: url(../ima/top_content_bg.jpg) no-repeat right top; */
}
#top #top_content #logo {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 176px;
	position: absolute;
	left: 10px;
	top: 10px;
	overflow: hidden;
}
#top #top_content #lang {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 676px;
	overflow: hidden;
	position: absolute;
	left: 254px;
	line-height: 20px;
	color: #999999;
}
#top #top_content #lang ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top #top_content #lang li {
	margin: 0px;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0px 0px 0px 5px;
}
#top #top_content #lang img {
	border: 1px solid #CCCCCC;
	vertical-align: text-top;
}
#top #top_content #lang a {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
#top #top_content #lang a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#top #top_content #menu {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 660px;
	overflow: hidden;
	position: absolute;
	left: 270px;
	top: 35px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #F7F7F7;
}
#top #top_content #menu ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top #top_content #menu li {
	line-height: 25px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 110px;
	float: left;
	text-align: center;
}
#top #top_content #menu li a {
	color: #E9E9E9;
	text-decoration: none;
	background: url(../img/menu_bg.gif) no-repeat;
	display: block;
	height: 25px;
	float: left;
	width: 110px;
}
#top #top_content #menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/menu_bg.gif) no-repeat center -25px;
}
#top #top_content #menu li a:active, #top #top_content #menu li a.inoption {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/menu_bg.gif) no-repeat center -50px;
}
#main_white {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	position: relative;
}
#main_white #main {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 930px;
}
#main_white #main #display {
	height: auto;
	width: 930px;
	background-color: #626262;
	background-image: url(../img/display_bg.gif);
	background-repeat:   repeat-x;
	padding-top: 10px;
	margin: 0px;
}
#main_white #main #display #displayarea {
	border: 5px solid #626262;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 920px;
}
#main_white #main #display #displaydown {
	background: url(../img/display_down.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 930px;
	overflow: hidden;
	position: relative;
}
#main_white #main #main_submenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 920px;
	position: relative;
	font: bold 11px/24px Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 5px solid #BCBCBC;
	border-left: 5px solid #BCBCBC;
	background: #EBEBEB;
	overflow: hidden;
}
#main_white #main #main_submenu ul {
	white-space: nowrap;
	padding: 0px;
	height: 30px;
	position: relative;
	list-style: none;
	width: 910px;
	margin: 0px;
}
#main_white #main #main_submenu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: auto;
	position: relative;
}
#main_white #main #main_submenu a {
	margin: 0px;
	display: block;
	color: #888888;
	text-decoration: none;
	height: 30px;
	text-align: center;
	padding: 3px 0px 0px;
	overflow: visible;
	width: 150px;
	background: #F4F4F4;
}
#main_white #main #main_submenu a:hover, #main_white #main #main_submenu a.insuboption {
	color: #000000;
	background: #FFFFFF url(../img/submenu_bg.jpg) no-repeat left top;
}
#main_white #main #main_submenu a.insuboption {
	color: #FF4A12;
	background: #FFFFFF url(../img/submenu_bg.jpg) no-repeat right -30px;
}
#main_white #main #main_submenu #see_real {
	overflow: hidden;
	position: absolute;
	height: 30px;
	width: 160px;
	font: bold 10px/24px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666666;
	left: 750px;
	top: 0px;
	text-align: right;
	background: #EBEBEB;
	z-index: 5;
}
#main_white #main #main_submenu #see_real a {
	color: #666666;
	text-align: right;
	height: 30px;
	width: 150px;
	top: 0px;
	padding-right: 10px;
	background: #EBEBEB;
}
#main_white #main #main_submenu #see_real a:hover {
	color: #FF6600;
	background: #EBEBEB;
}
#main_white #main #main_content {
	border-right: 5px solid #BCBCBC;
	border-bottom: 5px solid #BCBCBC;
	border-left: 5px solid #BCBCBC;
	background: #EBEBEB;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 900px;
	position: relative;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #414141;
	overflow: visible;
}
#main_white #main #main_content a {
	color: #FF6633;
	text-decoration: none;
}
#main_white #main #main_content a:hover {
	color: #CCCCCC;
}
#main_white #main #main_content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 10px 15px;
	letter-spacing: 1px;
}
#main_white #main #main_content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #838383;
	margin: 0px;
	padding: 10px 0px 5px 10px;
}
#main_white #main #main_content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}
#main_white #main #main_content p {
	margin: 0px;
	padding: 0px 15px 15px;
	line-height: 20px;
	color: #454545;
	text-align: justify;
}
#main_white #main #main_content ul {
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_white #main #main_content li {
	line-height: 20px;
}
#main_white #main #main_content #content_foot {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 900px;
	clear: both;
	position: relative;
	overflow: hidden;
}
#foot {
	height: 55px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #EAEAEA url(../img/foot_bg.gif) repeat-x;
}
#foot #foot_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
	height: 55px;
	width: 930px;
	overflow: hidden;
}
#foot #foot_content a {
	color: #333333;
	text-decoration: none;
}
#foot #foot_content a:hover {
	color: #999999;
}
#foot  #foot_content #datospie  {
	margin: 15px 0px 0px;
	padding: 0px;
	position: relative;
	line-height: 15px;
	height: 30px;
	color: #555555;
}
#foot #foot_content #datospie .admin {
	color: #B4B4B4;
}
#foot #foot_content #datospie .admin:hover {
	color: #666666;
}
.rightbox {
	margin-right: 0px !important;
}
.downbox {
	margin-top: 10px !important;
}
.displaynone {
	display: none !important;
}
.displayok {
	display: inherit !important;
}
.errorcolor {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
#main_white #main #main_content #left .caja_titulo_destacado {
	margin: 0px;
	padding: 50px 10px 80px 10px;
	height: auto;
	width: 280px;
	float: right;
	overflow: hidden;
	background: url(../img/cajadestacadas_300.gif) no-repeat center top;
	text-align: left;
}
#main_white #main #main_content #left .caja_titulo_destacado .titular {
	line-height: 20px;
	padding: 3px 10px;
	height: auto;
	width: 260px;
	color: #333333;
	display: block;
	float: left;
	text-align: left;
}
#main_white #main #main_content .limpiar {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 600px;
	position: relative;
}
