/* Default elements */

html {
	margin:0px; padding:0px;
	height:100%;
}

body {	
	font: 10px verdana;
	background:#446 url(fondo02.jpg) no-repeat fixed;
	margin:0px;
	width:inherit;
	min-height:100%;
	position:relative;
	padding:0px;
	-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box;
}

hr {
	color:#aaaacc;
}

a:hover img {
	background:#ddf; 
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#547;
	border-bottom:1px solid #88f;
}

a:hover {
 	color: black;
	border-bottom:1px solid red;
}

a img {
	border:none; 
}

p {
	text-align: left;
	font-size:11px;
}


/* Cuerpo */

.cuerpo {
	background:white url(fondo.jpg) left top no-repeat fixed;
	color:black;
	width:600px;
	margin:30px auto 30px auto;
}

#cuerpo p, #cuerpo .bloque {
	margin:10px;
}


/* Vinculos de la página */

#weblinks {
	width:70%;
	min-width:650px;
	margin:0px auto;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	height:25px;
	position:relative;
}

#weblinks ul {
	display:block;
	width:100%;
	text-align: center;
	padding:0px; margin:0px;
	top:2px;
	position:absolute;
	z-index:20;
}

#weblinks li {
	display:inline;
	margin: 0px 13px 0px 13px;
}

#weblinks .abajo {
	margin:0px 44px 0px 44px;
	height:30px;
	background:url(arribaabajo.png) repeat-x left bottom;
	position:relative;
}

#weblinks h1 {
	margin:0px; display:inline; font-size:inherit;
}


#weblinks a {
	padding:0px 5px 2px;
	color:white;
	border-bottom:4px solid #224;
}

#weblinks a:hover {
	background:#334;
	border-color:white;
	color:#fdd;
}


/* Footer */

#footer {
	position:absolute;
	color:#779;
	text-shadow:1px 1px 2px #000;
	padding:5px;
	bottom:0px;
	right:0px;
	overflow:hidden;
}

#footer a {
	color:#779;
}

#footer a:hover {
	color:white;
}

#footer-space {
	margin-top:40px;
	padding-top:1px;
}
