@charset "utf-8";
.mod_frases h2 {
	font-size: 30px; /* estaba 34px */
	color: #263D55;
	font-weight: normal;
}
.mod_frases ul li {
	padding-left: 10px;
	list-style-image: url(../images/tilde.gif);
	list-style-type: none;
	margin-bottom: 20px;
}

.mod_frases ul { padding-left: 20px; }


.mod_frases a {
	display: block;
	background-image: url(../images/registrate.jpg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #FFF;
	line-height: 26px;
	margin-top: 10px;
	font-weight: bold;
}
.mod_frases a:hover {color:#FFF}