/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
	position: relative;
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  background-color: transparent;
  background-image: url(../images/cs-bg-unpublished.png);
  /*background-size: 100% 100%;*/
  background-repeat: repeat;
  background-position: center top;
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #ED1C24;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
	margin-top: 0;
	text-shadow: 0 0 8px rgba(0,0,0,1);
	display: none;
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/* Links node */

.node .links_language {
	clear: both;
	text-align: right;
	display: none;
}

.node-type-comic .node .links_language {
	display: block;
}

.node .links_language span.label {
	font-weight: normal;
	color: #cbcbcb;
	font-style: italic;
}

.node .links_language ul.links li {
	display: none;
	padding: 0 0 0 0.5em;
}

.node .links_language ul.links li.es,
.node .links_language ul.links li.en,
.node .links_language ul.links li.fr,
.node .links_language ul.links li.it,
.node .links_language ul.links li.ca {
	display: inline-block;
}

.node .links_language ul.links li a {
	display: block;
	background-color: rgba(0,0,0,0.9);
	/*color: #FFFFFF;*/
	padding: 0 5px 0 5px;
	border-radius: 5px;
}

.node .links_node {
	clear: both;
	padding-top: 30px;
}

.node .links_node ul.links li {
}

.node .links_node ul.links li.es,
.node .links_node ul.links li.en,
.node .links_node ul.links li.fr,
.node .links_node ul.links li.it,
.node .links_node ul.links li.ca {
	display: none;
}

.node .links_node ul.links {
}

.node .links_node ul.links li {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
}

.node .links_node ul.links li a {
	display: inline-block;
	line-height: 24px;
	padding: 3px 10px 3px 40px;
	background-size: 30px 200%, 100% 200%;
	background-repeat: no-repeat, no-repeat;
	background-position: 5px top, center top;
	color: #ffffff;
}

.node .links_node ul.links li a:hover {
	background-position: 5px top, center bottom;
	/*color: #000000;*/
}

.node .links_node ul.links li.comment_forbidden a {
	background-image: url(../images/cs-btn-ico-user@2x.png), url(../images/cs-btn-2@2x.png);
}

.node .links_node ul.links li.comment-add a {
	background-image: url(../images/cs-ico-comentario@2x.png), url(../images/cs-btn-2@2x.png);
}

.node .links_node ul.links li.flag-leer_mas_tarde a {
	background-image: url(../images/cs-ico-leer@2x.png), url(../images/cs-btn-2@2x.png);
}

.node .links_node ul.links li.flag-me_gusta a {
	background-image: url(../images/cs-ico-vote@2x.png), url(../images/cs-btn-2@2x.png);
}

.node .links_node ul.links li.flag-reportar_comic a {
	background-image: url(../images/cs-ico-abuse@2x.png), url(../images/cs-btn-2@2x.png);
}

.node .links_node ul.links li.comment-add,
.node .links_node ul.links li.statistics_counter {
	display: none;
}

/* Comic */

.node-comic .group-portada {
	position: relative;
	margin-bottom: 20px;
}

.node-comic .group-portada-1 {
	position: relative;
}

.node-comic .group-informacion {
}

.node-comic .group-informacion_principal {
}

.node-comic .group-compra {
}

.node-comic .group-compra-1 {
	position: relative;
}

.node-comic .group-compra-1:before {
	float: left;
	color: #cbcbcb;
	font-style: italic;
	content: "Comprar:";
	margin-right: 5px;
	font-size: 1em;
	line-height: 1.5em;
}

.node-comic .group-compra-2 {
}

.node-comic .group-informacion-extra {
	border-top: 1px solid #ED1C24;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
}

