@charset "utf-8";
/* CSS Document */

body  {
	margin: 0px;
	padding: 0px;
}
.celda1  {
	background-image: url(../images/fondo_home.jpg);
	background-repeat: repeat-y;
	/*width: 284px*/
}
.menu1  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background: #7a003c;
	height: 20px;
	vertical-align: middle;
	text-decoration: none;
	
}
.menu2  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	color: #7a003c;
	background: #FFFFFF;
	height: 15px;
	vertical-align: middle;
	text-decoration: none;
}
.destacado  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FF0000;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}
.titular  {
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #275cab;
	margin-bottom: 5px;
	margin-top: 10px;
}
.texto  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.texto2  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.pie {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background: #7a003c;
	vertical-align: middle;
	text-decoration: none;
	height: 40px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 11px;
}