/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:15px;
	font-family: Roboto, sans-serif;
	line-height:22px;	
	background:url(bg.gif);
}

p{
	margin:0 0 10px 0;
	line-height: 22px;
}

table{
	
}

.img-fluid{
	width:100%;
	height: auto;
}

hr{
	border:none;
	background-color:#18d8fd;	
	height:2px;
	margin:30px 0 30px 0;
}

h1{
	font-family:'Montserrat', sans-serif;
	font-size:36px;	
	margin-bottom:5px;
	line-height:36px;
	color:#18a9e0;
	margin-top:5px;
	font-weight:800;
}

h2{
	font-family:'Montserrat', sans-serif;
	font-size:24px;	
	line-height:24px;
	color:#035a7c;
	margin-bottom:0px;
	font-weight:600;
}

h3{
	font-family:'Montserrat', sans-serif;
	font-size:21px;	
	line-height:21px;
	color:#18d8fd;
	font-weight:600;
	margin:10px 0 10px 0;
	font-style:italic;
}

h4{
	font-family:'Montserrat', sans-serif;
	font-size:18px;	
	line-height:18px;
	color:#6B6B6B;
	font-weight:600;
	margin:10px 0 10px 0;
}


.subtitulo{
	font-family:'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 800;
	margin-bottom:10px;
	margin-top:12px;
	color:#D86416;
}

.subtitulo_sub{
	font-family:'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom:5px;
	color:#18a9e0;
	border-bottom:solid 1px #18a9e0;
}

#contacto .subtitulo_contacto{
	font-family:'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin:10px 0 0 0;
	color:#18a9e0;
}

#contacto a, a:visited{
	color:#18a9e0;
}

#contacto a:hover, a:active{
	color:#C60;
	font-weight: bold;
}


.subtitulo16{
	font-family:'Montserrat', sans-serif;
	margin-bottom:5px;
	color:#18a9e0;
	font-size:16px;
	line-height:20px;
}

.subtitulo_mayor{
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom:5px;
	margin-top: 18px;
	color:#18a9e0;
}

.epigrafe{
	font-size:11px;
	color:#666;
	line-height:13px;	
}

.organizador{
	font-family:'Montserrat', sans-serif;
	font-size:16px;	
	line-height:18px;
	color:#035a7c;
}

.lista, .lista ul{
	list-style: none;
	margin:10px 0 10px 0;
	padding:0;
}

.lista li{
	background: url(../../../images/assets/bullet_flecha_amar.png) no-repeat 0 3px;
	padding:0 0 5px 15px;
	line-height: 22px;
}


.lista li strong{
	color:#18a9e0;
}

a:link {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #C60;
}
a:active {
	color: #C60;
}

#wrapper{
	margin:0 auto 0 auto;
	max-width:1060px;
	width:90%;
}

#header{
	
}

#header img{
	display: block;
}

.cabecera-curso-container{
	
}

.cabecera-curso-container img{
	width:100%;
	height: auto;
	
}

.header-pagina img{
	width:100%;
	height: auto;
}

#menu{
	background-color:#EBCA98;
}

#contenido{
	padding:40px;
	background-color:#FFF;
}

#contacto{
	padding:30px;
	background-color:#d7f6ff;
	border-left:#18a9e0 5px solid;
	margin-top:20px;
	padding-left:40px;
}

#contacto p{
	line-height: 16px;
	margin:3px 0 3px 0;
}

.nota{
	padding:10px;
	background-color:#aad0f6;
	border-bottom:#26609a 2px solid;
	margin-left:20px;
}

.cv{
	padding:20px;
	background-color:#d7f6ff;
	border-top:#18a9e0 4px solid;
	margin:0px 30px 20px 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
}

.cv .nombre{
	font-family: 'Montserrat', sans-serif;
	font-size:21px; 
	color:#26609a;	
}

.resalte{
	padding:10px;
	background-color:#EFDDBA;
	border-bottom:#D77513 2px solid;
	margin-left:20px;
	margin-bottom:20px;
}

.cuadro-resalte{
	border:1px solid #18a9e0;
	padding: 10px;
	margin:0 10px;
	background-color:#cdf1ff;
}

.clear{
	clear:both;	
}

#footer{
	height:150px;
	background-color:#E8E8E8;
	padding:25px;
	text-align:center;
	font-size:11px;
}

/*Nav*/

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom:#D77513 2px solid;
}

#menu ul li{
	
}

#menu ul li a{
	padding:15px;
	text-align:center;
	background-color:#EBCA98;
	color: #C8731E;
	text-decoration:none;
	display:block;
	font-weight: bold;
	
}

#menu ul li a:hover{
	background-color: #E98F36;
	background: -webkit-gradient(linear, left top, right bottom, from(#E98F36), to(#B9630D));/*Chrome*/
	background: -moz-linear-gradient(left,  #E98F36,  #B9630D);/*FF*/
	color: #FFF;
	text-decoration:none;
	text-shadow: 1px 1px 2px #A75727;
}

.importante{
	padding:10px;
	width:600px;
	border-left:3px solid #C30;
	background-color:#F7E3D7;	
	color:#C30;
}

.piedepagina{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border-top:1px solid #999;
	padding-top:3px;
	margin-left:10px;	
}

/*botones*/

a.boton-inscribiteonline{
	padding:10px 20px 10px 20px;
	margin:10px 0px 10px 0px;
	display:inline-block;
	border-radius:10px;
	font-family: Roboto, sans-serif;
	font-size:22px;
	background-color:#18a9e0;
	color:white !important;
	font-weight:bold;
	text-decoration:none;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	letter-spacing: 0.05em;
}
a.boton-inscribiteonline:hover{
	color:white;
	background-color: #C8731E;
}

.suspendido{
	color:#d77513;
	border:2px solid #d77513;
	background-color:#efddba;
	padding:10px;
	display:inline-block;	
}

.mensaje{
	color:#FFF;
	border:2px solid #B05901;
	background-color:#d77513;
	padding:10px;
	display:inline-block;
	font-size: 24px;
	font-weight: bold;
	font-family:'Montserrat', sans-serif;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/*Tabla*/

.tabla{
	 border-collapse: collapse; 
}

.tabla tr{
	border-bottom:2px solid #B7B7B7;
}

.tabla th{
	background-color: #CAF6FF;
	color:#035C7E;
	text-transform: uppercase;
	font-weight: bold;
}

.tabla td{
	
}

.tabla .grisado{
	background-color: #D8D8D8;
	color:#3D3D3D;
	font-style: italic;
}

.destacado{
	margin:20px 0 20px 0;
	padding:20px;
	background-color:#bae1ef;
}