@charset "utf-8";


/* CSS Document */


body, html {    
    height: 100%;
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    text-align: center;
    font-family: Arial;


}


h1{color:white;}

#pc {text-align:center;}
#tablet {display: none;}
#phone {display:none;}

.header {text-color:white;}


.caja {
 margin:auto; width: 90%; 
height:auto;	
padding: 9px;
	border-radius:24px; text-align: center; 
/*background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 80%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);*/


background: rgba(230,126,0,1);
background: -moz-linear-gradient(top, rgba(230,126,0,1) 30%, rgba(255,216,138,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(230,126,0,1)), color-stop(100%, rgba(255,216,138,1)));
background: -webkit-linear-gradient(top, rgba(230,126,0,1) 30%, rgba(255,216,138,1) 100%);
background: -o-linear-gradient(top, rgba(230,126,0,1) 30%, rgba(255,216,138,1) 100%);
background: -ms-linear-gradient(top, rgba(230,126,0,1) 30%, rgba(255,216,138,1) 100%);
background: linear-gradient(to bottom, rgba(230,126,0,1) 30%, rgba(255,216,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67e00', endColorstr='#ffd88a', GradientType=0 );}
	
#dispositivo {content: "Ordenador";}



#foto {margin:auto; padding: auto; float:left; width:25%; height: 240px; 
	background-color: none;
	background-image: url(Milhouse.jpg);
	border-radius:24px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	}


#texto {margin: auto; padding: auto;float:right; width:75%; height: 240px;background-color: orange;border-radius:24px;text-align:left;
background: -moz-linear-gradient(left,  rgba(255,116,0,1) 0%, rgba(255,116,0,0.01) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,116,0,1)), color-stop(100%,rgba(255,116,0,0.01))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,116,0,1) 0%,rgba(255,116,0,0.01) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,116,0,1) 0%,rgba(255,116,0,0.01) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,116,0,1) 0%,rgba(255,116,0,0.01) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,116,0,1) 0%,rgba(255,116,0,0.01) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#03ff7400',GradientType=1 ); /* IE6-9 */

}


#separa{clear:both; height:20px;background-color: none;width:100%;}
#tercero {float:left; margin: auto; width:50%;background-color: none; height:250px;}
#cuarto {float: left; width:50%;background-color: none; height:250px;}
#quinto img{border-radius:24px;width:200px;height: 200px; padding-top:10px;}

#video { background-color:green; float:left;width:320px; height:600px;}
#imagenes {background-color:red;float:right}
#vacio {clear:both;}
                              