@CHARSET "ISO-8859-1";

*{
	padding: 0;  
	margin: 0;  
	border: 0;  
	vertical-align: baseline; 
	outline: 0;
}

body { 
	margin:0px;
	padding:0px; 
} 

.subtitul{
	font-family:"Arial";
	font-size:15px;
	font-weight:bold;
	text-align: left;
	
	}
	
.textSimple{
	font-family:"Arial";
	font-size:14px;
	text-align: left;
	
	}
	
.boton_plano
{
border-right: 0px;
border-top: 0px;
font-weight: bold;
font-size: 20px;
background: #FF0000;
border-left: 0px;
width: 120px;
color: white;
border-bottom: 0px;
font-family: Arial;
height: 24px;
text-decoration: none;
padding-right: 5px;
padding-left: 5px;
}