/* CSS Reset */

html{
	background-image:url(../../imagenes/pagina/fondoverde.jpg);
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, ol, ul, li,
table, tr, td, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}

a{
	text-decoration:none;
}




body {line-height: 1; 
      width:100%; 
      height:100%; 
	  background-image:url(../imagenes/fondo.jpg);}

ol, ul {list-style: none;}

.current{
	color:#093 !important;
}




