/* CSS Document */
table, td, .defectuoso, input, textarea, select
{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.blanco
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.mote
{ 
	color:#015198;
	font-weight:bold;
	font-size:16px;	
	font-style:italic;		
}

h3
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 13px; 
	font-weight:bold;
	word-spacing: 0;  
	margin-top: 0; 
	margin-bottom: 0;
}

h1
{
	color:#333333;
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	font-weight:bold;
	word-spacing: 0;  
	margin-top: 0; 
	margin-bottom: 0;
}

h2
{
	color:#8AAABD;
	font-family: Arial, sans-serif; 
	font-size: 24px; 
	font-weight:bold;
	word-spacing: 0;  
	margin-top: 0; 
	margin-bottom: 0;
}


a:link, a:visited, a:active, 
{ 
	color:#333333;
	text-decoration:underline;	
}
a:hover
{
	color:#0000FF;
	text-decoration:none;
}
	a.menu:link
	{ 
		color:#015198;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;			
	}
	a.menu:visited
	{ 
		color:#015198;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;			
	}
	a.menu:active 
	{ 
		color:#015198;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;			
	}		
	a.menu:hover
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;
	}
	a.lonuevo:link, a.lonuevo:visited, a.lonuevo:active	
	{ 
		color:#FFFFFF;
		text-decoration:none;
	}
	a.lonuevo:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}
	a.oyan:link, a.oyan:visited, a.oyan:active	
	{ 
		color:#666666;
		text-decoration:none;
	}
	a.oyan:hover
	{
		color:#666666;
		text-decoration:underline;
	}
body
{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border:0;
}

#popitmenu{
	position:absolute;
	background-color: #F5F9FA; 
/*	background-color: #CFE0E8; */
	background-opacity: 0.8;
	padding: 5px;
	border:3;
	border-color: #FFFFFF;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	color:#015198;
	font-weight:bold;
	font-size:14px;
	line-height: 18px;
	text-decoration:none;
}

#popitmenu a:hover{
	color:#782127;
	text-decoration:none;
}