/* CSS Basic Document */
body
{
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
}
td.off {
	height:30px;
	padding-left:18px;
	background-color: #2D3D87;
	background-image: url(../imagenes/left_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
td.on{
	height:30px;
	padding-left:18px;
	background-color: #2D3D87;
	background-image: url(../imagenes/left_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #2D3D87;
	border-top-color: #2D3D87;
	border-right-color: #2D3D87;
	border-bottom-color: #2D3D87;
	border-left-color: #2D3D87;
}
.menu_box
{
	background-color:#FFA51D;
	height:25px;
	color:#CCCCCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	background-position: center;
}
.body_table
{
	margin:2px 0px;
	color: #990000;
	background-color: #FFFFFF;
}
.border_bottom
{
	border-bottom:2px solid #DDDDDE;
	background-color: #FFFFFF;
}
.img
{
	border:2px solid #DEDEDF;
	background-color: #2D3D87;
	color: #2D3D87;
	background-position: center center;
}






/* CSS Background image Document */
.header_top_image
{
background:url(../images/header_top_image.jpg) left top no-repeat;
border-left:2px solid #FFF;
border-top:2px solid #FFF;
height:128px;
}
.header_bottom_image
{
background: url(../images/header_bottom_image.jpg) left top no-repeat;
border-left:2px solid #FFF;
border-bottom:2px solid #FFF;
height:123px;
}
.logo_bg
{
	background:url(../imagenes/logo_bg.jpg) left top no-repeat #FFF;
	height:137px;
	color:#000066;
	border: 2px solid #FF9900;
}




/* CSS Background image Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2D3D87;
	text-decoration: none;
}
.left_menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#2D3D87;
}
.left_menu_text:hover
{
	color:#FEDA25;
	text-decoration:none;
	background-color:#2D3D87;
	border-top-color: #2D3D87;
	border-right-color: #2D3D87;
	border-bottom-color: #2D3D87;
	border-left-color: #2D3D87;
}

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#CCCCCC;
	background-color:#2D3D87;
}
.menu_text:hover
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#2D3D87;
	border-top-color: #2D3D87;
	border-right-color: #2D3D87;
	border-bottom-color: #2D3D87;
	border-left-color: #2D3D87;
}
.orange_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	background-color:inherit;
	text-decoration:underline
}
.orange_link:hover
{
text-decoration:none;
color: #FF9900;
background-color:inherit;
}
.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2D3D87;
	background-color:inherit;
	text-decoration: none;
}
.bannercasa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 150px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
