/* CSS Document */
@font-face {
    font-family: "Gotic";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("font/GOTHIC.woff") format("woff"), url("font/GOTHIC.ttf") format("truetype");
}
body{
	font-family: Gotic;  
	background-color:#404040;
}
.link{ border:none; text-decoration:none;}
.contenedor_titulo{
	font-family:Verdana, Geneva, sans-serif;
	width:30%;
	height:40px;
	/*box-shadow: 0px 0px 15px #9e9e9e;*/
	background-color:#0077da;
	margin-left:37%;
	margin-top:-2%;
	border-radius: 3px 3px 3px 3px;
	font-size:40px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0px 15px 0px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	z-index:1;
	position:absolute;
	}
.contenedor_login{
	width:35%;
	height:250px;
	/*box-shadow: 0px 0px 10px #CCC;*/
	background-color:#FFFFFF;
	margin-left:35%;
	margin-top:10%;
	border-radius: 3px 3px 3px 3px;
	z-index:2;
	}
	.contenedor_txt{ width:98%; height:35px; padding:40px 5px 10px 5px; margin-left:auto; margin-right:auto;}
		
		.txt{ width:98%; height:30px; font-size:22px; color:#0154a0; outline:0px; text-align:center; padding:20px 0px 0px 0px; border-top:0px; border-left:0px; border-right:0px; border-bottom: 1px #CCCCCC solid; margin-top:10px;}
			.txt:focus{border-bottom: 2px #0075d2 solid;}
			.txt:hover{border-bottom: 2px #0075d2 solid;}
		
		.select{ width:98%; height:50px; font-size:22px; color:#0154a0; outline:0px; text-align:center; padding:20px 0px 0px 0px; border-top:0px; border-left:0px; border-right:0px; border-bottom: 1px #CCCCCC solid; margin-top:10px;}
			.select:focus{border-bottom: 2px #0075d2 solid;}
			.select:hover{border-bottom: 2px #0075d2 solid;}
		

	.contenedor_botones{width:98%; height:auto; padding:90px 0px 0px 0px; margin-left:auto; margin-right:auto;}
		.boton{ width:98%; height:45px; border-style:none; cursor:pointer; border-radius: 3px 3px 3px 3px; background-color:#0077da; font-size:15px; color:#ffffff; padding:10px;}
		.boton:hover{/*box-shadow: 0px 8px 15px*/  background-color:#23bbfc;}