* {
	/* Pone a cero los márgenes y espacios del navegador y la fuente al tamaño por defecto */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}


body { color: #333; font-size: 11px; font-family: "Lucida Grande", Verdana, Sans-serif; line-height: 13px; background-color: #666666; margin-top: 24px; }


/* Estructura de la página */
#caja { width: 746px; min-width: 746px; margin: 0 auto; background-color: #666; }
	
	#lateral { width: 126px; min-width: 126px; background-color: #666666; text-align: right; float: left; padding-top: 12px; }
	
	#cuerpo { width: 540px; min-width: 540px; background-color: #fff; float: right; padding-top: 36px; padding-right: 40px; padding-left: 40px; }
img { margin-bottom: 6px; }
hr { color: #999; margin-top: 8px; margin-bottom: 8px; }
/* Tipografía */

p { 
	color: #333; font-size: 11px;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	line-height: 13px;
	}
	
a { 
	color:#f90;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	text-decoration: none; 
	}

a:hover  {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: underline;
	}
.ladillo {
	color: #f90;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	}
	
.seccion {
	color: #3d623d; font-size: 12px;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	ont-weight: bold;
	}
	
.negrita {
	font-weight: bold;
	}
	
.pie {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	}

/* Colores */

.gris-texto {
	color: #333;
	}

.gris-claro {
	color: #999;
	}

.naranja  {
	color: #f90;
	}

.blanco {
	color: #fff;
	}

.verde {
	color: #3d623d;
	}
	
.allo {
	color: #ffde79;
	}
.rojo { color: #8b0000; }
/* Formulario */
.campo { margin-top: 6px; margin-bottom: 6px; border-bottom: 1px solid #999; border-top-style: none; border-top-width: 0; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-width: 0; }
