BODY {
	height:100%;
	width:100%;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #546675;
	SCROLLBAR-HIGHLIGHT-COLOR: #546675;
	SCROLLBAR-SHADOW-COLOR: #546675;
	SCROLLBAR-3DLIGHT-COLOR: #546675;
	SCROLLBAR-ARROW-COLOR: #546675;
	SCROLLBAR-TRACK-COLOR: #546675;
	SCROLLBAR-DARKSHADOW-COLOR: #546675;
}
/* Formato textos */

.titulo { 
	font-family: Rotary; 
	font-size: 30px; 
	font-style: normal; 
	color: #000000; 
	font-variant: normal; 
	line-height: normal; 
	font-weight: normal;
}
.titulo_verde { 
	font-family: Rotary; 
	font-size: 30px; 
	font-style: normal; 
	color: #3D647F; 
	font-variant: normal; 
	line-height: normal; 
	font-weight: normal;
}

.titular { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000; 
	font-variant: normal; 
	line-height: normal; 
	font-weight: normal;
}
.titular_verde { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #3D647F; 
	font-variant: normal; 
	line-height: normal; 
	font-weight: normal;
}
.texto {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000; 
	font-variant: normal; 
	line-height: normal; 
	font-weight: normal
}
.texto_gris {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #989793; 
	font-variant: normal; 
	line-height: normal; 
	font-weight: normal
}


/* Vínculos generales */

a:link {
	text-decoration: none;
}
a:hover {  
	text-decoration: underline; 
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* vínculos textos */
a.texto:hover {
	text-decoration: underline;
}
a.texto_gris:hover {
	color: #EF4723;
	text-decoration: underline;
}
a.titular_verde:hover {
	color: #EF4723;
	text-decoration: none;
}