html { text-align: center; /* IE5 hack */ }
body { text-align: left; /* IE5 hack */
        width: 653px;
        margin: 0 auto;
		background-image:url(../img/fondo.gif);
		background-position:top left;
		background-repeat:repeat;
	   	font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #545454;
}

* { margin: 0; padding: 0; }


/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active, a:link{
	text-decoration:none;
	color: #a30234;
	font-size:9px;
	font-weight:bold;
}

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


/***** Tables *****/

table {
border:0;
margin:0px;
padding:0px;
}

	table tr td {
	padding:0px;
	line-height:14px;
	}
li {
line-height:16px;
	}
ul  {
margin:0px 0px 0px 65px;
	}
/************** content tag styles **************/
#doc{
background-color:#FFFFFF;
min-height:500px;
font: Tahoma, Arial, Helvetica, sans-serif;
}

#logo{
float:right;
padding:0px;
padding:7px 2px 0px 0px;
}
#header{
height:51px;

}
#contacto{
float:left;
width:50px;
padding:39px 0px 0px 2px;
}
#nav{
width:653px;
height:23px;
background-color:#6b0424;
}
#contenido{
padding:25px 25px 0px 25px;
}

/**************general styles **************/
.rojo11{
color:#f3210c;
font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.gris9{
font-size:9px;
color:#000000;
}
a.gris11{
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		font-weight:normal;
}
.centro{
text-align:center;
}