/* ---------------------------------------------------------------------- PRENSA */
.head.periodistas {
	background: #000 url(/assets/img/bg/espacio-prensa.jpg) no-repeat top center;
	background-size: cover;
	height: 250px;
}
.head.periodistas h1 {
	padding: 80px 0 20px 650px;
	font-size: 32px;
	width: 400px;
	color: #FFF;
}
.head.rojoyenbotella {
	background: #FFF url(/assets/img/bg/rojoyenbotella.jpg) no-repeat top center;
	background-size: cover;
	height: 250px;
}
.head.rojoyenbotella h1 {
	padding: 80px 0 20px 450px;
	font-size: 32px;
	width: 400px;
}
.login {
	background: #e9e9e9;
	color: #333;
	line-height: 35px;
	border-top: 2px solid #FFF;
}
.login .logout {
	float: right;
	display: inline-block;
	color: #333
}
.prensa-destacados {
	width: 230px;
	float: left;
	padding: 0 0 0 30px;
}
.prensa-menu {
	list-style: none;
	padding: 10px 0 0 0;
}
.prensa-menu li {
	border: 2px solid #9b9b9b;
	height: 55px;
	margin-bottom: 10px;
	padding: 15px 0 0 70px;
}
.prensa-menu li a {
	color: #9b9b9b;
	text-decoration: none;
	font-size: 16px
}
.prensa-menu li.act {
	border: 2px solid #e01b38;
	background-color: #FFF !important;
}
.prensa-menu li.act a {
	color: #e01b38;
}
.prensa-menu li.prensamn0 {
	background:#bc0325 url(/assets/img/press-usuario.png) no-repeat 20px center;
	padding-top: 25px;
	height: 25px; border: 2px solid #bc0325; padding: 5px 0 0 70px;
}
.prensa-menu li.prensamn0 a {
	color:#FFF;
}
.prensa-menu li.prensamn0.act a {
	color: #FFF;
}
.prensa-menu li.prensamn1 {
	background: url(/assets/img/press-notas.png) no-repeat 20px center;
	padding-top: 25px;
	height: 45px;
}
.prensa-menu li.prensamn2 {
	background: url(/assets/img/press-corporativo.png) no-repeat 20px center;
}
.prensa-menu li.prensamn3 {
	background: url(/assets/img/press-material.png) no-repeat 20px center;
}
.prensa-menu li.prensamn4 {
	background: url(/assets/img/press-eventos.png) no-repeat 20px center;
	padding-top: 25px;
	height: 45px;
}
.prensa-menu li.prensamn5 {
	background: url(/assets/img/press-contacto.png) no-repeat 20px center;
	padding-top: 25px;
	height: 45px;
}
.prensa-tw {
	border: 2px solid #0095d5;
	background: #0095d5;
	padding: 3px 0 0 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.prensa-fb {
	border: 2px solid #39579a;
	background: #39579a;
	padding: 3px 0 0 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.prensa-tw div, .prensa-fb div {
	background: #FFF;
	margin-top: 3px;
}
.prensa-fb div {
	font-size: 12px;
	font-weight: normal;
	color: #39579a;
	padding: 15px;
	text-align: left;
	min-height: 55px;
}
.prensa-fb div img {
	float: left;
	margin-right: 10px;
}
.prensa-fb div a {
	text-decoration: none;
}
.prensa-tw div {
	min-height: 100px;
}
.prensa-enlaces {
	background: #e9e9e9;
	margin-bottom: 10px;
}
h2.prensa {
	font-size: 30px;
	color: #9b9b9c;
	border-bottom: 2px solid #9b9b9c;
	padding-bottom: 10px;
	margin: 20px 0;
}
h2.prensa-baja {
	font-size: 30px;
	color: #bc0325;
	border-bottom: 2px solid #bc0325;
	padding-bottom: 10px;
	margin: 20px 0;
}
.recordar {
	color: #bc0325;
	font-size: 12px;
	text-align: right;
}
.recordar span {
	cursor: pointer;
}
.recordarpass {
	display: none;
}
.cerrar {
	cursor: pointer;
}
.contacto-prensa {
	background: #e9e9e9;
	padding: 55px 30px;
	color: #999;
}
.contacto-prensa h3 {
	text-align: center;
	color: #bc0325;
	font-size: 15px;
	padding-bottom: 15px;
}
.contacto-prensa p {
	text-align: center;
}
.contacto-prensa p.nac {
	padding-top: 30px;
	font-weight: bold;
	color: #bc0325;
	font-size: 18px;
}
.contacto-prensa ul {
	list-style: none;
	text-align: center;
	padding: 0 50px;
}
.contacto-prensa li {
	display: inline-block;
	text-align: center;
	padding: 20px 40px;
	font-weight: bold;
	width: 150px;
}
.contacto-prensa li.pt {
	width: 250px;
}
.contacto-prensa li span {
	color: #bc0325;
	font-size: 18px;
}
.form-contacto-prensa fieldset {
	clear: both;
	padding-bottom: 15px;
}
.form-contacto-prensa label {
	width: 230px;
	text-align: right;
	padding-right: 20px;
	display: block;
	float: left;
}
.form-contacto-prensa input {
	width: 245px;
	border: 1px solid #FFF;
	float: left;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 2px 10px;
}
.form-contacto-prensa input.bt-enviar {
	width: 265px;
	border: 1px solid #bc0325;
	line-height: 40px;
	text-align: center;
	background: #bc0325;
	color: #FFF;
	margin: 15px 0 0 250px;
	cursor: pointer;
}
.form-contacto-prensa select {
	width: 267px;
	border: 1px solid #FFF;
	float: left;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 2px 10px;
}
.form-contacto-prensa textarea {
	width: 245px;
	height: 200px;
	resize: none;
	border: 1px solid #FFF;
	float: left;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 2px 10px;
}
.corporativa-prensa {
	color: #FFF;
	border: 2px solid #9b9b9c;
	clear: both;
	margin-bottom: 10px;
}
.corporativa-prensa.sin {
	border: none !important;
}
/*.corporativa-prensa h3 { background:#9b9b9c; font-weight:normal; font-size:15px; padding:3px 15px; clear:both;  margin:0px; }*/
.corporativa-prensa h3 {
	line-height: 50px;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 70px;
	clear: both;
	cursor: pointer;
}
.corporativa-prensa h3.ic {
	background: #9b9b9c url(/assets/img/det-galic.png) no-repeat 8px center;
}
.corporativa-prensa h3.lo {
	background: #9b9b9c url(/assets/img/det-gallo.png) no-repeat 10px center;
}
.corporativa-prensa ul {
	list-style: none;
	padding-top: 30px;
}
.corporativa-prensa ul li {
	width: 175px;
	float: left;
	padding-bottom: 30px;
	height: 110px;
}
.corporativa-prensa ul a {
	text-align: center;
	width: 155px;
	padding: 90px 10px 0 10px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	display: inline-block;
	background: url(/assets/img/prensa-ico-corp.png) no-repeat;
}
.corporativa-prensa ul a:hover {
	color: #dc0021;
}
.corporativa-prensa ul.corp-m a {
	background-position: 0 0;
}
.corporativa-prensa ul.corp-d a {
	background-position: -175px 0;
}
.corporativa-prensa ul.corp-p a {
	background-position: -350px 0;
}
.corporativa-prensa ul.corp-b a {
	background-position: -525px 0;
}
.corporativa-prensa ul.corp-l a {
	background: none;
	padding-top: 0px;
	width: 185px;
}
.corporativa-prensa ul.corp-l a span {
	text-align: left;
	display: inline-block;
	padding: 10px 0 0 0;
	text-align: center;
}
.corporativa-prensa .direccion {
	background: #e9e9e9;
	height: 250px;
	display: none;
}
.corporativa-prensa .direccion img {
	margin-bottom: 10px;
}
.corporativa-prensa .direccion ul a {
	background: none;
	padding-top: 0px;
	text-align: left;
}
.informacion-corporativa {
	border: 2px solid #9b9b9c;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.informacion-corporativa h3 {
	line-height: 50px;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 70px;
	clear: both;
	cursor: pointer;
}
.informacion-corporativa h3.dir {
	background: #9b9b9c url(/assets/img/det-galdir.png) no-repeat 10px center;
}
.informacion-corporativa h3.boi {
	background: #9b9b9c url(/assets/img/det-galboi.png) no-repeat 10px center;
}
.informacion-corporativa h3.pre {
	background: #9b9b9c url(/assets/img/det-galpre.png) no-repeat 10px center;
}
.informacion-corporativa h3.dos {
	background: #9b9b9c url(/assets/img/det-galdos.png) no-repeat 10px center;
}
.informacion-corporativa h3.mem {
	background: #9b9b9c url(/assets/img/det-galmem.png) no-repeat 10px center;
}
.inicio-prensa {
	background: #e9e9e9;
	padding: 50px 0 100px 0;
}
.inicio-prensa h2 {
	font-size: 15px;
	font-weight: bold;
	color: #bc0325;
	text-align: center;
	padding-bottom: 35px;
}
.si-registrado {
	width: 400px;
	padding: 0 45px;
	float: left;
	min-height: 1050px;
	border-right: 1px solid #000;
}
.si-registrado div {
	margin-bottom: 10px;
	clear: both;
}
.si-registrado label {
	width: 90px;
	line-height: 27px;
	text-align: right;
	display: inline-block;
	padding-right: 20px;
	font-size: 15px;
	color: #999;
}
.si-registrado input {
	width: 280px;
	height: 27px;
	float: right;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 0 5px;
}
.si-registrado input.btn {
	width: 120px;
	height: 33px;
	margin-left: 110px;
	float: left;
	font: 16px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	background: #bc0325;
	color: #FFF;
}
.si-registrado select {
	width: 290px;
	height: 27px;
	float: right;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 0 5px;
}
.no-registrado {
	width: 490px;
	float: right;
	min-height: 630px;
}
.no-registrado div {
	margin-bottom: 10px;
	clear: both;
}
.no-registrado label {
	width: 180px;
	line-height: 27px;
	text-align: right;
	display: inline-block;
	padding-right: 20px;
	font-size: 15px;
	color: #999;
}
.no-registrado label.dos {
	line-height: 15px;
}
.no-registrado input {
	width: 280px;
	height: 27px;
	float: right;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 0 5px;
}
.no-registrado select {
	width: 290px;
	height: 27px;
	float: right;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 0 5px;
}
.no-registrado textarea {
	width: 290px;
	height: 100px;
	float: right;
	resize: none;
}
.no-registrado .legal {
	text-align: left;
	font-size: 11px;
	padding-top: 20px;
	color: #999;
}
.no-registrado .legal span {
	display: inline-block;
	width: 420px;
	padding: 3px 0 0 15px;
}
.no-registrado .ckbox {
	width: 17px;
	height: 17px;
	float: left;
	margin-left: 10px;
}
.no-registrado input.btn {
	width: 120px;
	height: 33px;
	margin-left: 200px;
	float: left;
	font: 16px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	background: #bc0325;
	color: #FFF;
}
.no-registrado .QapTcha {
	color: #bc0325;
	padding: 20px 0;
	margin-left: 200px;
}
.no-registrado .QapTcha .bgSlider {
	background-color: #bc0325;
	height: 35px
}
.intereses {
	width: 280px;
	display: block;
	float: right;
	color: #999;
}
.intereses p {
	line-height: 30px;
	width: 140px;
	float: left;
	font-size: 13px;
}
.intereses input {
	width: 20px;
	float: left;
	clear: both;
}
.si-registrado .QapTcha {
	color: #bc0325;
	padding: 20px 0;
	margin-left: 110px;
}
.si-registrado .QapTcha .bgSlider {
	background-color: #bc0325;
	height: 35px
}
.filtro {
	text-align: center;
	padding-bottom: 20px;
}
.filtro a {
	text-decoration: none;
	background: #9b9b9c;
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.filtro a.act {
	background: #d90c29;
}
.prensa-enlaces {
	padding: 10px;
}
.prensa-enlaces h4 {
	text-align: center;
	line-height: 35px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 25px;
	background: url(/assets/img/dt-enlaces.png) no-repeat 25px top;
}
.prensa-enlaces p {
	padding: 0 0 20px 20px;
	background: url(/assets/img/btn-mas.png) no-repeat top left;
}
.prensa-enlaces a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	display: block;
}
.buscador {
	background: #e9e9e9;
	padding: 10px 20px;
	min-height: 80px;
}
.buscador h3 {
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 15px;
}
.buscador fieldset {
	width: 200px;
	float: left;
	margin-right: 10px;
}
.buscador fieldset a {
	margin-top: 25px;
}
.buscadorp {
	background: #e9e9e9;
	padding: 10px 20px;
	min-height: 80px;
}
.buscadorp h3 {
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 15px;
}
.buscadorp fieldset {
	width: 320px;
	float: left;
	margin-right: 10px;
}
.buscadorp fieldset label {
	width: 100px;
	display: inline-block;
}
.buscadorp fieldset input {
	width: 180px;
	line-height: 30px;
	font-size: 15px;
}
.buscadorp fieldset a {
	margin-top: 25px;
}
.buscadorp .btnbus {
	background: url(/assets/img/det-lupa.png) no-repeat;
	width: 20px;
	height: 23px;
	margin-left: 15px;
}
.notasprensa {
}
.notasprensa .evento {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #9b9b9c;
}
.notasprensa .evento h3 {
	color: #d90c29;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
.notasprensa .evento .dd {
	font-weight: normal;
	color: #333;
	font-size: 13px;
	display: block;
	padding-bottom: 20px;
}
.notasprensa .evento img {
	font-size: 11px;
	width: 250px;
	float: left;
}
.notasprensa .evento-inf {
	width: 460px;
	float: right;
	color: #9a9a9a;
	font-size: 14px;
}
.notasprensa .evento-inf p {
	line-height: 17px;
	padding: 5px 0;
}
.notasprensa .evento-inf a {
	padding-left: 20px;
	background: url(/assets/img/btn-mas.png) no-repeat center left;
	text-decoration: none;
	color: #000;
}
.notasprensa .evento-inf a:hover {
	color: #d90c29;
}
.notasprensa .evento-txt {
	width: 435px;
	color: #9a9a9a;
	font-size: 14px;
	float: right;
	margin: 0 4px 30px 4px;
}
.notasprensa .evento-txt h3 {
	padding: 20px 0;
	height: auto;
}
.notasprensa .evento-txt p {
	padding-bottom: 20px;
}
.notasprensa .evento-txt a {
	text-align: center;
	width: 250px;
	background: #d90c29;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	padding: 7px 0;
	display: block;
}
.teinvitamos {
}
.teinvitamos .evento {
	border: 1px solid #d90c29;
	padding: 20px;
	clear: both;
	margin-top: 30px;
}
.teinvitamos .evento h3 {
	color: #d90c29;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
.teinvitamos .evento .dd {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	display: block;
	padding-bottom: 30px;
}
.teinvitamos .evento-img {
	font-size: 11px;
	width: 250px;
	float: left;
}
.teinvitamos .evento-img img {
	width: 250px;
	height: auto;
}
.teinvitamos .evento-inf {
	width: 420px;
	float: right;
	color: #9a9a9a;
	font-size: 14px;
}
.teinvitamos .evento-inf p {
	line-height: 17px;
	padding: 5px 0;
}
.teinvitamos .evento-inf a {
	color: #d90c29;
}
.teinvitamos .bot-enlace {
	text-decoration: none;
	background: #9b9b9c;
	display: inline-block;
	float: right;
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.convocatorias {
}
.convocatorias .evento {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #9b9b9c;
}
.convocatorias .evento h3 {
	color: #d90c29;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
.convocatorias .evento .dd {
	font-weight: normal;
	color: #333;
	font-size: 13px;
	display: block;
	padding-bottom: 20px;
}
.convocatorias .evento-img {
	font-size: 11px;
	width: 250px;
	float: left;
}
.convocatorias .evento-img img {
	width: 250px;
	height: auto;
}
.convocatorias .evento-inf {
	width: 460px;
	float: right;
	color: #9a9a9a;
	font-size: 14px;
}
.convocatorias .evento-inf p {
	line-height: 17px;
	padding: 5px 0;
}
.convocatorias .evento-inf a {
	padding-left: 20px;
	background: url(/assets/img/btn-mas.png) no-repeat center left;
	text-decoration: none;
	color: #000;
}
.convocatorias .evento-inf a:hover {
	color: #d90c29;
}
.convocatorias .desarrollado {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
}
.convocatorias .desarrollado h3 {
	color: #d90c29;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.convocatorias .desarrollado img {
	width: 100%;
	height: auto;
}
.convocatorias .desarrollado p {
	margin-bottom: 25px;
	color: #999;
	text-align: justify;
}
.convocatorias .desarrollado p.enlace {
	text-align: center;
}
.convocatorias .desarrollado p.enlace a {
	font-size: 16px;
	text-decoration: none;
	color: #d90c29;
	line-height: 35px;
	border: 2px solid #d90c29;
	padding: 7px 20px 7px 50px;
	background: url(/assets/img/mat-multimedia.png) no-repeat 10px center;
}
.convocatorias .volver {
	background: #e9e9e9;
	padding: 7px 0px;
	text-align: center;
	margin: 20px 0 50px 0;
}
.convocatorias .volver a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
	background: url(/assets/img/bt-volver.png) no-repeat left center;
	padding-left: 20px;
}
.convocatorias .volver a:hover {
	color: #d90c29;
}
.material {
	color: #FFF;
	border: 2px solid #9b9b9c;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.material.eventos {
	border: 2px solid #9b9b9c;
}
h2.mateventos {
	line-height: 50px;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	padding: 0 0 0 20px;
	clear: both;
	cursor: pointer;
	background: #9b9b9c;
	color: #FFF;
}
h2.mateventos span {
	background: none;
}
/*.corporativa-prensa {  color:#FFF; border:2px solid #9b9b9c; clear:both; margin-bottom:10px;  }
.corporativa-prensa h3 { background:#9b9b9c; font-weight:normal; font-size:15px; padding:3px 15px; clear:both;  margin:0px; }
.corporativa-prensa ul { list-style:none; padding-top:30px; }
.corporativa-prensa ul li { width:175px; float:left; padding-bottom:30px; height:110px; }
.corporativa-prensa ul a { text-align:center; width:155px; padding:90px 10px 0 10px; font-size:11px; color:#999; text-decoration:none; display:inline-block; background:url(/assets/img/prensa-ico-corp.png) no-repeat;  }
.corporativa-prensa ul a:hover { color:#dc0021; }*/

.material div {
	display: block;
	clear: both;
}
.material .tit {
	padding: 10px 20px;
	margin-top: 10px;
}
.material .tit h2 {
	color: #d90c29;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	width: 680px;
	display: block !important;
	border-bottom: 1px solid #333;
	margin: 0px auto;
}
.material .tit h3 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}
.material h4 {
	line-height: 50px;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 70px;
	clear: both;
	cursor: pointer;
}
.material h4.vv {
	background: #9b9b9c url(/assets/img/det-galv.png) no-repeat left center;
}
.material h4.ff {
	background: #9b9b9c url(/assets/img/det-galf.png) no-repeat left center;
}
.material h4.aa {
	background: #9b9b9c url(/assets/img/det-gala.png) no-repeat left center;
}
.material.eventos .tit {
	padding: 0px;
	margin: 0px;
}
.material.eventos .tit h2 {
	color: #FFF;
	line-height: 50px;
	background: #9b9b9c;
	font-size: 16px;
	width: 686px;
	font-weight: bold;
	padding: 0 20px;
	display: block !important;
	border-bottom: none;
	margin: 0px auto;
	margin-bottom: 20px;
}
.material.eventos .tit h2 span {
	background: none;
	color: #FFF;
	text-transform: lowercase
}
.material.eventos h4 {
	line-height: 50px;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 70px;
	clear: both;
	margin: 20px;
}
.contenedor-videos {
	margin-top: 20px;
}
.contenedor-fotos {
	margin-top: 20px;
}
.galeria-fotos, .galeria-videos, .galeria-audios {
}
.galeria-fotos ul {
	list-style: none;
	padding: 0 0 30px 20px;
}
.galeria-fotos ul li {
	float: left;
}
.galeria-fotos ul li img {
	width: 165px;
	height: auto;
	margin: 0 7px 7px 0;
}
.galeria-videos ul {
	list-style: none;
	padding: 0 0 30px 20px;
}
.galeria-videos ul li {
	padding-bottom: 20px;
	float: left;
	margin-right: 10px;
	width: 120px;
	text-align: center;
}
.galeria-videos a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
}
.galeria-videos a.act {
	text-decoration: underline;
	color: #d90c29;
}
.galeria-videos .iframe {
	width: 680px;
	height: 382px;
	margin: 0 0 20px 20px;
}
.secc {
	background: #e9e9e9;
	font-weight: normal;
	height: 22px;
	font-size: 15px;
	padding: 3px 0;
	clear: both;
}
.secc h3 {
	width: 200px;
	float: left;
}
.secc span {
	width: 200px;
	float: right;
	text-align: right;
}
.secc span a {
	padding-right: 15px;
	text-decoration: none;
	color: #333;
}
.ficha {
	padding: 30px 0;
	clear: both;
}
.ficha h4 {
	color: #d90c29;
}
.ficha div {
	color: #999;
}
.ficha div img {
	float: left;
	padding-right: 20px;
}
.ficha p {
	padding-bottom: 15px;
	color: #999;
}
a.elpdf {
	background: #FFF !important;
	border: 2px solid #d90c29;
	color: #d90c29 !important;
	padding: 15px 20px;
}
a.elpdf span {
	display: inline-block;
	background: url(/assets/img/elpdf.png) no-repeat;
	line-height: 33px;
	padding-left: 45px
}

span.dt { color:#333}
.parabaja { margin-left:250px}
select.motivobaja {
	width: 290px;
	height: 27px;
	float: none;
	font: 15px "GothamBook", Arial, Helvetica, sans-serif;
	padding: 0 5px; margin-top:10px;
}
.QapTcha.motivobaja { margin-left:20px;}
input.quierodarmedebaja { width:30px; height:20px; }


/* ---------------------------------------------------------------------- DISPOSITIVOS MÓVILES */
@media only screen and (max-width: 600px) {
	.head.periodistas h1 { width: 300px; }	
}
