@charset "UTF-8";
/* CSS Document */
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"Gill Sans Light", Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
body {
	background-image: url(../imagenes/fondo.jpg);
	background-attachment:fixed;
}
p
{
	text-align: center;
}
div
{
}
a
{
	text-decoration:none;
	color:#333;
	
}
a:hover
{
	text-decoration:underline;
	
}
a:hover img
{
	text-decoration:none;
	
}

a img
{
	text-decoration:none;
	
}

#espacio
{
	/*height:402px;*/
	
}
#header
{
	
}
#bottom
{
	padding-bottom:5px;
	padding-top:5px;
	
}

#bottomLine
{
	padding-top:5px;
	height:5px;
	
}


#content
{
	border-top:#47586A 1px solid;
	border-bottom:#47586A 1px solid;
	padding-bottom:10px;
	padding-top:10px;
	
}
