/* 
Estilos nuevo site Julio 2010 
*/
body {
	overflow:hidden;
	background-image:url(bg.gif);
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	}
h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:18px;
	}

#header, #content, #footer {
	margin:auto;
	/*-moz-box-shadow: 3px 3px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;*/
	}
#header {
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	letter-spacing:-2px;
	font-style:italic;
	color:#333;
	/*background-color:#111;*/
	}
#content {
	margin-top:150px;
	background-color:#CCCCCC;
	height:150px;
	padding-top:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-align:center;
	overflow:hidden;
	}
#content:hover {
	background-color:#DDD;
	height:600px;
	width:250px;
	margin-top:0px;
	
}
#footer {
	/*margin-bottom:-0px; */
	height:17px;
	/*background-color:#444;*/
	position: fixed;
	bottom: 0;
	width:100%;
		}


