/* Documento CSS por Oficina de Asuntos Gráficos */


		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
div#content {
position: relative; 
margin: 0 auto;
padding: 0;
font-size:small;
font-weight:bold;
width:320px;
}
		
body {
margin: 0;
padding: 20px 0 0 0;
text-align:center;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#000;
background-color:#ecdf83;
}

a {
color:#000;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:underline;
}


.arriba {
width:320px;
clear:both;
padding-top:200px;
}

.izquierda {
width:160px;
text-align:left;
float:left;
padding:20px 0;
}

.derecha {
width:160px;
text-align:right;
float:right;
padding:20px 0;
}

.abajo {
width:320px;
clear:both;
}





