
/* contenedor base para los contenidos de cubic */
.cubic_hoja_cont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}


h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.normal {  
	color: #666666; 
	text-align: justify;
}


b {
	font-weight: bold;
	color: #333333;
}
	
	
.destacar_mas {  
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #669900
}


.cubic_hoja_cont a {
	font-style: italic; 
	font-weight: bold; 
	color: #B9B900;
}

.cubic_hoja_cont a:hover {
	color: Black;
}


.imagen_titulo {
	font-size: 11px;
	color: #666666;
	padding: 2px 0 3px 2px;
}


.nota {  
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}


.imagen {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 6px 3px 6px 0;
}

.img_principal {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 0;
}

.imagen_sin_borde { 
	margin-bottom: 6px; 
	margin-top: 6px; 
	border: none;
}

