@charset "utf-8";
*{
	margin:0 auto;
	
	}

@font-face{
    font-family:century_gothic;
    font-style:normal;
    font-weight:normal;
    src:url(../tipografias/century_gothic.ttf);    
}

body{
    
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:no-repeat;
    background-position: 50% 0%; 
   
	}
	
	
#contenido{

    width: 900px;
    height: 337px;
    /*margin-top: 561px;*/
    /*margin-left: 42px;*/
    padding-top: 634px;
    margin: 0 auto;
 }
	
	
#manuales p{
	
    color:#727171;
	float:left;
    font-family:century_gothic;
	font-size:27px;
    padding-top: 26px;
    padding-left: 226px;
    
	
	}
	
	
#botones ul li{
		
    list-style: none;
    width: 366px;
    float: left;
    margin-right: 19px;
    margin-top: 2px;
    margin-left: 6px;
    display:block;
   
		}


#botones ul li a img{
			
    float: left;
    margin-top: 3px;
    vertical-align: middle;

		}


#botones p{
		float:left;	
        font-family:century_gothic; 
        font-size:36px;
        font-weight: bold;
        text-align:center;
        color:#878787;
        display: inline-block;
		}

#botones ul li p:hover{
      color: #616161;
  
    }


#indicacion p {
    clear:left;
    text-align: center;
    color: #616161;
    font-family: century_gothic;
    font-weight: bold;
    font-size: 16px;
    padding-top: 32px;
	}	


label{
    display: block;
    margin-top: 35px;
    margin-left: 189px;
    float: left;
    font-family: century_gothic;
    font-size: 0.8em;
    color: #616161;
}

label{
    display: block;
    margin-top: 35px;
    margin-left: 189px;
    float: left;
    font-family: century_gothic;
    font-size: 0.8em;
    color: #616161;
}

input#documento{
    
    padding-left: 10px;
    float: left;
    width: 180px;
    height: 30px;
    display: inline-block;
    margin-top: 66px;
    margin-left: -151px;
    font-size: 1em;
    font-family: century_gothic;
    color: #616161;
    outline: none;
    border: none;
    -webkit-box-shadow: 4px 3px 7px #D3D3D3;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}

input#calendario{
    

    padding-left: 10px;
    float: left;
    width: 180px;
    height: 32px;
    display: inline-block;
    margin-top: 65px;
    margin-left: -139px;
    margin-bottom: 30px;
    font-size: 1em;
    font-family: century_gothic;
    color: #616161;
    outline: none;
    border: none;
    -webkit-box-shadow: 4px 3px 7px #D3D3D3;
    -webkit-border-radius: 5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    
}


.boton_ingresa {
    clear:left;
    background-color: #b38d3f;
    margin-left: 420px;
    border: none;
    outline:0;
    color: white;
    padding: 5px 23px;
    text-decoration: none;
    font-family:century_gothic; 
    display: block;
    font-size: 1em;
    -webkit-border-radius:5px;
    -webkit-transition: background-color.25s;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    cursor: pointer;
    
} 



.boton_ingresa:hover{
    
     background-color: #616166;
   
}
    
   
#redes p{
        clear:left;
        font-family:century_gothic; 
        font-size:12px;
        text-align:right;
        color:#616161;
        margin-top: 22px;
		}


#redes ul li{
    float:right;
    display:block;
    list-style: none;
    width: 35px;
    text-align: center;
    margin-right: 5px;
		}


#redes ul li a img{
    
    filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

#redes ul li a img:hover{
    
    filter:alpha(opacity=100);  
	-moz-opacity: 1.0;  
	opacity: 1.0;
	-khtml-opacity: 1.0; 
    
}

    #copy p { 
    clear: left;
    text-align: center;
    color: #616161;
    font-family: century_gothic;
    font-weight: bold;
    font-size: 10px;
    margin-top: 50px;

	}	
