@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
body{ padding:0px; margin:0px; background-image:url(http://www.sanmateo.edu.co/img/fondoa.png);
font-family: 'Open Sans', sans-serif;}
a{ text-decoration:none; color:#FFF;}
.color{ color:#FFF;}
input{ width:100%; height:35px; background:#CCC;}
#loggin{ width:50%; margin:auto; height:300px; border-radius:0px 0px 20px 20px; background:#323232; margin-top:7%;}
input{ display:block; border:hidden;}
.titulo{ background:#b9b9b9; padding:10px 20px; color:#323232;}
.inputs{ padding:10px; width:80%; margin:auto; color:#FFF;}
.inputs input[type = "text"]{ width:100%; background:#999; padding:5px; margin:10px 0px;}
.inputs input[type ="password"]{ width:100%; background:#999; padding:5px; margin:10px 0px;}
.inputs input[type = "submit"]{ padding:6px; background:#C60; color:#FFF; border:hidden; border-radius:2px; cursor:pointer;}
footer {float:left;height:100%;width: 100%;background-color:#323232; padding:1% 0%;}
#infofoot{ margin:auto; width:90%; height:auto;}
.infofootc1{ width:273px; height:90px; margin-left:2%; float:left; color:#959595; font-size:11.8px; margin-top:0.5%;}
.infofootc1:first-child{ margin-left:20%;}
.btnuno{ float:left; border:#CCC 1px solid; border-radius:5px; padding:5px; font-size:12px; line-height:15px; text-align:center; margin: 0px 10px;}
.btnuno:hover{ background:#666;}
.texto{ width:60%; height:auto; margin:auto;}