/* INICIALIZADORES ======================================== */

/* Neutraliza los estilos de los diferentes navegadores: 
   Elementos que queremos limpiar enteramente: */
html, body, form, fieldset, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	padding: 0;
	margin-top: 0;
	margin-right: 34;
	margin-bottom: 0;
	margin-left: 45;
}

/* Neutraliza estilos: 
   Elementos que deben llevar margen vertical: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
    padding: 0;
}

/* Se aplica margen izquierdo:
   Solo a los elementos que los necesitan: */
li, dd, blockquote {
	margin-left: 2em;
}

/* Miscelaneos: */
form label {cursor:pointer;}
fieldset {border: none;}
a {outline:none}

/* Form field text-scaling */
input, select, textarea {font-size: 100%;font-family: inherit;}




#wrapper #main #boxes #boxCenter div {
	text-align: center;
}

.image_leyenda{ display:block; float:left; width:282px; padding-right:10px;}

.texto_leyenda {  display:block; float:left; width:282px; text-align:center; font-size:10px; color:#333; }