*{box-sizing: border-box;}
#wrapper{
width:500px;
  margin: 0px auto;
  /*overflow:auto;*/
  /*border: solid 1px #A1A1A1;*/
  font-family:tahoma;
  padding-bottom:50px;
}

body{
	font-family: sans-serif,Verdana;
	padding:10px;
}

header{
	/*border: solid 1px #ccc;*/
 text-align:center;
  width:100%;
  font-family:tahoma;
  /*overflow:auto;
 /* border: solid 1px #A1A1A1;*/
}


#logo2{
 /* float:left;*/
  /*padding-bottom:5px;*/
  float:left;
}

#logo2 img{
	width:215px;
}

#logo img{
 width:215px;
}

#main_inicio{
  text-align:center;
  border: solid 1px #ccc;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
  /*overflow: auto;*/
  margin: 0 auto;
  width: 500px
}

#entrada{
  display:inline-block;
  margin:auto;
  margin-top:20px;
}

#entrada ul{
  margin-top:40px;
}

#entrada ul li{
  margin-bottom:50px;
    background:#0F3D8D;
}

#entrada ul li a{
  padding:10px;
  text-decoration:none;
  
  background: #0F3D8D;
  color:white;
  display:block;
}

#entrada li :hover{
  background-color:#e6e3ed;
  color:black;
  border:1px solid black ;
}

#formulario{
	border: solid 1px #ccc;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	overflow:auto;
	margin: 0 auto;
	width: 500px;
}
#formulario2{
	border: solid 1px #ccc;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	overflow:auto;
	margin: 0 auto;
	width: 500px;
}
/*img{
	margin-left:75px;
}*/

#plazas{
	display:inline-block;
	margin-left:12px;
	margin-top:5px;
	/*color:red;*/
}
.plazas_libres{
	color:green;
}
.sin_plazas{
	color:red;
}
.izquierda{
	float:left;
}
#mensaje{
	margin-bottom:10px;
	color:red;
	font-weight:bold;
}

.mensaje2{
	margin-top:5px;
	color:#0F3D8D;
	font-weight:100;
  
  }

.info{

	margin-bottom:10px;
	color:#0F3D8D;
	font-weight:bold;

}

#curso{
	display:inline-block;
}

#datos_campus{
	padding:12px;
	color:red;
	font-weight:bold;
}

.campo{
	padding:5px;
	margin-bottom:10px;
	margin-left:10px;
}

.campo2{
	padding:5px;
	margin-bottom:10px;
	
}

li p{
	margin-top:10px;
	margin-left:10px;
}

label{
	font-weight:bold;
	font-size:14px;
}

.secciones{
	font-weight:bold;
	margin-top:10px;
	text-decoration:underline;
	margin-left:5px;
}
.aviso2{
	color:red;
	margin-bottom:10px;
}
.aviso3{
	color:red;
	font-weight:bold;
	font-size:14px;
}
.titulo{
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
	width:300px;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	text-align:center;
}

.opciones{
	font-size:14px;
}

.opciones2{
	font-size:14px;
	color:red;
}

.comentario{
	font-size:13px;
	display:inline-block;
	margin-left:5px;

}

.button{
	margin:0 auto;
	margin-top:25px;
	width: 103px;

}

.margen{
	margin-left:8px;
}

.button2{
	font-size:16px;
	padding:10px;
	color:white;
	background:#0F3D8D;
	width:100px;
	margin-bottom:10px;

}

.button3{
	font-size:16px;
	padding:10px;
	color:white;
	background:#3D4D6A;
	width:150px;
	margin-left:100px;
	margin-top:80px;
}

.button2:hover{
	color:black;
	background:#ccc;
	cursor:pointer;
}

.button3:hover{
	color:black;
	background:#ccc;
}

.envio{
	font-size:16px;
	color:red;
	font-weight:bold;
	margin-top:40px;
	margin:0 auto;
	width:322px;
	text-align:center;
}


/*#logo{
	overflow:auto;
	float:left;
}*/

#listado{
	overflow:auto;
	
}

.titulo_listado{
	float:left;
	margin-left: 200px;
    margin-top: 88px;
    font-size: 33px;
}

.titulo_listado2{
	
	margin-left: 200px;
   
    font-size: 33px;
}
#main{
	/*overflow:auto;*/
}

.tablas{
	border: 1px solid #0F3D8D;
	background-color:#EEF0F3;
	}

td{
	border: 1px solid #0F3D8D;
	background-color:#EEF0F3;
	text-align:center;
	padding:4px;
	}
th{
	border: 1px solid #0F3D8D;
	background-color:#0F3D8D;
	color:#FFF;
	text-align:center;
	padding:4px;
	}
.cabecera_tabla{
	background-color:#0F3D8D; color:#FFF; font-weight:bold;
	
}
#tablaBusqueda{

	text-align:left

}



.nacho{
	margin:0 auto;
	margin-top:15px;
	width: 336px;
}
.nachoetiqueta{
	margin:0 auto;
	margin-top:15px;
	width: 336px;
	padding-left:10px;
}

#exportar{
	float:left;
}
#administrar_plazas{
	float:left;
}
/*#modal {
	display: none;
	position: fixed;
	left: 0; right: 0; top: 0; bottom: 0;
	background: rgba(255,255,255,0.6);
	padding: 100px;
}
#modal-contenido {
	background: white;
	width: 100%;
	height: 100%;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	border: 1px solid black;
	overflow:auto;
	margin-left:354px;
}
#modal-inner {
	position: relative;
	width: 50%;
	height: 50%;
}
#botonCerrar {
	position: absolute;
	top: 0; right: -354;

}*/
script{
	display:block !important; 
}

/*********************************************************************************/

#logo_cursa{
	overflow:auto;
	margin: 0 auto;
	width: 500px;
}

#logo_cursa img{
	width:100px;
	margin:0 auto;
	display:block;

}

#aviso{
	border: solid 1px #ccc;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	overflow:auto;
	margin: 0 auto;
	width: 500px;
	margin-top:20px;
	padding:10px;
}

#aviso p{
	line-height:30px;
}
.rojo{
	color:red;
}