/************************  ESTRUCTURA CUERPO COMPLETO  ************************/	
	.BloqueDescPrincipal{  display:inline-block; vertical-align:top; width:80%; }
			.BloqueDescPrincipal_Left{ border-bottom:1px solid #8D949A; display:inline-block; height:16px; margin-right:5px; vertical-align:top; width:75px;}	
			.BloqueDescPrincipal_Center{ color:#333; display:inline-block; font-size:22px; font-weight:bold; vertical-align:top; }
			.BloqueDescPrincipal_right{ border-bottom:1px solid #8D949A; display:inline-block; height:16px; margin-left:5px; vertical-align:top; width:75px; }					
			
	.BloqueNombre{ border-bottom:1px solid #8D949A; color:#8D949A; 
				font-size:40px; font-weight:bold; margin-bottom:40px; padding-bottom:20px; padding-top:20px; width:80%; }
				
	.BloqueLinks{ display:inline-block; margin-bottom:60px; vertical-align:top; width:80%; }
		.BloqueLinks div{ display:inline-block; margin-right:10px; vertical-align:top; width:auto; }	
		.BloqueLinks a{ color:#333; font-size:14px; font-weight:bold; }	
		.BloqueLinks a:hover{ color:#A42110; }
	
	.BloqueRedes{ display:inline-block; vertical-align:top; width:80%;  }	
	/* REDES SOCIALES */ 
	#Section_Redes_Left{ display:inline-block; margin-bottom:5px; text-align:right; vertical-align:top; width:auto; }
		#Section_Redes_Left span{ display:inline-block; vertical-align:top;}
	#Section_Redes_Right{ display:inline-block; vertical-align:top; width:auto; }
		#BtnLike{ margin-right:0.3em;}
		#BtnMore{ margin-left:-1em;}
		
		
	.CuerpoCaracteristicas h2{ color:#8D949A; font-size:16px; line-height:18px; font-weight:bold; }		
	.CuerpoCaracteristicas p{ color:#777; font-size:14px; line-height:18px;}	
	
	
	.ContenedorBoulet{ margin-bottom:10px; margin-left:20px; width:80%; }
		.ImgBoulet{ display:inline-block;  vertical-align:top; width:10px; }
		.CuerpoBoulet{ color:#777; font-size:14px; line-height:16px; display:inline-block; vertical-align:top; width:90%; }	
		
		
/************************  BLOQUES CARRUSEL  ************************/		
.BloqueImgCarrusel figure{  border-bottom:1px dotted #8D949A; margin-bottom:5px; width:100%;}				
.BloqueImgCarrusel figcaption{ color:#8D949A; font-size:12px; font-weight:bold; margin-bottom:5px; width:100%; }	


/* **************************************************************  MEDIA QUERYS  *******************************************************************/	
/* UN MAXIMO DE 800px - HACIA ABAJO, HASTA 601px | "iPad - Portrait"  "NARANJA: background:#F90;" */
@media screen and (max-width:959px){
	
	}

/* UN MAXIMO DE 600px - HACIA ABAJO " ----------------- DISPOSITIVOS MOVILES 'SMARTPHONES' LANDSCAPE ----------------- " "ROSA: background:#F09;" */	
@media only screen and (max-width: 600px){

	}

/* UN MAXIMO DE 400px - HACIA ABAJO " ----------------- DISPOSITIVOS MOVILES 'SMARTPHONES' PORTRAIT ----------------- " "AMARILLO: background:#FFFF33;"*/	
@media only screen and (max-width:400px){	

	}					