#Cuerpo_Full{ padding-bottom:5px; background-size:100% auto; background-repeat:no-repeat; text-align:center;}

	.Bloque_Completo{ color:#FFF; background-color:rgba(120,73,42,0.62); border:1px rgba(0,0,0,0.40) solid; margin:0 auto; margin-bottom:20px; margin-top:40px; }	
		.Bloque_Completo h1{ font-size:58px; font-family: "jaf-bernino-sans-condensed"; font-weight:700;  
							margin:0 auto; margin-bottom:10px; margin-top:50px; text-transform:uppercase; width:770px; }
		.Bloque_Completo img{ margin-bottom:25px; }
		.Bloque_Completo h2{ font-size:24px; font-family: "kepler-std-semicondensed"; font-weight:700;  
							margin:0 auto; margin-bottom:25px; text-transform:uppercase; width:770px; }
		.Bloque_Completo h3{ font-size:18px; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; 
							 margin:0 auto; margin-bottom:10px; width:770px; }
	#PlecaBlanca{ background:#FFF; height:5px; width:100%; }

/* **************************************************************  MEDIA QUERYS  *******************************************************************/	
/* UN MAXIMO DE 800px - HACIA ABAJO, HASTA 601px | "iPad - Portrait"  "NARANJA: background:#F90;" */
@media screen and (max-width:959px){	
.Bloque_Completo{ margin-top:65px; }	
	.Bloque_Completo h1{ font-size:48px; width:98%; }
	.Bloque_Completo img{ margin-bottom:25px; }
	.Bloque_Completo h2{ font-size:20px; width:98%; }
	.Bloque_Completo h3{ font-size:16px; width:98%; }
/************************  ESTRUCTURA  ************************/
/* SECCIONES GENERALES */
.Bloque_Completo{ width:93%;}		
	}

/* UN MAXIMO DE 600px - HACIA ABAJO " ----------------- DISPOSITIVOS MOVILES 'SMARTPHONES' LANDSCAPE ----------------- " "ROSA: background:#F09;" */	
@media only screen and (max-width: 600px){
#Cuerpo_Full{ background-size:auto; }	
	.Bloque_Completo h1{ font-size:30px; margin-top:40px; }
/************************  ESTRUCTURA  ************************/
/* SECCIONES GENERALES */
.Bloque_Completo{ width:90%;}	
	}

/* UN MAXIMO DE 400px - HACIA ABAJO " ----------------- DISPOSITIVOS MOVILES 'SMARTPHONES' PORTRAIT ----------------- " "AMARILLO: background:#FFFF33;"*/	
@media only screen and (max-width:400px){	
	.Bloque_Completo h1{ margin-top:30px; }
	}				