/* CSS Document */
html, body	{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

html, td, select	{
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	line-height: 16px;
	font-size: 11px;
	color:#666666;
}
.textos {
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	line-height: 16px;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}

body	{
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

td	{
	vertical-align:top;
}

label	{
	cursor:pointer;
	display:block;
}

.mainContent	{
	background-color:#FFFFFF;
}

.searchInput	{
	margin-top:11px;
	background:none;
	border:0px none;
	height:12px;
	width:112px;
	
	font-size:10px;
	color:#999898;
	padding:4px;
}

.loginInput	{
	background-color:#CCC;
	height:15px;
	width:92px;
	
	font-size:10px;
	color:#000;
	padding:0px;
	margin:0px;
}

.link, .link:hover, .link:visited	{
	color: #000;
	text-decoration:none;
}
.link2, .link2:hover, .link2:visited	{
	color:#666666;
	text-decoration:none;
}
.link:hover, .link2:hover	{
	text-decoration:underline;
}

.headerLink	{
	background-image:url(../images/headerSep.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

.headerLink a, .headerLink a:hover, .headerLink a:visited	{
	color: #000;
	font-size:10px;
	text-decoration:none;
	padding:7px;
}

.headerLink a:hover	{
	text-decoration:underline;
}

.menuUp, .menuUp:hover, .menuUp:visited,
.menuDown, .menuDown:hover, .menuDown:visited	{
	color: #000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	height:17px;
	width:61px;
	background-image:url(../images/menuUp.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	display:block;
	float:left;
}
.menuDown, .menuDown:hover, .menuDown:visited	{
	background-image:url(../images/menuDown.gif);
}
.menuUp:hover, menuDown:hover	{
	text-decoration:underline;
}

.loginText	{
	color:#FF3300;
}

.footer	{
	border-top:1px solid #F3F4F9;
	background-color:#D1D3E7;
}
.footer td	{
	vertical-align:middle;
	color:#000000;
}

.title	{
	font-size:11px;
	font-weight:bold;
	color:#F28E06;
	padding:5px 0px 5px 0px;
}

.comment	{
	font-size:9px;
	color:#ACACAC;
}

.subtitle	{
	font-size:11px;
	color:#454545;
}

.intro	{
	font-size:9px;
	color:#959595;
}

.verMas, .verMas:hover, .verMas:visited	{
	color:#F28E06;
	text-decoration:none;
}

.verMas:hover	{
	text-decoration:underline;
}


.menu	{
}

.menu a, .menu a:hover, .menu a:visited	{
	color:#000;
	display:block;
	padding:5px;
	margin:0px 5px 0px 5px;
	text-decoration:none;
	border-bottom:1px dotted #666666;
}

.submenu a, .submenu a:hover, .submenu a:visited	{
	color:#000;
	display:block;
	padding:5px;
	margin:0px 5px 0px 5px;
	text-decoration:none;
}

.menu a:hover	{
	text-decoration:underline;
}

.path, .path:hover, .path:visited, .pathSel	{
	padding:3px;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
}

.path:hover	{
	text-decoration:underline;
}

.pathSel	{
	color:#FFFFFF;
}

.bigTitle	{
	color:#FCB61F;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
}

/* POLL */
.pollTitle	{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.pollBar, .pollBar *	{
	height:14px;
	background-repeat:no-repeat;
	background-position:left center;
}
.pollBar	{
	width:105px;
	background-image:url(../images/pollBarBack.gif);
}
.pollBar .Fill	{
	position:absolute;
	background-image:url(../images/pollBarFill.gif);
	background-repeat:repeat-x;
}
.pollBar .Fill .BarL	{
	position:absolute;
	top:0px;
	left:0px;
	width:5px;
	background-image:url(../images/pollBarL.gif);
}
.pollBar .Fill .BarR	{
	position:absolute;
	top:0px;
	right:-5px;
	width:5px;
	background-image:url(../images/pollBarR.gif);
	background-position:right center;
}
.rowLineSep td	{
	border-top:1px solid #EEE;
	border-bottom:1px solid #DDD;
}
.rowLineHL	{
	background-color:#FFF;
}
.rowLineHLOdd	{
	background-color:#F5F5F5;
}
.rowLineHL:hover, .rowLineHLOdd:hover	{
	background-color:#E8E8FF;
}
.utimo_minuto{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #355c87;
	font-weight:bold;
}

/*

.footer	{
	background-color:#161F2A;
	color: #999999;
	font-size:10px;
}

.footer a, .footer a:hover, .footer a:visited	{
	color: #999999;
	font-size:10px;
	text-decoration:underline;
}

.footer a:hover	{
	color: #BBBBBB;
}

.menuOption, .menuOption:hover, .menuOption:visited	{
	background-color:transparent;
	color:#999999;
	padding:8px 8px 3px 8px;
	display:block;
	text-decoration:none;
	border-right:1px solid #18212D;
	white-space:nowrap;
	line-height:normal;
}

.menuOptionOver, .menuOptionOver:hover, .menuOptionOver:visited	{
	background-color:#1A3349;
	color:#FFFFFF;
	padding:8px 8px 3px 8px;
	display:block;
	text-decoration:none;
	border-right:1px solid #18212D;
	white-space:nowrap;
	line-height:normal;
}

.menuOptionSel, .menuOptionSel:hover, .menuOptionSel:visited	{
	background-color:#4A6379;
	color:#FFFFFF;
	padding:8px 8px 3px 8px;
	display:block;
	text-decoration:none;
	border-right:1px solid #18212D;
	white-space:nowrap;
	line-height:normal;
}

.subMenu	{
	background-color:#6D8296;
	position:relative;
	top:4px;
	padding-left:8px;
	padding-right:8px;
	white-space:nowrap;
	line-height:normal;
}
.subMenu a, .subMenu a:hover, .subMenu a:visited	{
	background-color:#6D8296;
	color:#FFFFFF;
	padding:6px 0px 6px 0px;
	display:block;
	text-decoration:none;
	white-space:nowrap;
	line-height:normal;
}
.subMenu a:hover	{
	text-decoration:underline;
	line-height:normal;
}

.subMenuSep	{
	border-bottom:1px solid #425161;
	line-height:normal;
}

.bigTitle, .title, .selText	{
	color:#003366;
	font-size:21px;
	font-weight:bold;
}
.bigTitle div	{
	margin-top:3px;
}

.title	{
	font-size:13px;
}

.selText	{
	font-size:10px;
}
.dateText	{
	color:#999999;
	font-size:10px;
}

.indicText	{
	font-size:11px;
}

.linkVerMas, .linkVerMas:hover, .linkVerMas:visited	{
	background-image:url(../images/linkBullet.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:10px;
	color:#6DB9E4;
	text-decoration:none;
	white-space:nowrap;
	line-height:normal;
}

.linkVerMas:hover	{
	text-decoration:underline;
}

.noticeSep	{
	border-bottom:1px solid #DAE4E5;
}

.rightSep	{
	border-right:1px dotted #B2B2B2;
}

.bottomSep	{
	border-bottom:1px dotted #B2B2B2;
}

.loginInput	{
	background-image:url(../images/loginInput.gif);
	background-repeat:no-repeat;
	border:0px none;
	height:14px;
	width:134px;
	
	font-size:10px;
	color:#999898;
	padding:4px 3px 2px 3px;
}

.about	{
	background-color:#E4EAED;
	padding:20px;
}


.contactInput	{
	width:100%;
	border:1px solid #B5B5B5;
}

.contactTable	{
	background-color:#DAE4E5;
}

.indicLink, .indicLink:hover, .indicLink:visited	{
	vertical-align:middle;
	margin:2px;
	background-color:#FFF;
	cursor:pointer;
}

.indicLink:hover	{
	background-color:#4A6379;
}
*/