@charset "utf-8";

@font-face {
    font-family: MyArialNarrow;
	src:url(ARIALN.TTF);
  }
#deck {
    display: none;
}
#raitings {
    display: none;
}
#engine {
    display: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family:'MyArialNarrow', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
}

td,th {
	font-family:'MyArialNarrow', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
}

img {

}

.edit {
	max-width: 18px;
	min-width: 14px;
	height: auto;
	text-align: center;
}




.view {
	max-width: 25px;
	min-width: 16px;
	height: auto;
	text-align: center;
}

.gray-text {
	color:#e5e2e2;
	}

@font-face {
    font-family: MyArialNarrow;
	src:url(ARIALN.TTF);
  }
select{
  width: 100%;
 max-width: 450px !important;
 border-radius:5px;
border:1px solid #A3AACE;
padding:6px;
font-size:14px;
}

input[type=text], input[type=password]{
width:100%;
max-width: 450px !important;
border-radius:5px;
border:1px solid #A3AACE;
padding:6px;
font-size:14px;
}


.textarea {
width:100%;
max-width: 450px !important;
border-radius:5px;
border:1px solid #A3AACE;
padding:6px;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
}


.button {
    background-color: #A3AACE; 
    border: none;
    color: white;
	padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	cursor: default;
}

.welcome {
	color:#6d6b6b;
	font-size:26px;	
	}

.button-login {
    background-color: #6671AA; 
    border: 1px solid #fff;
	border-radius:3px;
    color: white;
	padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.button-logout {
    background-color: #ffffff; 
    border: 1px solid #6671AA;
	border-radius:3px;
    color: #6671AA;
	padding: 5px 5px;
	margin-top:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	max-width:90px;
	min-width:90px;
}

.button-white {
    background-color: #fff; 
    border: 1px solid #4e6f98;
	border-radius:10px;
    color: black;
	padding: 18px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	max-width:200px;
	min-width:150px;
}


.button-mainmenu {
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: 1px solid #6670A3;
		background:#00205b;
    color: white;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	width:150px;

	border-radius:10px;
	margin-bottom:15px;
}




.button-mainmenu:hover {
    border: 1px solid #959ca1;
	background:#959ca1;
    color: white;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	width:150px;
	border-radius:10px;
	
}


.strong {
	font-weight:bold;
}

#container {
	 width:100%;
	 margin: 0 auto;
	 height:auto;
	 max-width:1200px;
	 min-width:900px;
	 background:#ffffff;	 
}

#container-verification {
	 width:100%;
	 margin: 0 auto;
	 height:100%;
	 max-height: 700px;
	 min-width:250px;
	 background:#ffffff;	 
}


.blanco {
	color:#fff;
	}
.small {
	font-size:15px;
	}	

.rojo {
	color:red;}
.azul {
	color:#0a5bef;}	

#header {
	width:100%;
	background-color:#fff;
	color:#000000;
	
	}
#login {
	width:100%;
	background-color:#fff;
	min-height:550px;
	text-align:center;
	margin: 0 auto;
	margin-top:150px;
	}


form {
width:100%;
max-width: 800px;
margin: 0 auto;
text-align:center;
background-color:#fff;
}

.form-list {
width:100%;
max-width: 900px;
margin: 0 auto;
text-align:center;
background-color:#fff;
}


.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  border-bottom: solid #ffffff 1px;
  text-decoration: none;
}

.btn:hover {
  background: #224b7d;
  text-decoration: none;
}


.minirank {
	font-size:12px;
	}	
.subtitle {
	color:#2A347E;
	font-size:22px;
	}	
.gray-text {
	color: #999;
	}	
.white-text {
	color:#ffffff;
	}
.red-text {
	color:#e11314;
	}	
	
.red-icon {
	color:#e11314;
	font-weight:bold;
	}		
	
.blue-text {
	color:#2A347E;
	}	

a.link-white, .link-white:hover, .link-white:visited, .link-white:active {
	color:#FFF;
	text-decoration:none;
	}
	
a.link-gris, .link-gris:hover, .link-gris:visited, .link-gris:active {
	color:#333;
	text-decoration:none;
	}	
	
a.link-blue, .link-blue:hover, .link-blue:visited, .link-blue:active {
	color:#2A347E;
	text-decoration:none;
	}
		

a.link-verde, .link-verde:hover, .link-verde:visited, .link-verde:active {
	color:#0eb101;
	text-decoration:none;
	}
a.link-amarillo, .link-amarillo:hover, .link-amarillo:visited, .link-amarillo:active {
	color:#ffd304;
	text-decoration:none;
	}	
a.link-rojo, .link-rojo:hover, .link-rojo:visited, .link-rojo:active {
	color:#fe0404;
	text-decoration:none;
	}
a.link-naranja, .link-naranja:hover, .link-naranja:visited, .link-naranja:active {
	color:#fe6905;
	text-decoration:none;
	}		




	
	#login-form {
	text-align:center;
	width:100%;
	max-width:270px;
	min-height:150px;
	margin:0 auto;
    border-radius:5px;
    border:1px solid #2A347E;
	padding:10px;
	}	
	
	#register-form {
	text-align:center;
	width:100%;
	max-width:800px;
	min-height:150px;
	margin:0 auto;
    border-radius:5px;
   
	padding:10px;
	}			

	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align:center;
	font-family:'MyArialNarrow', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
}	
	
#footer {
	padding:5px; 
	max-width:100%;
	 background-color:#2A347E;
	text-align:center;
	font-size:12px;
	color:#FFF;
	clear:both;
	}	
	
	
.columna50 {
	float:left;
	width:50%;
	padding-bottom:20px;
	}
	
	
#col1 {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin: 0 auto;
	}
#fullmenu {
display:block;
	}		
		
#col2 {
  width:100%;
  height:auto;
  min-height:653px;
  float:left;
  text-align:center;
  margin-left: 20px;
	}	
	
#title {
	color:#333;
	font-size:22px;
	text-align:left;
	}	
		

.ultra-small-text {
	font-size:16px;
	}		`
	


