@charset "utf-8";
/* CSS Document */

html {


	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.4);
	background-attachment: fixed;
}

body {
	margin:0px auto 20px auto;
	max-width: 70%;
	diplay:block;
	font-family: Gotham, Montserrat, Helvetica Neue, Helvetica, Arial,"sans-serif";
	color:rgb(222,222,222);
	padding: 20px;
}

#home{
	background-color: rgba(0,0,0,0.75);
}

header {
	width:100%;
	/*background-color: rgba(11,11,11,0.4);*/
	margin:0px auto;
	border-bottom: 1px solid rgb(111,111,111);
}

header img {
	margin-top: 10px;
}

/*Textos */

h1, h2 {
	margin:10px 20px 0px 20px;		
}

h2 {
	font-size: 12px;
	font-weight: 100;
	line-height: 200%;
}

p { 
	font-size: 14px;
	font-weight: 500;
	color:white;

}

nav {
	background-color: rgba(11,11,11,0.4);
	padding:10px 0px;
	margin: 0px 0px;
}

nav ul {
	list-style: none;
	margin: 0px;
	padding:0px 20px;
}


nav ul li {
	caption-side: right;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 800;
	margin: 20px 20px 5px 0px;
}

ul#dropdown{
	margin:none;
	list-style: none;
	height:40px;
	width:100%;
	background-color: rgba(235,235,235,0.40);

}
nav ul li a {
	text-decoration: none;
	color:rgb(222,222,222);
}

nav ul li a:hover {
	text-decoration: none;
	color:rgb(202,202,202);
}

a {text-decoration: none;}

.player {
	background-color: rgba(222,222,222,0.2);
}

#guitarra {
	width:100%;
}

#guitarra img {
	display: block;
	margin: 10px auto; 
}

.text-center {
	margin:10px auto;
	text-align:center;
}

p.text-center a {
	text-align:center;
}

i.horas { 
	text-transform: lowercase;
	font-weight: 200;
	font-size: 14px;
	font-size: 70%;

}

span.codificacion {
	font-weight: 100;
	font-size: 75%;
}

#container-index {
	padding-top: 40px;
}

#programacion-curso {
	line-height: 160%;
}

#programacion-curso ul li {
	font-size: 18px;
	font-family: Gotham, Montserrat, Helvetica Neue, Helvetica, Arial,"sans-serif";
	text-transform: uppercase;
	font-weight: 900;
	line-height: 180%;
}
#programacion-curso ul li ul li {
	font-size: 14px;
	font-family: Roboto, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight: 300;
	text-transform: none;
}

article .teoria {
	padding: 20px;
}

article div.tercio {
	margin: 0px;
	float:right;
	width:33%;
	z-index: 1;
	
	
}

article div#web-externa iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	zoom: 0.9;
	transform: scale(0.96);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.96);
	-o-transform: scale(0.96);
	-webkit-transform: scale(0.96);
}

article div#web-externa {
	margin: 20px auto;
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	width:100%;
}

.object-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.object-16-9  object {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

	
/*Estilos del menu de Josep */
	
/*Estilos de menus */

ul {
	list-style:none;
	display:inline-block;
}

ul li {
	caption-side:right;		
}

ul#dropdownmenu {
	margin:none;
	list-style:none;
	height:40px;
	width:100%;

}

ul#dropdownmenu li {
	height:40px;
}

/* Hide the link that should open and close the topnav on small screens */

ul#dropdownmenu li a .icon {
	display: none;
}

ul#dropdownmenu li a {
	display:block;
	padding:8px;
	color:#FFF;	
	text-decoration:none;
}

ul#dropdownmenu li a:hover {
	background:rgba(222,222,222,0.3);
}

/*estilos de submenu */

ul#dropdownmenu li ul {
	display:none;
}

ul#dropdownmenu li:hover ul {
	display:block;
	background:rgba(222,222,222,0.1);
	position:absolute;
	border-bottom: 2px solid white;
}

ul#dropdownmenu li:hover ul li {
	float:none;
	background:none;
}

ul#dropdownmenu li ul li ul, ul#dropdownmenu li:hover ul li ul {
	display:none;
}

ul#dropdownmenu li:hover ul li:hover ul {
	display:block;
	top:0;
	left:100%;
}



.teoria button, intput {
	width:200px;
	height: 120px;
	
}

div.cajapabotones {
	width:100%;
	margin: 10px auto;
	display: block;
}

div.cajapabotones a {
	text-decoration: none;
	color:aquamarine;
	font: 16px bold Gotham, Montserrat, Helvetica Neue, Helvetica, Arial," sans-serif"; 
}

/*Estilos footer */

footer {
	margin: 20px auto;
	width: 100%;
	height: 60px;
	min-height: 40px;
	padding:10px auto;
}
footer p {
	margin: 10px auto;
	text-align: center;
	font: 10px 200 Gotham, Montserrat, Helvetica Neue, Helvetica, Arial," sans-serif";
	color: grey;
}

/* ESTILOS PARA FORMULARIO */

input {
	font-family: 'Roboto', Helvetica, Arial,' sans-serif';
	font-weight: 300;
	font-size:14px;
	margin: 10px 0px;
	
}

label {
	font-family: 'Roboto', Helvetica, Arial,' sans-serif';
	font-weight: 600;
	font-size:14px;
	margin-top: 10px;
}

.label {
	font-family: 'Roboto', Helvetica, Arial,' sans-serif';
	font-weight: 600;
	font-size:14px;
}


input:invalid {
	border: 1px solid red;
}

input:valid {
	border: 1px solid green;
}



/* ESTILOS RESPONSIVOS PARA ANCHOS MENORES A 720 PX */
@media screen and (max-width: 720px) {
	body {
	margin:0px auto 20px auto;
	max-width:100%;
	diplay:block;
	font-family: Gotham, Montserrat, Helvetica Neue, Helvetica, Arial,"sans-serif";
	color:rgb(222,222,222);
	padding: 20px;
}
	h1 {font-size: 24px;}
	h2 {font-size: 10px;}
	article div.tercio{float: none;}
	
	article div#web-externa iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	zoom: 0.9;
	transform: scale(0.6);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	-webkit-transform: scale(0.6);
}

	
}
