* {
padding: 0;
margin: 0;
}

html, body {
height: 100%;
}
body {
	padding: 0;
	margin: 0px;
	background-repeat: repeat-y;
	height: 100%;
}

#site{
	width: 640px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px 0px 100px;
	top: 0px;
}
#pie{
	width: 903px;
	margin: 0px;
	height: 110px;
	float: both;
}
/* BARRA SUPERIOR */
#barra-superior {
	height: 67px;
	
}

#barra-superior h1{
	margin-top: 30px;
	margin-left: 40px;
	color:  #FFFFFF;
}

/* TEXTO */
.texto{
	font-family: Verdana, Arial bold, 'Lucida Sans Unicode', Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	color:  #000000;
	margin-top: 0px;

	
}
#contenido{
	margin-left: 40px;
	margin-right: 25px;
	padding-top: 25px;

}

h1{
	font-family:Verdana;
	font-weight:bold;
	text-align: center,
	font-size: 13pt;
}

h2{
	font-weight:bold;
	font-family:Verdana;
	margin: 5px auto 5px auto;
	font-size: 11pt;
}

a.volver{
	font-family: Verdana, Arial bold, 'Lucida Sans Unicode', Helvetica, sans-serif;
	float: right;
	padding-right: 30px;
	color: #333333;
}

a.volver:hover{
	float: right;
	padding-right: 30px;
	color: #999999;
}

a{
	font-family: Verdana, Arial bold, 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #333333;
}

a:hover{
	color: #999999;
}

#menuInterior{
	font-family: Verdana, Arial bold, 'Lucida Sans Unicode', Helvetica, sans-serif;
	margin:15px 20px 5px 20px;
	font-size:8pt;
	width:600px;
	text-decoration: none;
}

#menuInterior a{
	color: #f87a17;
	text-decoration: none;
}

#menuInterior a:hover{
	text-decoration: underline;
}

a.linkhome{
	position:absolute;
	width: 120px; /*Aqu&iacute; pones los tamaņos que desees*/
	height: 60px;
	margin:20px 10px 0px 475px;
}