#colCentroM {
	width: 100% !important;
	position: static !important;
}
#colCentroM a {
	position: static;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.titBuzonQuejas{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EBEBEB;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 3px 3px 8px 0 #666666;
	height: 24px;
	margin-bottom: 18px;
	width: 100%;
	margin-top: 21px;
}
.titBuzonQuejas h3 {
 	color: #900B26;
	font: 18px/25px 'ITCAvantGardeGothicStdBookCN',verdana,sans-serif;
	left: 12px;
	margin: 0;
	position: relative;
	
	/*
	color: #900B26;
	position: relative;
	top: 0;
	font-family: 'ITCAvantGardeGothicStdDemi';
	font-size: 16px;
	line-height: 20px;
	*/
}

p.quejasReclamaciones{
	margin-bottom:0;
}
.bloqueTextoCerrar{
	padding-top: 8px;
	font-family: Trebuchet MS, Trebuchet MS, sans-serif;
	display:none;
	width: 98%;
	padding-left:10px;
	background: #fafafa;
	border-left: 1px solid #ebebeb;
}
	@media screen and (max-width: 480px) {	
		.bloqueTextoCerrar{
			min-width: 320px;
		}
	}
.bloqueTextoCerrar h2{
	color: #900B26;
	font: bold 15px/9px Trebuchet MS,Trebuchet MS,sans-serif;	
	position: relative;
	line-height: 16px;
}

.bloqueTextoCerrar ul{
    margin-top: 16px;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.3em;
    margin-left: 12px;	
	list-style: disc;
}
.bloqueTextoCerrar ul li{
	font-size: 14px;
	margin-left: 10px;
	background: none !important;
	margin-bottom: 6px !important;
	margin-left: 17px !important;
	padding-left: 0 !important;
}
.bloqueTextoCerrar ul li li{
	font-size: 1em;
}

.bloqueTextoCerrar ul li p{
    font-size: 1em;
	margin-left: 10px;
}

ul.imagen_pdf{list-style: none;}

ul.imagen_pdf li {
   padding: 6px 0 0 33px !important;
    height: 38px !important;
    margin: 0;
    margin-left: 0px;
    background: url(/image/icoPDF.png) left top no-repeat !important;
    background-size: 27px!important;
}

.cuadroRojo{
	padding: 10px 30px 15px;
	border: solid 1px #E3670E;
	width: 80%;
	margin: 25px auto;
}
@media screen and (max-width: 480px) {	
	.cuadroRojo{
		padding: 10px 10px 10px;
		width: 90%;
		margin-left: -20px;
		min-width: 280px;
	}
}
.cuadroRojo .titRojo{
	text-align: center;
	color: #E3670E;
	font-size: 0.95em;
	font-weight: bold;
}
.cuadroRojo a {
    display: block;
    margin: 20px auto 0;
    width: 200px;
}


#modal {	
	z-index: 999;
	font: 18px/25px Trebuchet MS, Trebuchet MS, sans-serif;
	left: 50%;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: -50%;
	visibility: hidden;
	width: 65%;
	box-shadow: 0 3px 7px rgba(0,0,0,.25);
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
	@media screen and (max-width: 680px) {	
		#modal {
		  width: 90%;
		  margin: -30px 0 0 -15%;
		}
	}
	@media screen and (max-width: 480px) {	
		#modal {
			 width: 90%;
			min-width:320px;
			left: 47%;
			margin: -30px 0 0 -20%;
		}
	}

#modal:target {
	opacity: 1;
  	top: 50%;
	left:20%;
  	visibility: visible;
}

/* PERSONALIZADOS */

#modal .header, #modal .footer {
  border-bottom: 1px solid #fafafa;
  border-radius: 5px 5px 0 0;
}

#modal .footer {
  border: none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}

#modal h2 {
  margin: 0;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: normal !important;
}

#modal .btn { float: right }

#modal .copy, #modal .header, #modal .footer {
  padding: 10px;
  color: #000;
  text-align: center;
}

.modal-content {
  /*background: #cc3333;*/
  background: #ffffff;
  position: relative;
  z-index: 20;
  border-radius: 5px;
  color: #fff;
  padding: 35px 10px 30px 15px;
}

#modal .copy { 
	background: #ffffff;
}

#modal .overlay {
  background-color: #000;
  background: rgba(0,0,0,.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10
}

.copy p {font-size: 16px;}
.copy a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #E74C3C;
}

.modalBotones{
	width: 415px;
	margin: 0 auto;
	height: 34px;
}
	@media screen and (max-width: 480px) {
		.modalBotones{width: 300px;}
	}
	@media screen and (max-width: 390px) {
		.modalBotones{width: 275px;}
	}
a.btnContactar, a.btnCerrar{
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	font-size: 18px !important;
	background-color: #e3670e;
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	color: #ffffff !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	min-width: 180px;
	text-align: center;
	height: 34px;
	line-height: 31px;
	font-weight: normal !important;
}
a.btnContactar{
	line-height: 17px;
	margin-right: 10px;
}
.clear{clear: both;}

a.btnContactar:hover, a.btnCerrar:hover{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
}
	@media screen and (max-width: 480px) {
		a.btnContactar, a.btnCerrar{
		display: block;
		width: 93%;
		max-width: 278px;
		margin: 5px 0 5px 0;
		}
	}
.bloqueTextoCerrar ul li:last-child{
	padding-bottom:10px
}