@charset 'UTF-8'; 

.fondo{
	height: 100%;
	width: 100%;
	background-color: #f27d00;
}

@font-face {
@charset 'UTF-8'; 
    font-family: 'hand_of_seanregular';
    src: url('fonts/hand.eot');
    src: url('fonts/hand.eot?#iefix') format('embedded-opentype'),
         url('fonts/hand.woff') format('woff'),
         url('fonts/hand.ttf') format('truetype'),
         url('fonts/hand.svg#hand_of_seanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#contenedor { 
	padding:0;
	text-align:center;
}
	
.div-central{
	margin-top: 80;
	background-color: #f27d00;
	text-align: center;
	overflow: hidden;
	position: absolute;
	height: 450px;
	width: 900px;
	left: 50%;
	top: 50%;
	margin-top: -170px;
	margin-left: -450px;
	color: #ffffff;
	text-decoration: none;
	font-size: 19px;
	text-align:center;
}

.imgage{
	overflow: hidden;
	position: absolute;
	left: 601px;
	top: 50%;
	margin-top: -100px;
	margin-left: -150px;
	text-decoration: none;
}

.TEXT01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

.TEXT01 a:link {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
.TEXT01 a:visited {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.TEXT01 a:hover {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	border: none;
}
.TEXT02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}
.TEXT03 {
	font-family: "hand_of_seanregular";
	font-size: 30px;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
}
.textup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}
.form_down {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
}
.central{
	position:absolute;
	top:0;
	margin-top: -100px;
	margin-left: -100px;
}

.caja_menu{
	display:inline-block;
	padding: 50px 50px 10px 50px;
	width: 150px;
	height: 130px;
	-moz-transition: all 0.6s ease; 
	-webkit-transition: all 0.6s ease; 
	transition: all 0.6s ease; 
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align:center;
	margin-left: 0px;
}

.caja_menu:link{
	zoom: 1;
	color:#000;
	filter: alpha(opacity=30);
	opacity:0.3;
	}
	
.caja_menu:hover{
	zoom: 1;
	color:#000;
	filter: alpha(opacity=30);
	opacity:0.3;
	}

#espacio {
	margin: 10px 10px 10px 10px;}


.h3 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 5px;
	font-weight: bold;
	
}

#boton_enter{ margin-left: auto; margin-right: auto; width: 100px;	height: 25px;	background-color: #fff;	text-align:center;	color: #000;	font-family: Tahoma, Geneva, sans-serif; text-decoration: none;	font-size: 15px;	margin-top: 0px;	-webkit-border-radius: 15px;	-moz-border-radius: 15px;	border-radius: 15px;}
#boton_enter:link{	background-color: #fff;	text-decoration: none;	}
#boton_enter:visited{	background-color: #fff;	text-decoration: none;	}
#boton_enter:hover{	background-color: #009EDE;	text-decoration: none;	color: #FFF;	font-family: Tahoma, Geneva, sans-serif;}
#boton_enter a:link{	color: #000;	font-family: Tahoma, Geneva, sans-serif;	text-decoration: none;	font-size: 19px;	}
#boton_enter a:visited{	color: #000;	font-family: Tahoma, Geneva, sans-serif;	text-decoration: none;	font-size: 19px;	}
#boton_enter a:hover{	color: #FFF;	font-family: Tahoma, Geneva, sans-serif;	text-decoration: none;	font-size: 19px;}