body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-repeat:repeat-x; 
	background-color:#030303;
}
a:hover{
	text-decoration:underline;
}
.style1 {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}	
.style2 {
	color: #a9a9a9;
	font-size: 12px;
	font-family: arial;
	text-decoration: none; 
}
.style3 {
	color: #3d3d3d;
	font-size: 12px;
	font-family: arial;
	text-decoration: none; 
}
.style3_azul {
	color: #456bbc;
	font-size: 12px;
	font-family: arial;
	text-decoration: none; 
}
.style3_titular {
	color: #456bbc;
	font-size: 16px;
	font-family: arial;
	text-decoration: bold; 
}
.style3_tabla {
	color: #3d3d3d;
	font-size: 11px;
	font-family: arial;
	text-decoration: none; 
}
.style4 {
	color: #3f68b7;
	font-size: 12px;
	font-family: arial;
	text-decoration: none; 
}
.fecha {
	background:#e61000; 
	color:#FFFFFF; 
	line-height:2em; 
	padding:2px 5px 2px 5px;}
.boton{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #F0F0F0;
	font-weight: normal;
	height: 18px;
}
.textarea{
	font-family: arial;
	font-size: 11px;
	background-color: #F8F8F8;
	font-weight: normal;
	border: 1px solid #B7B7B7;
	height: 18px;
}
.textareag{
	font-family: arial;
	font-size: 11px;
	background-color: #F8F8F8;
	font-weight: normal;
	border: 1px solid #B7B7B7;
	scrollbar-face-color: #A2A2A2;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-3dlight-color: #BEBEBE;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #BEBEBE;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:22px;
z-index:100;

}

#dropmenudiv a{
width: 200x;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 1px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #476db8;
}