@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

header, footer, aside, section, article
{
	display: block;
}

body{
	background-color:#FFF;
	height: 100%;
	background-image:url(../imagenes/image.jpg);
}

#tot
{
	width: 100%;
}

#tot>header
{
	position: relative;
	height: 86px;
}

#logo
{
	position: absolute;
	left: 70px;
	top: 20px;
	
}

#logo img
{
	width: 150px;
	height: 150px;
}

#fondo
{
	
	float: left;
	width: 225px;
	height:350px;
	margin-top: 100px;
	margin-left:25px;
	background-color:#FFF;
	opacity:0.4;

	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

aside
{
	position:absolute;
	float: left;
	width: 210px;
	height:200px;
	margin-top: 100px;
	margin-left:25px;
}

section
{
	float: left;
	position:absolute;
	width: 60%;
	margin-left:250px;
	
}
#titulo
{
  	float: left;
	width: 100%;
	height: 30px;
}
aside ul li
{
	list-style: none;
	display: block;
	height: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.enlace
{
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	width: 200px;
	height: 150%;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	opacity:0.7;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.enlace:hover
{
	background-color: #FFF;
	color: #000;
	opacity:1.0;

}

#boton
{
	margin-top:35px;
	margin-left:15px;
	
	
}


