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


.node /* Node wrapper */ {
}

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

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  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 */
}

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

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

/* All nodes are given a node-type-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-type-my-custom-type" class.
 */
.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

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

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
  color: #c00;
}

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

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */ {
}

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

.node .terms /* Node terms (taxonomy) */ {
	display: none;
}

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

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

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



/**
** Nodo tipo equipo 
**/

.node-equipo {
	
}

.contenedor_equipo .node-equipo {
	padding: 2em 3em;
}

.contenedor_equipo .node-equipo .field-name-field-orden {
	display: none;
}

.contenedor_equipo .node-equipo .content .field-name-field-subtitulo {
	color: #009DD3;
	font-weight: bold;
	margin: .5em 0 1.4em;
	font-size: 1.1em;	
}

.contenedor_equipo .node-equipo .content .field-name-field-subtitulo h3.title {
	font-size: 1em;
	clear: both;
}
.contenedor_equipo .node-equipo .field-name-body, .contenedor_equipo .node-equipo .content .field-name-field-verificaciones {
	padding-top: 1em;
	float:left;	
}

.contenedor_equipo .node-equipo .field-name-body, .contenedor_equipo .node-equipo .field-name-field-verificaciones {
	float: left;
	font-size: .9em;
	line-height: 150%;
	width: 48%;
	margin-right: 2%;	
}

.contenedor_equipo .node-equipo img, .contenedor_equipo .node-equipo .field-name-field-verificaciones img {
	max-width: 426px;
	height: auto;
}

.contenedor_equipo .node-equipo {
	margin-right: 4%;	
}

.contenedor_equipo .node-equipo h4.title {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1.3em;
}


/*** 
*** Nodo promocion
***/

.node-type-promocion h1.title {
	margin: .6em;
}

.node.node-type-promocion .content {
	padding: 1.3em;		
}

.node.node-type-promocion .content p {
	margin-top: 0;
}

.node-type-promocion .field-field-img-portada {
	float: left;
	margin: 0 1em 1em 0;	
}
	


/***
*** Nodo tipo noticia
***/

body.node-type-story #content .section, body.node-type-story #content .section {
	padding: 30px 56px 20px 215px;	
}

body.node-type-story h1.title, .page-noticias h1.title {
	position: absolute;
	left: 25px;
	font-size: 1.65em;
	width: 180px;
	padding-top: 0;
}

body.node-type-story #content-area > h2 {
	color: #009DD3;
	font-size: 1em;
	display: block;
	margin: 0 0 1em 0;
	border-bottom: 3px solid #009DD3;
	line-height: 140%;
	padding-bottom: .5em;
}

body.node-type-story .content {
	font-size: .95em;	
}

.field-name-field-entradilla {
	color: #606060;
	font-weight: bold;
	background: #EBEBE8;
	padding: 1em;
	margin-bottom: 1.2em;
}

.field-name-field-entradilla p:first-child {
	margin-top: 0;
}
.field-name-field-entradilla p:last-child {
	margin-bottom: 0;
}

body.node-type-story .field-name-field-image-node-attach, body.node-type-story .field-name-field-imagenes {
	float:right;
	margin-left: 5px;
}

body.node-type-story .field-name-field-image-node-attach + p, body.node-type-story .field-name-field-imagenes + p {
	margin-top: 0;	
}

body.node-type-story .field-name-field-image-node-attach img, body.node-type-story .field-name-field-imagenes img {
	border: 2px solid #009DD3;	
}

body.node-type-story .submitted-by {
    float: left;
    font-weight: bold;
    margin-right: 0.4em;	
}

body.node-type-story .content img[style="float: left;"] {
	margin: 0 .8em .8em 0;	
}
body.node-type-story .content img[style="float: right;"] {
	margin: 0 0 .8em .8em;	
}

body.node-type-story .content h3 {
	font-size: 1em;	
	color: #009DD3;
	margin: 1.2em 0;
}

/*********
**********  NODO PROYECTO NUEVAS ESTACIONES
*********/

.node-type-proyecto h1.title {
	padding-bottom: 1.6em;	
}

.node-type-proyecto #content-area {
	width: 912px;
	padding: 24px;
	position: relative;
	left: -24px;
	border-top: 6px solid #009CD3;
	border-bottom: 6px solid #009CD3;
	background: #EBEBE8;	
}

.node-type-proyecto .content_side {
	width: 460px;	
}

.node-type-proyecto .content_side + .node {
	margin-left: 480px;	
}

.node-type-proyecto #content-area .node .content {
	width: 340px;
	margin: 0 auto;
}
.node-type-proyecto #content-area .node .content table {
	width: 100%;
}

.node-type-proyecto h2.titulo_proyecto {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}

.field-field-img-proy {
	width: 340px;
	position: relative;	
	margin-bottom: 1.4em;
}

.field-field-img-proy .field-item img {
	margin: 0 auto;
	display: block;
}

.field-field-img-proy #anterior, .field-field-img-proy #siguiente {
	width: 14px;
	height: 72px;
	background: url(../images/flechas_carrusel.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	cursor: pointer;
	z-index: 999;
}

.field-field-img-proy #anterior {
	background-position: 0px 0px;
	left: -28px;
}

.field-field-img-proy #siguiente {
	background-position: -21px 0px;
	right: -28px;
}

.field-field-img-proy #anterior:hover {
	background-position: 0px -80px;
}

.field-field-img-proy #siguiente:hover {
	background-position: -21px -80px;
}

.field-field-img-proy #titulo_imagen {
	position: absolute;
	top: 100%;
	right: 0;	
	color: #606060;
	font-size: .75em;
	line-height: 100%;
}


/********
********* OTROS PROYECTOS
********/
.node-type-proy-otros #content-area {
	background: none repeat scroll 0 0 #EBEBE8;
    border-bottom: 6px solid #009CD3;
    border-top: 6px solid #009CD3;
    left: -24px;
    padding: 24px;
    position: relative;
    width: 912px;
}

.node-type-proy-otros #content-area .node{
	width: 340px;
	margin: 0 auto;
}

.node-type-proy-otros h2.titulo_proyecto {
	font-size: 1em;
	margin-bottom: 1em;
}

.node-type-proy-otros .field-field-img-proy #titulo_imagen {
	font-size: .85em;
	position: relative;
	top: auto;
	right: auto;	
}

.node-type-proy-otros .field-field-img-proy #titulo_imagen strong {
	color: #009DD3;
	font-weight: bold!important;	
}

.node-type-proy-otros #content-area a.enlace_boton {
	display: inline-block;
	float: none;
	margin: .3em auto;
}

.node-type-proy-otros .field-field-img-proy {
	margin-bottom: 1.6em;
}




/********** EQUIPOS DE MEDIDA ***********/

div.node-type-equipo h2.title {
	margin: 1em 0;	
}