.node-comic .group-personajes {
	border-top: 1px solid #ED1C24;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

@media all and (max-width: 479px) {
	/* Tema nombre a la derecha */
	.node-comic .group-portada {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
	}
	.node-comic .group-informacion-principal {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
	}
	.node-comic .group-compra {
		clear: both;
	}
	.node-comic h1 {
		font-size: 1.8em;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	.node-comic h1 .volumen {
		display: none;
	}
	/* Tema compra a la derecha */
	/*.node-comic .group-portada {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		clear: left;
	}
	.node-comic .group-informacion {
		clear: both;
	}
	.node-comic .group-compra-1 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 49%;
	}
	.node-comic .group-compra-2 {
		position: absolute;
		top: 200px;
		right: 0px;
		width: 49%;
	}*/
	.node-comic .group-informacion-extra > div:nth-child(2n+1) {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		clear: left;
	}
	.node-comic .group-informacion-extra > div:nth-child(2n) {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
	}
}

@media all and (min-width: 480px) and (max-width: 959px) {
	.node-comic .group-portada {
	  float: left;
	  width: 49%; /* Ancho */
	  margin-left: 0%; /* separacion izq */
	  margin-right: -49%; /* suma ancho + separacion izq en negativo */
	  display: block;
	}
	.node-comic .group-informacion {
	  float: left;
	  width: 49%;
	  margin-left: 51%;
	  margin-right: -100%;
	  display: block;
	}
	.node-comic .group-informacion-extra > div:nth-child(2n+1) {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		clear: left;
	}
	.node-comic .group-informacion-extra > div:nth-child(2n) {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
	}
}

@media all and (min-width: 960px) {
	.node-comic .group-portada {
	  float: left;
	  width: 33%; /* Ancho */
	  margin-left: 0%; /* separacion izq */
	  margin-right: -33%; /* suma ancho + separacion izq en negativo */
	  display: block;
	}
	.node-comic .group-informacion {
	  float: left;
	  width: 65%;
	  margin-left: 35%;
	  margin-right: -100%;
	  display: block;
  	}
	.node-comic .group-compra {
		float: left;
		width: 65%; /* Ancho */
		margin-left: 0%; /* separacion izq */
		margin-right: -65%; /* suma ancho + separacion izq en negativo */
		display: block;
	}
	.node-comic .group-informacion-extra {
		float: left;
		width: 33%;
		margin-left: 67%;
		margin-right: -100%;
		display: block;
		border-left: none;
		border-top: none;
		padding: 0;
	}
	.node-comic .group-informacion-extra > div {
		border-left: 1px solid #ED1C24;
		padding-left: 10px;
	}
	.node-comic .group-personajes {
	  float: left;
	  width: 100%;
	  margin-left: 0%;
	  margin-right: -100%;
	  *position: relative;
	  *zoom: 1;
	  padding-left: 0;
	  padding-right: 0;
	  clear: left;
   	}
	.node-comic .group-compra-1 {
		float: left;
		width: 49%; /* Ancho */
		margin-left: 0%; /* separacion izq */
		margin-right: -49%; /* suma ancho + separacion izq en negativo */
		display: block;
	}
	.node-comic .group-compra-2 {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
		display: block;
	}
}

.node-comic .model {
	display: block;
	font-weight: normal;
	margin-right: 0;
}

.node-comic .model .product-info-value {
	display: block;
}

.node-comic .field-name-field-imagen-comic,
.node-comic .field-name-field-comic-online,
.node-comic .field-name-field-portada-comic {
	line-height: 0px;
}

.node-comic .field-name-field-imagen-comic img,
.node-comic .field-name-field-comic-online img {
	width: 100%;
	height: auto;
}

.node-comic .field-name-field-volumen {
	background-color: #0088E3;
	border-top-left-radius: 35px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 35px;
	height: 35px;
	z-index: 5;
	font-size: 0.9em;
	color: #000000;
}

.node-comic .field-name-field-volumen .field-item {
	line-height: 33px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: center;
}

.node-comic .field-name-field-volumen .field-item {
	
}

.node-comic .view-ficha-comic.estadisticas {
	margin-top: 10px;
	background-color: rgba(0,0,0,0.9);
	padding: 0 5px 0 5px;
	border-radius: 5px;
	text-align: center;
}

.node-comic .view-ficha-comic.estadisticas .view-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.node-comic .view-ficha-comic.estadisticas .views-field:nth-child(3n+1) {
	float: left;
	width: 33.3333%;
	margin-left: 0%;
	margin-right: -33.3333%;
	clear: left;
	
	border-right-color: rgba(255,255,255,0.2);
	border-right-style: solid;
	border-right-width: 1px;
}

.node-comic .view-ficha-comic.estadisticas .views-field:nth-child(3n+2) {
	float: left;
	width: 33.3333%;
	margin-left: 33.3333%;
	margin-right: -66.6667%;
}

.node-comic .view-ficha-comic.estadisticas .views-field:nth-child(3n) {
	float: left;
	width: 33.3333%;
	margin-left: 66.6667%;
	margin-right: -100%;
	clear: right;
	
	border-left-color: rgba(255,255,255,0.2);
	border-left-style: solid;
	border-left-width: 1px;
}

.node-comic .view-ficha-comic.estadisticas .field-content {
	display: block;
	font-weight: bold;
}

.node-comic .view-ficha-comic.estadisticas .views-field:last-child::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.node-comic .field-name-field-coleccion {
	float: left;
	margin-right: 15px;
}

.node-comic .coleccion {
	display: inline-block;
}

.node-comic .coleccion .views-row {
	display: inline-block;
	margin-right: 2px;
}

.node-comic h1 {
	margin: 0;
	color: #ED1C24;
	font-variant: small-caps;
}

.node-comic h1 .volumen {
	color: #0088E3;
	font-variant: normal;
} 

.node-comic .field-name-body {
	margin-bottom: 20px;
	text-align: justify;
}

.node-comic .field-name-field-muestra-comic .field-item:first-child a img {
	display: none;
}

.node-comic .field-name-field-formato .field-item {
	
}

.node-comic .group-informacion + * {
	display: block;
	clear: both;
	padding-top: 30px;
	background-position: center 30px;
}

.node-comic .photoswipe-gallery .field-content a {
	display: none;
}

.node-comic .photoswipe-gallery .field-content a:first-child {
	display: block;
}

.node-comic .photoswipe-gallery.comic-online {
	padding-bottom: 10px;
}

.node-comic .photoswipe-gallery.comic-online .field-content a:first-child {
	width: 100%;
	height: 30px;
	background-image: url(../images/cs-btn-1@2x.png);
	background-size: 100% 60px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	display: block;
}

.node-comic .photoswipe-gallery.comic-online .field-content a:first-child:hover {
	background-position: center bottom;
}

.node-comic .photoswipe-gallery.muestra-comic {
	padding-bottom: 10px;
}

.node-comic .photoswipe-gallery.muestra-comic .field-content a:first-child {
	width: 100%;
	height: 30px;
	background-image: url(../images/cs-btn-2@2x.png);
	background-size: 100% 60px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	display: block;
}

.node-comic .photoswipe-gallery.muestra-comic .field-content a:first-child:hover {
	background-position: center bottom;
}

.node-comic .photoswipe-gallery.comic-online-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.node-comic .photoswipe-gallery.comic-online-2 .field-content a:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.node-comic .photoswipe-gallery.comic-online-2 .field-content a:first-child:hover {
	background-image: url(../images/cs-ico-ver@2x.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Coleccion */

.node-coleccion h1 {
	margin: 0;
	padding: 0;
	color: #ED1C24;
	font-variant: small-caps;
}

.node-coleccion .group-portada {
}

.node-coleccion .group-informacion {
}

.node-coleccion .group-informacion + * {
	display: block;
	clear: both;
	padding-top: 30px;
	background-position: center 30px;
}

@media all and (max-width: 479px) {
	
}

@media all and (min-width: 480px) and (max-width: 959px) {
	.node-coleccion .group-portada {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
		
	}
	.node-coleccion .group-informacion {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

@media all and (min-width: 960px) {
	.node-coleccion .group-portada {
		float: left;
		width: 65%;
		margin-left: 0%;
		margin-right: -65%;
		
	}
	.node-coleccion .group-informacion {
		float: left;
		width: 33%;
		margin-left: 67%;
		margin-right: -100%;
	}
}

/* Personaje */

.node-personaje h1 {
	margin: 0;
	padding: 0;
	color: #ED1C24;
	font-variant: small-caps;
}

.node-personaje .group-portada {

}

.node-personaje .group-informacion {

}

.node-personaje .group-informacion + * {
	display: block;
	clear: both;
	padding-top: 30px;
	background-position: center 30px;
}

@media all and (max-width: 479px) {
	.node-personaje .group-portada {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		clear: right;
	}
	.node-personaje .group-informacion-principal {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
	}
	.node-personaje h1 {
		font-size: 1.8em;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	.node-personaje .field-name-body {
		clear: both;
		padding-top: 10px;
	}
}

@media all and (min-width: 480px) and (max-width: 959px) {
	.node-personaje .group-portada {
		float: left;
		width: 33%;
		margin-left: 0%;
		margin-right: -33%;
		display: block;
	}
	
	.node-personaje .group-informacion {
		float: left;
		width: 65%;
		margin-left: 35%;
		margin-right: -100%;
		display: block;
	}
}

@media all and (min-width: 960px) {
	.node-personaje .group-portada {
		float: left;
		width: 33%;
		margin-left: 0%;
		margin-right: -33%;
		display: block;
	}
	
	.node-personaje .group-informacion {
		float: left;
		width: 65%;
		margin-left: 35%;
		margin-right: -100%;
		display: block;
	}
}

.node-personaje .field-name-body {
	margin-bottom: 20px;
	text-align: justify;
}

/* Autor */

.page-user h1 {
	margin: 0;
	padding: 0;
	color: #ED1C24;
	font-variant: small-caps;
}

.page-user .group-avatar {
}

.page-user .group-informacion {
}

.page-user .group-informacion + *,
.profile + * {
	display: block;
	clear: both;
	padding-top: 30px;
	background-position: center 30px;
}

@media all and (max-width: 479px) {
	.page-user .group-avatar {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
	}
	.page-user .group-informacion-principal {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		text-align: right;
	}
	.page-user h1 {
		font-size: 1.8em;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	.page-user .field-name-field-descripcion {
		clear: both;
		padding-top: 10px;
	}
}

@media all and (min-width: 480px) and (max-width: 959px) {
	.page-user .group-avatar {
		float: left;
		width: 48%;
		margin-left: 52%;
		margin-right: -100%;
		
	}
	.page-user .group-informacion {
		float: left;
		width: 50%;
		margin-left: 0%;
		margin-right: -50%;
		text-align: right;	
	}
	.page-user .group-informacion p {
		text-align: right;
		margin-top: 0;
	}
}

@media all and (min-width: 960px) {
	.page-user .group-avatar {
		float: left;
		width: 33%;
		margin-left: 67%;
		margin-right: -100%;
		
	}
	.page-user .group-informacion {
		float: left;
		width: 65%;
		margin-left: 0%;
		margin-right: -65%;
		text-align: right;	
	}
	.page-user .group-informacion p {
		text-align: right;
		margin-top: 0;
	}
}

.profile h3 {
	border-bottom: 1px solid #ED1C24;
}

.group-enlaces-sociales {
	margin-top: 10px;
}

.group-enlaces-sociales .field {
	display: inline-block;
	margin-left: 5px;
}

.group-enlaces-sociales .field-item {
	display: inline-block;
}

.group-enlaces-sociales .field a {
	display: block;
	/*line-height: 24px;*/
	padding: 3px 10px 3px 34px;
	background-image: url(../images/cs-btn-social-link@2x.png);
	background-size: 24px 100%;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.page-user .field-name-field-enlace-social-twitter a {
	background-image: url(../images/cs-btn-social-twitter@2x.png);
}

.page-user .field-name-field-enlace-social-facebook a {
	background-image: url(../images/cs-btn-social-facebook@2x.png);
}

.page-user .field-name-field-enlace-social-deviantart a {
	background-image: url(../images/cs-btn-social-deviantart@2x.png);
}

.page-user .field-name-field-enlace-social-flickr a {
	background-image: url(../images/cs-btn-social-flickr@2x.png);
}

.page-user .field-name-field-enlace-social-pinterest a {
	background-image: url(../images/cs-btn-social-pinterest@2x.png);
}

.page-user .field-name-field-enlace-social-Pinterest a {
	
}

/* Post */

.node-post {
	
}

.node-post .field-name-field-imagen-post img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.node-post .field-name-body img {
	/*margin: 10px;*/
}

.node-post .field-name-field-video-adjunto iframe {
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 20px;
}

/* Horizontal Tabs */

.field-group-htabs {
	
}

div.horizontal-tabs {
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
	border-style: none;
}

.horizontal-tabs ul.horizontal-tabs-list {
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0px;
	position: relative;
	list-style: none;
	list-style-image: none;
	background-color: #dedede;
	border-right: 1px solid #dedede;
	width: 100%;
	height: auto;
	clear: both;
}

.horizontal-tabs ul.horizontal-tabs-list li {
	background: #eee;
	border-right: 1px solid #ccc;
	padding: 1px;
	padding-top: 0;
	margin: 0;
	min-width: 5em;
	float: left;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
	padding: 0;
	min-width: 100%;
	max-width: 0px;
	width: 100%;
	border-style: none;
	border-width: 0;
	margin: 0;
	display: block;
}

/* nodos estaticos */

.pag-como-1 {

}
.pag-como-2 {

}

@media all and (max-width: 480px) {
	.pag-como-1 {
	}
	.pag-como-2 {
	}
	.pag-como-3 {
	}
	.pag-como-4 {
	}
	.pag-como-1 img,
	.pag-como-2 img,
	.pag-como-3 img,
	.pag-como-4 img {
		margin: 0px;
		width: 100%;
		height: auto;
	}
}

@media all and (min-width: 480px) and (max-width: 959px) {
	.pag-como-1 {
		float: left;
		width: 50%;
		margin-left: 0%;
		margin-right: -50%;
		clear: left;
	}
	.pag-como-2 {
		float: left;
		width: 50%;
		margin-left: 50%;
		margin-right: -100%;
		clear: right;
	}
	.pag-como-2 a {
		display: block;
		margin-left: 10px;
	}
	.pag-como-3 {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		clear: left;
	}
	.pag-como-4 {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
		clear: right;
	}
}

@media all and (min-width: 960px) {
	.pag-como-1 {
		float: left;
		width: 75%;
		margin-left: 0%;
		margin-right: -75%;
		clear: left;
	}
	.pag-como-2 {
		float: left;
		width: 25%;
		margin-left: 75%;
		margin-right: -100%;
		clear: right;
	}
	.pag-como-2 a {
		display: block;
		margin-left: 10px;
	}
	.pag-como-3 {
		float: left;
		width: 49%;
		margin-left: 0%;
		margin-right: -49%;
		clear: left;
	}
	.pag-como-4 {
		float: left;
		width: 49%;
		margin-left: 51%;
		margin-right: -100%;
		clear: right;
	}
	.pag-como-3 img,
	.pag-como-4 img {
		margin: 0 auto;
		width: 66%;
		height: auto;
		display: block;	
	}
}

/* Nosotros */

.sies {
	
}

.noes {
	
}

.sies,
.noes,
.comoes {
	clear: both;
}

@media (max-width: 479px) {
	.sies .dibujo {
		float: left;
		width: 50%
	}
	.noes .dibujo {
		float: right;
		width: 50%
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.sies .dibujo {
		float: left;
		width: 33%
	}
	.sies .texto {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
		-moz-column-gap: 20px; /* Firefox */
		-webkit-column-gap: 20px; /* Safari and Chrome */
		column-gap: 20px;
		-moz-column-rule: 1px outset #ED1C24; /* Firefox */
		-webkit-column-rule: 1px outset #ED1C24; /* Safari and Chrome */
		column-rule: 1px outset #ED1C24;
	}
	.sies .texto p {
		margin-top: 0;
	}
	.noes h4 {
		text-align: right;
	}
	.noes .dibujo {
		float: right;
		width: 33%	
	}
	.noes .texto {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
		-moz-column-gap: 20px; /* Firefox */
		-webkit-column-gap: 20px; /* Safari and Chrome */
		column-gap: 20px;
		-moz-column-rule: 1px outset #ED1C24; /* Firefox */
		-webkit-column-rule: 1px outset #ED1C24; /* Safari and Chrome */
		column-rule: 1px outset #ED1C24;
	}
	.noes .texto p {
		margin-top: 0;
	}
}

@media all and (min-width: 960px) {
	.sies .dibujo {
		float: left;
		width: 20%
	}
	.sies .texto {
		-moz-column-count: 3; /* Firefox */
		-webkit-column-count: 3; /* Safari and Chrome */
		column-count: 3;
		-moz-column-gap: 20px; /* Firefox */
		-webkit-column-gap: 20px; /* Safari and Chrome */
		column-gap: 20px;
		-moz-column-rule: 1px outset #ED1C24; /* Firefox */
		-webkit-column-rule: 1px outset #ED1C24; /* Safari and Chrome */
		column-rule: 1px outset #ED1C24;
	}
	.sies .texto p {
		margin-top: 0;
	}
	.noes h4 {
		text-align: right;
	}
	.noes .dibujo {
		float: right;
		width: 20%	
	}
	.noes .texto {
		-moz-column-count: 3; /* Firefox */
		-webkit-column-count: 3; /* Safari and Chrome */
		column-count: 3;
		-moz-column-gap: 20px; /* Firefox */
		-webkit-column-gap: 20px; /* Safari and Chrome */
		column-gap: 20px;
		-moz-column-rule: 1px outset #ED1C24; /* Firefox */
		-webkit-column-rule: 1px outset #ED1C24; /* Safari and Chrome */
		column-rule: 1px outset #ED1C24;
	}
	.noes .texto p {
		margin-top: 0;
	}
}

/* Sharethis */

.sharethis-buttons {
	clear: both;
	padding-top: 10px;
}