/*aplico atributos a todo body*/
body {background-image: url(bg-resize.jpg);
text-align: center;
margin: auto;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/*cabecera de la tablita*/
.texto_cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #424242;
	font-style: normal;
	font-weight: bold;
}

.upload_file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	font-style: normal;
	font-weight: normal;
	cursor:pointer;
}

.no_upload_picture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	font-style: normal;
	font-weight: normal;
}

.check {
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari y Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  cursor:pointer;
}

.campo_acceso  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #424242;
	font-style: normal;
	font-weight: normal;
	height: 70px;
	width: 350px;
	border: thin solid #C9C9E4;
	background: #FBFBEF; 
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
		
}


.campo_datos  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #424242;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	width: 200px;
	border: thin solid #C9C9E4;
	background: #FBFBEF; 
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
		
}

.campo_acceso2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #424242;
	font-style: normal;
	font-weight: normal;
	height: 70px;
	width: 350px;
	border: thin solid #F44931;
	background: #FDC7C0; 
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
		
}

.button_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	font-style: normal;
	font-weight: bold;
	height: 35px;
	width: 150px;
	border: thin solid #C9C9E4;
	background: #FFC86A; 
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor:pointer;
}

.error1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}


.button_logout {
position: absolute;
	right:100px;
	top:53px;
z-index: 100;

width: 60px;
height: 60px;
background-color: #FEFEFE;
box-sizing: content-box;
}



