body{
	text-align: center;
	background-color: #ffffff;
	margin: 30px;
	font-family: Helvetica;
}
 
 
h3{
 	text-align: center;
 	font-size: 18pt;
 	line-height: 25pt;
 	color: #229bd9;
 }
 
 
 
a{
	text-decoration: none;
	color: #229bd9;
	font-family: Helvetica;
	font-size: 12pt;
}


a:hover{
	text-decoration: none;
	color: #1b7bae;
}


.autor{
	font-weight: bold;
	color: #229bd9;
}


 
.letrachica{
	font-size: 10pt;
	line-height: 20pt;
}
 

.mensaje{
	color: #1b7bae;
	font-size: 12pt;
	line-height: 20pt;
}






.tabla{
	width: 90%;
	text-align: center;
}
 
 
.tablatemas{
	width: 90%;
	text-align: center;
	border: 1px solid #229bd9;
}


.tablatemas td{
	width: 15%;
	text-align: center;
	font-size: 10pt;
}

.tablatemas tr{
	border: 1px solid #229bd9;
}



 
 

 
 .tablatitulo{
	width: 90%;
	text-align: center;
	background-color:  #229bd9;
}


.tablatitulo td{
	width: 15%;
	text-align: center;
	font-size: 12pt;
	color: #ffffff;
}


.tablatitulo a{
	font-size: 12pt;
	color: #ffffff;
}
 
 
 
 .tablapost{
	width: 90%;
	text-align: center;
	border: 1px solid #229bd9;
}


.tablapost td{
	width: 15%;
	vertical-align: top;
	text-align: center;
	font-size: 12pt;
}
 
 
 
 .tablainterna{
	width: 100%;
	text-align: center;
	background-color: #cbeaf9;
}


.tablainterna td{
	width: 15%;
	text-align: right;
	font-size: 12pt;
}
 
 
 
 .error{
	background-color: #FFD7CA;
	color: black;
	border: 1px solid Red;
}


 
 
 
 
 
 
 
 
 
 
