﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #000000 url(images/bgbody.gif) repeat-y center top;
}
a{
	color:#3E3D3D;
	text-decoration:none;
	font-weight:bold;
	background:inherit;
	/*background-color:#FFFFFF;*/
}
.news_title{
	font-size:12px;
	font-weight:bold;
	color:#3E3D3D;
	background:inherit;
	padding:0px 0 3px 0;
}
.news_title a{
	color:#F26522;
	background:inherit;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.copy{
	background-image:url(images/bottom2.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	background-color:inherit;
}
.copy a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
}
.link{
	font-weight:bold;
	color:#F26522;
	background:inherit;
	font-size:11px;
	text-decoration:underline;
}
.link1{
	font-weight:normal;
	color:#F26522;
	background:inherit;
	font-size:11px;
	text-decoration:underline;
}
.link2{
	font-weight:bold;
	color:#F26522;
	background:inherit;
	font-size:11px;
	text-decoration:underline;
}
.fecha{
	background-image: url(images/title_fecha.gif);
	color: White;
}
.login{
	width:228px; height:110px;
	color: #FFFFFF; 
	background-image:url('images/login_bg.gif'); 
	background-repeat:no-repeat; 
	background-position:right; color:#FFFFFF;
	font-size: x-small; 
	font-weight:bold; 
	margin:0px 0 0 3px;
}
.boton{
	background-color: gray;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	border: solid;
	border-color: #333333;
	border-width: 1px;
}
.applemenu{
margin: 5px 0;
padding: 0;
width: 456px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url('images/silvergradient.gif') repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url('images/silvergradientover.gif');
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

#dropmenudiv{
position:absolute;
margin-top: 2px;
border:1px #386C98;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	color: #FFFFFF;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #386C98;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #6C9ECA;
}


