@font-face {
	font-family: MyCustomFont;
	src: url("../fonts/ROSSB__0.eot") /* EOT file for IE */
}
@font-face {
	font-family: MyCustomFont;
	src: url("../fonts/ROSSB__0.TTF") /* TTF file for CSS3 browsers */
}

html, body	{  
	margin:0; 
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: MyCustomFont;
	
	background: url(../img/fondo_sol.jpg) no-repeat center center ;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

#cont_cuerpo {
	height: 850px;
	width: 1200px;
	margin: 0 auto;
}

.logo {
	border: 0px solid;
	width: 391px;
	height: 175px;
	margin-left: 65px;
	margin-top: 40px;"
}

.bt {
	border: 0px solid;
	width: 185px;
	height: 102px;
	margin-top: 34px;
	vertical-align: top;
}

.bt_ini {
	border: 0px solid;
	width: 170px;
	height: 56px;
	margin-left: 550px;
	margin-top: 75px;
	vertical-align: top;
}

.bt, .bt_ini{			
	-webkit-transition:-webkit-transform 1s ease-out;
	-moz-transition:-moz-transform 1s ease-out;
	-o-transition:-o-transform 1s ease-out;
	-ms-transition:-ms-transform 1s ease-out;
	transition:transform 1s ease-out;
	
}

.bt:hover, .bt_ini:hover { /* Amplia el botón apuntado */
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1); 
	transform: scale(1.1,1.1);
}

.cont_centro {
	width: 1200px;
	margin-top: 126px;"
}

.textMante{
	margin-left: 67px;
	color: rgb(0,31,255);
	font-size: 32pt;
}

.textUME{
	margin-top: 22px;
	margin-left: 65px;
	color: rgb(0,31,255);
	font-size: 20pt;
}

.contacto {
	margin-left: 380px;
	margin-top: 30px;
	color: white;
	font-size: 22pt;
}

a:link   {
	color: white;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 30px;
	list-style: none;
}

li {
	color: rgb(0,31,255);
	font-size: 32pt;
	font-weight: bold;
	line-height: 120%;
}

.rueda {
	width: 23px;
	height: 23px;
	position:relative; 
	top: -5px;
	margin-right: 10px;
}

.cont_login	{
	z-index: 3;
	width: 280px;
	height: 310px;
	margin: 50px auto 0px;
	padding: 10px 5px 5px 40px;
	
	font-family: "AvantGarde Bk BT", Helvetica, Arial, "Franklin Gothic Book";
	
	/* border: 10px rgba(120,120,120,0.8) solid;
	background: rgb(215, 215, 215); */

	background: url(../img/marco.png) no-repeat center center ;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;

	-moz-box-shadow:  0px 0px 29px 0px rgb(128,128,128);
	-webkit-box-shadow:  0px 0px 29px 0px rgb(128,128,128);
	box-shadow:  0px 0px 29px 0px rgb(128,128,128);
}

input[type="text"], input[type="password"] {
	margin: 10px 0px 5px 0px;
    width: 200px;
	height: 1.2em;
}

.area {
	margin: -40px auto 0px;
	width: 1200px;
	text-align: center;
	
	/* -webkit-transform: translate(0px,-60px); 
	-moz-transition: translate(0px,-60px);
	-o-transition: translate(0px,-60px);
	-ms-transform: translate(0px,-60px); 
	transform:translate(0px,-60px); */
}

.t_a {
	z-index: 2;
	font-size: 100pt;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
}