#interior h2 {
	background-repeat: no-repeat;
	height: 28px;
	margin-bottom: 30px;
}
#interior h2.fprof {
	background-image: url(../img/tit_fprof.gif);
}
#interior h2.deportivos {
	background-image: url(../img/tit_deportivos.gif);
}
#interior h2.rsocial {
	background-image: url(../img/tit_rsocial.gif);
}
#interior h3 {
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 10px;		
}
#interior h3.subtitulo1 {
	background-color: #cc8f20;
}
#interior h3.subtitulo2 {
	background-color: #993333;
}
#interior h3.subtitulo3 {
	background-color: #628837;
}
/******************************************/

.texto {
	display: block;
	margin-right: 15px;
	margin-left: 15px;
}
.texto p {
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}
.texto ul {
	list-style-type: none;
	margin-bottom: 10px;
}
.texto ul li {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 3px;
}
.texto ul li.fprof {
	background-image: url(../img/bullet1_fprof.gif);
}
.texto ul li.dep {
	background-image: url(../img/bullet1_dep.gif);
}
.texto ul li.rsocial {
	background-image: url(../img/bullet1_rsocial.gif);
}
.texto ul li ul {}
.texto ul li ul li {
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.texto ul li ul li.fprof {
	background-image: url(../img/bullet2_fprof.gif);
}
.texto ul li ul li.dep {
	background-image: url(../img/bullet2_dep.gif);
}
.texto ul li ul li.rsocial {
	background-image: url(../img/bullet2_rsocial.gif);
}
.bloqueimg {
	text-align: center;
	margin-bottom: 15px;
}
.bloqueimg img {
	border-top: 5px solid #AEAEAE;
	padding-top: 3px;
}
.bloqueimg span {
	display: block;
	background-color: #E2E2E2;
	font-size: 1em;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 2px;
	padding-top: 1px;
}
.bloqueimg span.acs {
	width: 160px;
}
a.subir {
	display: block;
	float: right;
	background-image: url(../img/bulletup.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 5em;
	text-align: right;
	padding-top: 0.1em;
	font-weight: bold;

	padding-bottom: 0.3.em;
	color: #999999;
}
a.subir:hover {
	color: #000000;
}

