/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/web_body_bg.jpg) left top repeat-x #A1C0D8;
}
td.off {
background: url(../images/top_menu_bg.gif) -10000px 0px no-repeat;
height:21px;
}
td.on{
background:  url(../images/top_menu_bg.gif) 0px 0px no-repeat;
height:21px;
}
.header_padding
{
padding:0px 5px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_padding
{
padding:11px 15px 33px 15px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #3A4C87;
width:108px;
height:18px;
background-color:#EBEBEB;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left:3px;
	}


/* CSS Background image Document */
.header_top_bg
{
background:url(../images/header_top_bg.jpg) center top no-repeat;
height:130px;
}
.header_bottom_bg
{
background:url(../images/header_bottom_bg.jpg) center top no-repeat;
height:131px;
}
.menu_bg
{
background-color:#0146AD;
height:28px;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:10px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:10px;
}




/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5B5A5A;
	text-decoration: none;
}
.top_link_text
{
color:#3A4C87;
text-decoration:none;
line-height:21px;
background-color:inherit;
}
.top_link_text:hover
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.menu_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:inherit;
}
.menu_text:hover
{
color:#A2C0D8;
text-decoration:underline;
background-color:inherit;
}
.highlight
{
color:#3A4C87;
font-size:14px;
text-decoration:none;
background-color:inherit;
}
.footer_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #415591;
	background-color:inherit;
	text-decoration: none;
}
.footer_text:hover
{
text-decoration:underline;
}
.webdesigner_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #415591;
	background-color:inherit;
	text-decoration: none;
}
.webdesigner_link:hover
{
text-decoration:underline;
}
#headerPanelsecond{
	width:246px;
	height:263px;
	position:absolute;
	top:202px;
	left:434px;
	margin:110px 0 0;
	padding:0px;
	color:#fff;
}
/* Para el menu deplegable*/
.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(../images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
