body {
	
	padding: 0px;
	width: 1010px;
	height: 766px;
	border: 1px solid #8D8D8D;
	
	margin: auto;
	min-width: 1010px;
	min-height: 767px;
	
}



.caja0 {	
	width: 100%;
	height: 70px;
	background-color: #8D8D8D;
	background-image: url("imagenes/elche2.jpg");
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
	
	top: 0px;
	left: 0px;
}


.caja1 {
	height: 648px;
	width: 58%;
	background-color: #FFFFFF;
	float: left;
	margin-top: 30px;


}


.caja2 {
	height: 190px;
	width: 190px;
	background-color: #CCF;
	position: relative;
	left: 10px;
	top: -50px;
	background-image: url("imagenes/foto.jpg");
	background-size: auto;
	border-radius: 24px;
	box-shadow: 0px 0px 5px 2px blue; 

}

.caja3 {
	height: 648px;
	width: 38%;
	margin-top: -180px;
	float: left;
	border-radius: 24px;
	box-shadow: 0px 0px 5px 2px blue; 
	background-color: #FFFFCC;
	border:1px solid yellow;
}


.caja4 {
	height: 20px;
	width: 100%;
	background-color: #8D8D8D;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: .8em;
}


.contexto_titulo{
	text-align: right;
	font-size: 1.6em;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 3px;
	color: blue;
	padding-right: 40px;

}
.contexto{
	color: #4e4e4e;
	margin-top: 14%;
	margin-left: 4%;
	margin-right: 4%;
	font-family: georgia, serif;
	font-size: 1.2em;
	text-align: justify;

}


.caja6 {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 40%;
	height: 32%;
	background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(153,204,253,1) 100%);
	
}

.caja7 {
	float: left;
	margin-left: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 40%;
	height: 32%;
	border-top-right-radius: 24px;
	background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(153,204,253,1) 100%);
}


.caja8 {
	float: left;
	padding: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 84%;
	height: 24%;	
	background: linear-gradient(to bottom, rgba(153,204,253,1) 0%, rgba(240,183,161,1)100%) ;
}

.caja9 {
	float: left;
	padding: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 84%;
	height: 13%;
	background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%, rgba(153,204,253,1)100%) ;
}

.caja10 {
	float: left;
	padding: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 40%;
	height: 20%;
	border-bottom-left-radius: 24px;
	background: linear-gradient(to bottom, rgba(153,204,253,1) 0%, rgba(240,183,161,1)100%) ;
}



.caja11 {
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 40%;
	height: 20%;
	border-bottom-right-radius: 24px;
	background: linear-gradient(to bottom, rgba(153,204,253,1) 0%, rgba(240,183,161,1)100%) ;
	
}

#mivideo{
	width: 100px;
	height: 100px;
	margin-left: 120px;

}

#miaudio{
	width: 100px;
	margin-left: 10px;

}

