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

@font-face {
    font-family: 'gemgloo';
    src: url('../fonts/avant_garde_bk_bt-webfont.eot');
    src: url('../fonts/avant_garde_bk_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avant_garde_bk_bt-webfont.woff') format('woff'),
         url('../fonts/avant_garde_bk_bt-webfont.ttf') format('truetype'),
         url('../fonts/avant_garde_bk_bt-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Tangerine', cursive;
	background: #E6E6E6;
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #FFFFFF;
}

.logo{
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}

.cuadroInterior {
   position:relative;	
   top:0px;
   margin:0 auto;
   width:400px;
   height:460px;
   z-index:10;
   background: none repeat scroll 0 0 #fff;
   border: 4px solid #A59090;
   box-shadow: 0 1px 5px #dadada;
   margin: 0 auto 5em;
   padding: 1em 1em 0.5em;
   width: 7em;    
}

.cuadroInterior label{
   display: block;
   font-weight: bold;
   margin: 1em 0 -15px;
   color:#000;
   font-size:14px;
   font-family:gemgloo;
}

.cuadroInterior input[type="text"], input[type="password"] {
    border: 2px solid #ccc;
    font-size: 16px;
    padding: 2px 2px;
	padding-left:10px;
    width: 95%;
	height:32px;
}

.cuadroInterior p.recover a{
    border-top: 1px dashed #dadada;
    color: black;
    display: block;
    margin-top: 20px;
    padding-top: 5px;
    text-decoration: none;
    width: 100%;
	font-size:12px;
	text-align:center;
	font-family:gemgloo;
}

.submit-login {
  height:30px; 
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: #000 1px 1px 3px;
  -moz-box-shadow: #000 1px 1px 3px;
  box-shadow: #000 1px 1px 3px;
  cursor:pointer;	
  width:120px; 
background-color: #207AC0;
    background-image: linear-gradient(to top, #B21F25, #BA7577);
  color:#fff;
  font-size:13px;
  font-weight:bold;
  cursor:pointer;
  font-family:gemgloo;
  border:0px solid;
}

.contenedorPrincipal{
  position:fixed;
  width:99.9%;
  height:280px;
}

.contenedorAlineador{
  position:relative;
  width:1000px;
  height:400px;
  margin:0 auto;	
}

.error {
  background-color: #CC0000;
  color: #FFFFFF;
  display: block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  white-space: nowrap;
  font-family:gemgloo;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width:170px;
}