body{
	background: url(../imagenes/fondologin.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
}

h1{
	font: 100 2em 'century gothic','arial narrow',arial,sans-serif;
	color: #0CC;
	margin-top: 15px;
	margin-bottom: 0;
}

h2{
	font-weight: 400;
	color: #066;
	margin-bottom: 10px;
}

h3{
	font: 100 1.3em 'century gothic','arial narrow',arial,sans-serif;
	color: white;
	margin: 0;
}

h4{
	font: 100 1em 'century gothic','arial narrow',arial,sans-serif;
	color: white;
	margin: 0;
}

.divCentrado{
	margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
    width: 650px;
    height: 400px;
    background: rgba(255, 255, 255, 0.3);
}

.divCentradoMovil{
	margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, 0.3);
}



.fondoTDLogeo{
	background: rgba(0, 11, 22, 0.4);
}

.etiquetas{
	font: 100 1em 'century gothic','arial narrow',arial,sans-serif;
	color: white;
}
