body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background:#0183a9 url(imagenes/sol.gif) no-repeat top left;*/
	text-align:center;
	background:#00bcf3 url(imagenes/cielo.gif) top repeat-x;
	/*background:#0183a9 url(imagenes/sol.gif) no-repeat top left;*/
}

#sol{
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}

ul{
	text-align:left;
	list-style-image: url(imagenes/arrow_down_48.png);
}

a:link, a:active, a:visited{
	color:#007fab;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

#contenedor{
	text-align:center;
	margin:auto;
	margin-top:30px;
	width:700px;
	border:solid 3px #aed7ff;
	background-color:#ffffff;
	padding:30px 10px 20px 10px;
	position:relative;
	z-index:3;
}

.tabla_enlaces{
	text-align:left;
	margin:auto;
	vertical-align:middle;
}

h2{
	color:#7a7a7a;
	text-shadow: 2px 2px 5px #c9c9c9;
}

#header{
	background: url(imagenes/header-bottom.jpg) bottom no-repeat;
	padding-bottom:25px;
}

#footer{
	background: url(imagenes/borde.png) top no-repeat;
	margin-top:60px;
	padding-top:15px;
	font-size:10px;
	color:#808080;
}


