/* MAIN WEB STYLES */
body, td {
	font-family: verdana,arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#container {
 border: solid 1px #eee;
 margin: 10px auto;
}

/* LINKS */
a {
	text-decoration: none;
	color: #586189;
	background: transparent;
}
a:hover {
	text-decoration: none;
	color: #586189;
	background: transparent;
}
a.underlinelink {
	text-decoration: none;
}
a.underlinelink:hover {
	text-decoration: underline;
}
a.topmenu {
	color:#333333;
	background: transparent;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none
}
a.topmenu:visited {
	color:#333333;
	background: transparent;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
a.topmenu:hover {
	color:#5A6A9B;	
	background: transparent;
	text-decoration: none
}
/* STYLES */
p {
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: justify;
}
a.menu {
	color: #3399FF;
	background: transparent;
	text-decoration: none;
}
a.menu:visited {
	color: #3399FF;
	background: transparent;
	text-decoration: none;
}
a.menu:hover {
	color: #333333;
	background: transparent;
}
.footertext {
	color: #586189;
	background: transparent;
	margin-top: 10px;
	text-align: center;
}
.input {
	border: 1px solid #CCCCCC;
	font-family: verdana, arial, "sans-serif";
	font-size: 11px;
}
.alignright {
	text-align: right;
	background: transparent;
}
.hr {
	color: #CCCCCC;
	background: transparent;
	margin-bottom: 10px;
}
.underline {
	text-decoration: underline;
}
.paddingtext {
	padding: 10px;
}
.paddingcenter {
	padding: 15px;
	font-family: verdana, arial, "sans-serif";
}
.rightpadding {
	margin-left: 6px;
}
.boxpadding {
	padding: 5px;
}
.imgborder {
	border: 1px solid #E9E9E9;
	padding: 2px;
}
.infotitleright {
	font-size: 11px;
	color: #586189;
}
.articulodateorange {
	font-family: tahoma;
	font-size: 13px;
	color: #B66A16;
	background: transparent;
}
.articuloborderpadding {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.noticiatitulo {
	color: #000000;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}
.noticiafecha {
	font-size: 10px;
	color: #006699;
	background: transparent;
}
.liteblue {
	color: #006699;
	background: transparent;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	font-family: "times new roman";
	margin: 0;
	color: #006699;
	background: transparent;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "times new roman";
	margin: 0;
	color: #006699;
	background: transparent;
}
h3 {
	font-size: 13px;
	font-family: "tahoma";
	font-weight: bold;
	margin: 0;
	color: #666666;
	background: transparent;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	font-family: "times new roman";
	margin: 0;
	color: #666666;
	background: transparent;
}
.leftlink {
	padding-top: 5px;
	padding-left: 8px;
	font-family: verdana, arial, "sans-serif";
	font-size: 11px;
}
/*Este estilo se aplica al final de las tres columnas principales
de manera que el contenedor que las envuelve y que es el encargado de colocar 
el background se tengan que estirar hasta el final de las tres columnas*/
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}


/* 
/////////  DIVS DEL SITIO /////////
*/
#headercontainer {
	width: 782px;
	height: 108px;
	float: left;
}
#menucontainer {
	width: 782px;
	height: 31px;
	float: left;
}
#bodycontainer {
	width: 782px;
	float: left;
}
#footercontainer {
	width: 782px;
	float: left;
}

/* 
/////////  HEADER  /////////
*/
#logoc {
	width: 411px;
	height: 108px;
	float: left;
}
#loginc {
	background-image: url(images/login-bg.jpg);
	width: 371px;
	height: 108px;
	float: left;
}


/* 
/////////  COLUMNAS  /////////
*/
#leftcontainer {
	width: 200px;
	height: 700px;
	float: left;
	background-image: url(images/center_bg.jpg);
}
#centercolumncontainer {
	width: 382px;
	float: left;
}
#rightcolumncontainer {
	width: 200px;
	float: left;
}

/* 
/////////  MENUS  /////////
*/
#leftmenubg {
	text-align: left;
	width: 200px;
	background-image: url(images/lefmenubg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	padding-bottom: 2px;
}
#leftbox {
	width: 200px;
	float: left;
	background-image: url(images/center_bg.jpg);
	margin-bottom: 10px;
}