/*Principales*/
h1 {	margin: 20px;
	color:#black;
	font-size:large;
	text-align:center;
	font-weight: normal;}

body {
	margin-top: 0px;
	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: black;
	background: white;
	text-decoration: none;
}

/*Colores*/
.marroncito   {color:#CC6633;}
.negro        {color:#000000;}
.gris 	      {color:#999999;}

/*Links*/
a.negro 			{color:#000000;}
a.marron 			{color:#271403;	font-weight: normal; text-decoration: none;}
a.marroncito 	{color:#CC6633;	text-decoration: none;}
a.azul				{color:#2E67C7;	text-decoration: none;}

/*Otros*/
img {	border: 0px;}

.centrar {text-align: center;}

.cuerpo {
	margin-top: 25px;
	text-align: left;
	font-weight: normal;
	color:#271403;
	font-size: medium;
}

.publi {
	margin-top: 20px;
	text-align: left;
	font-weight: normal;
}

.pie {
	margin: 25px;
	font-size: small;
	font-weight: normal;
	text-align: center;
}

.footer { color: #fff; background-color: #271403; padding: 3px 0px 4px 4px; border-top: 1px solid #CC6633; }
