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

body, html {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.png);
	background-repeat:repeat;
	height:100%;

}

.mainWhite {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:25px;
	text-decoration:none;
}

.mainGrayDarkSm {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.main {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

.mainHeaderWhite {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-3;
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.mainHeaderWhiteSm {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-3;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.mainHeader {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-size:24px;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

.mainTitle{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-size:20px;
	color:#990000;
	text-decoration:none;
}

.mainHeaderGrisSm {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.mainHeaderSm {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:14px;
	color:#0E5CD7;
	font-weight:bold;
	text-decoration:none;
}

.mainMenu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.mainMenu:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:14px;
	color:#0099FF;
	font-weight:bold;
	text-decoration:none;
}

.mainMenuGrayDarkSm {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:10;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.mainMenuGrayDarkSm:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:10;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


.newsHeader {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.newsHeaderSM {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:10px;
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

.newsHeaderCO {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-2;
	font-size:9px;
	color:#000000;
	text-decoration:none;
	height:100px;
	overflow:hidden;
}

/* Estilos del menu */
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#ffffff; text-decoration:none; font-size:12px;} /* Color y tamaño de fuente menus */
ul.menu li {position:relative; float:left; margin-right:0}

ul.submenu {
	position:absolute;
	top:30px;
	left:0;
	background:#FFFFFF;
	background-image:url(images/fondosubmenu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	display:none;
	opacity:0;
	list-style:none;
	width:180px;
}

ul.submenu li {position:relative; width:180px; margin:0; top:0px;} /* Ancho submenu */
ul.submenu li a {display:block; padding:5px 5px 5px; color:#333; font-size:11px; font-weight:bold;}
ul.submenu li a:hover {background-color:#0E5CD7;} /* Color submenu seleccionado */

ul.menu .menulink {padding:5px 7px 7px; font-weight:bold;} /* Ancho menu */
ul.submenu .menulink {padding:5px 7px 7px; font-weight:bold; width:166px} /* Ancho submenu */
ul.menu li{margin-right:30px;}

ul.menu .menulink:hover, ul.menu .menuhover { color:#fff;} /* Color menus over */

.container {
	background-color:#4d72ae;
	padding:10px;
}

.container_content {
	border:thin solid #333;
	background-color:#FFFFFF;
}
