html {
	overflow:hidden;
	font-family:Arial;
}

body {
	font-size:11px;
}

/* INICIO -> Home Page */
table.centerScreen {
	width:800px;
	height:400px;
	position:absolute;
    top:50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -410px;
}

table.centerScreen td.alignRight {
	text-align:right;
}

table.centerScreen td.content {
	height:400px;
	vertical-align:top;
}

table.centerScreen td.content table.text {
	width:800px;
	height:400px;
}

table.centerScreen td.content table.text td.text {
	width:400px;
	background-color:#F1930B;
	vertical-align:top;
	text-align:left;
	padding:10px;
	background-image:url(../images/homebackg.jpg);
}

ul.homeTabs {
	float:right;
}

ul.homeTabs li.tab {
	float:left; 
	list-style:none;
}

ul.homeTabs li.tab a{
	color:#000;
	text-decoration:none;
}
	
ul.homeTabs li.tab a:hover {
	border-color:#009;
	border-style:solid;
	border-width:thin;
}
    
ul.homeTabs li.tab a.active {
	border-color:#FFF;
	border-style:solid;
	border-width:thin;
	text-decoration:underline;
}

/* FIN -> Home Page */

/* INICIO -> Dropdownmenu */
ul.menu {list-style:none; margin:0px 35px; padding:0;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFF; font-weight:bold; font-size:12px; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px;}
ul.menu ul {position:absolute; top:18px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border-top:none; width:148px; margin:0; background-color:#032143;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#032143}
ul.menu ul li a:hover {background-color:#F1930B}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink { padding:0px 7px 7px; font-weight:bold; width:118px}
ul.menu .menulink:hover, ul.menu .menuhover {
	color:#F1930B;
}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/* FIN -> Dropdownmenu */
