@charset "utf-8";
/* CSS Document */

body {
	background: url(imagenes/fondo_web.jpg);
	}

header {
	height: auto;
	width: 100%;
	padding: 20px;
	}
	
#contenedor {
	width: 1240px;
	height: 1800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.9);
	margin-top: 10px;
	border-radius: 4px;
		}



nav {
	float: right;
	width: 750px;
	height: 100px;
	padding-right: 30px;
	margin: 0px;

}

nav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	}
	
	
nav ul li a {
	float: right;
	width: 140px;
	margin-right: 0px;
	color: #333;
	text-align: center;
	display:block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-decoration: none;

}
nav ul li a:hover {
	float: right;
	margin-right: 0px;
	color: #6317a9;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 140px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
	
#logo {
	float: left;
	height:auto;
	width: 1200px;
	background-color: #FFF;
	background-color:#38AAE5;
	border-radius:4px;
	}


#foot {
	color: #FFF;
	height: 30px;
	width: 1240px;
	padding-top: 10px;
	float: none;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imagenes/footerlong.png);
	border-radius: 2px;
}

.titulacion {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #e57338;
	text-align: left;
	float: left;
	height: 50px;
	width: 900px;
	float: left;
	margin-right: 0px;
	margin-top:40px;
	margin-left: 120px;
	}
.textoactividad {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: left;
	font-variant: normal;
	float: left;
	height: auto;
	width: 1000px;
	padding: 10px;
	float: left;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 140px;
	}
	.encabezadotabla{
		background-color:#e57338;
		color: #fff;
			}
			
.completar {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align:center;
	color:#38AAE5;
			}
			
			

ul li{
  color:#a5a5a5;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 5px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
	color: #a5a5a5;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #a5a5a5;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #fcfcfc;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #ff7b00;
}

input[type=radio]:checked ~ .check::before{
  background: #ff7b00;
}

input[type=radio]:checked ~ label{
  color: #ff7b00;
}
