@charset "utf-8";
/* CSS Document */

.titulo_publicidad_interna{
	margin:0 auto;
	width:100%;
	float: left;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #777;
	font-weight: bold;
}
.texto_publicidad_interna{
	margin:0 auto;
	float:left;
	width:100%;
	margin-bottom:15px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #aaa;
	font-weight: bold;
}
.ejemplo7_imagen{
	float:right;
	width:320px;
	height:198px;
	margin:0 auto;
	margin-bottom:15px;
	background-image:url(../imagenes0800/imagen_ejemplo7.jpg);
	background-repeat: no-repeat;
}