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

#section0 {
	position: relative;
	height: 100%;
	top: 0;
}
#cont_section0 {
	position: relative;
	width: 960px;
	height: 600px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	text-align: center;
}
h1 {
	font-family: "Anton", Helvetica, sans-serif;
	font-size: 3.0em;
	color: #F00;
	letter-spacing: .2em;
	text-shadow: 3px 3px 5px #aaa;	
	padding-left: 250px;
}
a {
	font-size: 1.2em;
	color: #333;
	text-decoration: underline;		
}
#caja_portada {
	position: absolute;
	width: 100%;
	height: 600px;
	top: 100px;
	overflow: hidden;
}
#botones_index {
	position: relative;
	width: 130%;
}
#boton_activ img {
	position: absolute;
	width: 250px;
	top: 130px;
	left: 340px;
}
#boton_acceso img {
	position: absolute;
	width: 250px;
	top: 130px;
	left: 640px;	
}
#boton_logout img {
	position: absolute;
	width: 250px;
	top: 130px;
	left: 640px;
}
#mascota {
	position: absolute;
	width: 230px;
	top: -60px;
	left: 0;
}
.zoom img {
	transition: transform .2s;
}
.zoom img:hover {
    transform: scale(1.2);
}
a#boton_registro,
a#boton_student,
a#boton_admin,
a#boton_contacto {
	position: absolute;
	width: 140px;
	height: 21px;
	top: 708px;
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
	padding: 4px 7px 0 7px;
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #ccc;
}
a#boton_registro {
	left: 250px;
	background-color: #090;
}
a#boton_student {
	left: 250px;
	background-color: #090;
}
a#boton_admin {
	left: 250px;
	background-color: #C6F;
}
a#boton_login {
	left: 220px;
	background-color: #090;
}
a#boton_registro:hover,
a#boton_admin:hover {
	cursor: pointer;
}
a#boton_contacto {
	width: 240px;
	top: 708px;
	left: 448px;
	background-color: #09F;
	z-index: 999;
}