.georgia { font-family: Georgia, "Times New Roman", Times, serif; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.trebuchet { font-family: Trebuchet MS, Helvetica, sans-serif }
.tahoma { font-family: Tahoma, Arial, Helvetica, sans-serif; }

A:link {text-decoration: none; color:#000000}
A:visited {text-decoration: none; color:#000000}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #FFCC00}

.titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	/* color: #B7C8B8; */
	color: #4c597f;


}

.subt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4c597f;

}


.titulosec{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B7C8B8;

}

.fechanota{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.copete{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.autor{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	Text-align : right;
	
}

.imagen_sec{
	margin-right:10px;
	width:100px;
	float:left;
	/* border-style:solid; */
	/* border-width:1px; */
	/* border-color:#cccccc; */
	
}

.imagen_pri{
	margin-right:10px;
	width:350px;
	float:left;
	Text-align : center;
	border-style:solid;
	border-width:1px; 
	border-color:#cccccc;
	
}

.nota{
	float:left;
	 /* margin-top:5px; */
}

.divisor{
	width:750px;
	float:left;
	/* margin-bottom:2px; */
	margin-top:2px;
}

.pie{
	float:left;
	margin-top:5px;
	width: 750px;
	Text-align : center;
	Font-family : Arial , Helvetica;
	Color : white;
    	Font-size : small;
}


