@charset "utf-8";
.etiquetas {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.campotexto {
	width:130px;
	height:37px;
	border:1px solid #666;
	padding:5px;
	margin-top:5px;
	font-size:12px;
	color:#009;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	background-color: #FFF;
}
.botoneslogin {
	width:100px;
	height:37px;
	border:none;
	margin-top:20px;
	cursor:pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #0080C0;
}
.tablas {
	background-image: url(../FONDOSCLAVES/FONDO3.jpg);
	padding: 10px;
	height: 30px;
}

/* a partir de abajo para moviles   */
/*@media (min-width: 768px) {
	.etiquetas {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-align: center;
    }
	.tablas {
	background-color: #FFF;
	
    }
	.sociales {
		width: auto;
	}
	footer .contenedor {
		justify-content: space-between;
	}
}	
/* a partir de abajo para escritorio */
@media (min-width: 1024px) {
	.contenedor {
		width: 1200px;
	}
}.textoerror {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	border: 2px solid #FFF;
	padding: 5px;
}
.irallogin {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #3A6DCB;
	border: 2px solid #FFF;
	padding: 6px;
}
.textologin {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
