td, body{ 
	font-family:Arial, Helvetica, sans-serif; 	
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}
body{background-color:#666666;}
p{	text-align:justify;}
ol, ul, p{
	margin-bottom:0px;
	margin-top:0px;	
}
img{	border:0px;	border-style:none;}
form{margin:0 0 0 0;}
/* ------ LINKS ------ */
a{
	text-decoration:none;
	color:#ffffff;	
}
a:hover{text-decoration:underline;}
/* ------ TITULOS ------ */
th{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;	
	text-align:left;
	color: #2C54AE;
}
h1, h2, h3, h4, h5{
	color: #666666;
	font-weight:bold;
	margin-bottom:0px;
}
h1{	font-size:20px;}
h2{	font-size:17px;}
h3{	font-size:15px;}
h4{	font-size:13px;}
h5{	font-size:11px;}

/* colors */
/* ------ */

/* capas */
#shadow{
	width:530px;
	background-color:#000000;
	margin:0 0 15 0;
}
#shadow #content{
	width:530px;
	background-color:#FFFFFF;	
	position:relative;
	right:3px;
	bottom:3px;
}
/* Menus Desplegables */
div.menus {
	position:absolute;
	visibility:hidden;
	margin-top:10px;
	margin-left:5px;
	width:80px;
	height:200px;
	z-index: 10;
}
div.menus  div{
	position:relative;
	margin-top:-1;
	padding-left:5px;
	padding-top:2px;
	width:200px;
	height:22px;	
	background-color:#666666;
	overflow:hidden;					
	border-collapse:collapse;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;	
}
/* ------ */