/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-image: url("body.png");
	background-color: #ffffFF;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	
}

a {
	color: #85859c;
	text-decoration: underline;
}
a:hover {
	color: #0A258C;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 0px 0px 0px;
	text-align: justify;
	line-height: 14px;
}

#page_header {
	width: 780px;
	height: 130px;
	color: #fff;
	background: url() repeat-x 0px 0px;
	overflow: hidden;
}
/*#mainMenu {
	text-align:center;
	background:#204b9d;
	}*/
#navi {  
	list-style:none;
	width:780px;

}
#navi li {
	margin:0px;
	padding:0;
	float:left;
	width:156px;
	height:35px;
	background:#34466e;	
}
#navi li a {
	display:block;
	width:135px;
	height:20px;
	padding:6px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#34466e;
}
#navi li a:hover {
	color:#FFFFFF;
	background-color:#5d626e;
}
#container {
	margin: 0px auto;
	width: 780px;
	border-color: #c2c2cd;
	border-width: 0px 1px 1px;
	border-style: solid;
	background-image: url("body.jpg");
}
.rssBlock, rssBlock td
{
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	color: #black;
	border-width: 0px 1px 1px;
	padding-right:10px;
}

.rssParentTitle
{
	font-size:12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

.rssTitle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	color: #3165c6;
	font-weight: bold;
}

#rssLocation
{
	float:left;
}

#rssMenu
{
	float:left;
}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
#page_menu {
	margin-bottom: 0px;
	width: 780px;
	height: 21px;
}

#page_menu ul {
	width: 780px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 0px;
	width: 130px;
	height: 21px;
	float: left;
	background: url('images/menu_background2.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}
#shadow
	{
		margin: 0 auto 0 auto; /* centrar en DIV */
		width: 780px; /* ancho del DIV */
		height: 10px;/* Especificamos el alto resultante después de haber cortado la imagen (header.png)*/ 
		background-image: url("images/shadow.gif");
		background-repeat: repeat-x;; /* Evitamos que se repita la visualización de la imagen*/
	}
/* Main Content Area */

#main_content
	{
	margin-right: 0px;
	width: 780px;
	text-align: center;
	}

#main_content .h_divider {
	margin-bottom: 0px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}
#main_content .v_divider {
	margin-bottom: 1px;
	height: 300px;
	width: 1px;
	background-color: #c2c2cd;
}
#main_content .v_divider2 {
	margin-bottom: 1px;
	height: 1200px;
	width: 1px;
	background-color: #c2c2cd;
}
#main_content .sombra {
	height: 60px;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}
#tabla {
	margin-bottom: 0px;
	width: 780px;
	
}

#tabla ul {
	width: 780px;
	list-style-type: none;
	overflow: hidden;
}

#tabla td {
	margin-right: 1px;
	width: 129px;
	height: 21px;
	float: left;
	background: url('') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#tabla li.last {
	margin-right: 0px;
	width: 130px;
}

/* Page Footer */

#page_footer {
	width: 780px;
}
