*{margin: 0; padding: 0;}
*html{
	height:100%;
}
html, body{
	height:100%;
	min-height:100%;
  	width: 100%;
	margin: 0px;
	padding: 0px;
}
html > body{
  	height:auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;

	}
a,ul, li, dt, dl, dd, img, h1, h3, h4, h5, h6, p, hr, form{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-position: inside;
	outline: none;
	color: #C0C0C0;
}
a:hover{
	color: #C0C0C0;
}



/* //////////////// portada //////////////////// */

#portada {
position: absolute;
top:33%;
left: 50%;
padding:50;
margin: -210px 0 0 -280px;
text-align: center;

}
.texto {
	color: #C0C0C0;
	margin-top:20px;
}
.portada2{
margin-top:20px;
}
.fondo {
	background: #fff url(img/fondo.jpg) repeat;
}


