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

/***Columna principal **********************************/

#seccion{
	/*padding:20px 30px;*/
	/*width:574px;*/
	/*color:#4d5457;*/
	/*font-size:14px;
	padding-bottom:100px;
	font-family:'HelveticaLight',Helvetica, Arial;*/
}

#seccion .texto img{
	border:6px solid #FFF;
}

article {
     padding-left: 15px;
  	padding-right: 15px;
	overflow: hidden;
}

article a{
    color: #435158;
    text-decoration: underline;
}

#seccion header h2, #seccion header .fecha{
	font-family:'HelveticaCondensedLight',Helvetica, Arial;
	font-style:italic;
	font-size:24px;
	/*color:#120202;*/
	/*text-shadow: 0.08em 0.08em 1px #FFF;*/
	font-weight:bold;
	margin-top: 0px;
	padding-left: 0px;
  	padding-right: 0px;
}

#seccion header .fecha{
	/*color:#120202;*/
	font-weight:bold;
	font-size:13px;
	/*float:left;
	margin-left:507px;
	text-align:right;*/
	margin-top:10px;
}

#seccion .separador{
	height:18px;
	background-image:url(../img/separador_seccion.png);
	width:100%;
	margin-bottom: 30px;
}

#seccion article .separador{
	height:8px;
	background-image:url(../img/separadorPunteado_largo.png);
	width:100%;
	top: 30px;
  	position: relative;
	margin-bottom: 35px;
}

#seccion img{
	width: 100%;
  	height: auto;
}

#seccion footer{
	font-family:'HelveticaCondensedLight',Helvetica, Arial;
	font-size:14px;
	color:#7a7b7c;
	display:inline;
}

#compartirNoticia li{
	float:left;
	height:50px;
}

#compartirNoticia{
	margin-top:20px;
}

a.compartir {
	/*float:left;*/
	display: block;
	width: 25px;
	height: 23px;
	margin-left:5px;
}

a.compartir#share_fb {
	background: url("../img/share_fb.png");
}

a.compartir#share_fb:hover {
	background-position: -27px;
}

a.compartir#share_tw {
	background: url("../img/share_tw.png");
}

a.compartir#share_tw:hover {
	background-position: -27px;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}


.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/***Modulo conciertos **********************************/
/*.destacadosTexto{
	background:url(../img/destacados.jpg) no-repeat;
	width:303px;
	height:257px;
	color:#222d32;
	font-style:italic;
}

#lateral .tituloRelieve{
	width:303px;
}

#modulo_conciertos{
	z-index: 1;
	width:303px;
	float:left;
}

#modulo_conciertos a{color:#000;text-decoration:underline;}
#modulo_conciertos a:hover{color:#000;text-decoration:none;}

.concierto{
	margin-left:60px;
	padding-top:8px;
}

.fechaConcierto{
	width:41px;
	height:38px;
	background-color:#7d878c;
	border-width:2px;
  	border-style:solid;
	color:#FFF;
 	border-color:#dbdedf;
	font-style:normal;
	font-weight: bold;
	float:left;
	margin-left:7px;
	margin-top:7px;
}

.mesConcierto{
	font-size:13px;
	text-align:center;
	width:100%;
}

.diaConcierto{
	font-size:23px;
	text-align:center;
	top:-5px;
}*/



/******************* MEDIA QUERIES ************************/

@media (max-width: 767px) { /* col-xs  default */

}

@media (min-width: 768px) and (max-width: 991px) { /* col-sm */

	
}

@media (min-width: 992px) and (max-width: 1199px) { /* col-md */

}

@media (min-width: 1200px) { /* col-lg */

}
