/* CSS Document */


html{ margin:0; padding:0}
body{
	text-align:center;
	font-family:Trebuchet Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/fondo_degrd2.jpg);
}
h1{ font:bold 120%/150% Trebuchet Verdana, Arial, Helvetica, sans-serif; color:#009933;}
h2{ font:normal 100%/120% Trebuchet Verdana, Arial, Helvetica, sans-serif; color:#003399;}
img{ border:0;}
ul{
	font:normal 100%/150% Trebuchet Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	list-style-position: outside;list-style-image: url(cuadro_azul.gif);
	text-indent: 50px;
	white-space: normal;
}
a:link{ text-decoration:none; color:#009900;list-style-image: url(cuadro_azul.gif);}
a:visited{  color:#0099FF; list-style-image: url(cuadro_azul.gif); }
a:hover{text-decoration:none; padding:0 20px; color:#000066; background-color:#99CC00; list-style-image: url(cuadro_verde.gif);}
#contenedor{

	width:800px;
	height:900px;
	margin:0 auto;
	background-color: #FFF;
	background-image: url(img/fondo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#proyecto{width:800px; clear: both;}
#listas{width:800px; clear: both;}
#columna11{ width:350px; float:left;}
#columna22{ width:350px; float:right;}
#columna1{ width:350px; float:left;}
#columna2{ width:350px; float:right;}
#flash{ width:800px; clear: both;}
#flash1{ width:350px; float:left;}
#flash2{ width:350px; float:right;}
img :hover{ text-decoration:none; padding:0; color:#FFF;}

/*parallax
#montanas {
     background: url(img/fondo_degrd.gif) 30% bottom repeat-x;
     position: absolute;
     height: 100%;
     width: 100%
}
#arboles {
     background: url(img/nubes.png) 50% bottom repeat-x;
     position: absolute;
     height: 100%;
     width: 100%
}
#hojas {
     background: url(img/pamplona.png) 70% bottom repeat-x;
     position: absolute;
     height: 100%;
     width: 100%
}
*/
