body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	padding-top: 15px;
}


#menu-moviles .navbar-inner {
	background-image: none;
	background-color: #fff;
	min-height: auto;
	box-shadow: none;
}

#menu-moviles li.expanded .white {
	color: #777777;
}

/* ===============================
+++ PÁGINA RESULTADOS DE BUSQUEDA
=============================== */

li.search-result h5 {
	margin: 0px;
}

li.search-result {
	list-style-type: none;
}

/* ===============================
+++ TABLAS
=============================== */

.table-grid {
	border:  none;
}

table.table-grid {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.table-grid td {
	vertical-align: top;
}

.page-search #main-content {
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.5);
/*	padding: 30px;*/
	margin-top: 20px;
}

.page-search #main-content #search-form {
	padding: 30px 30px 0px 30px;
}

/* ===============================
+++ TEXTOS
=============================== */

/*** Tamaños ***/

.super-min {
	font-size: 11px;
	line-height: 15px;
}


.min {
	font-size: 13px;
	line-height: 17px;
}

.small {
	font-size: 15px;
	line-height: 18px;
}

.body {
	font-size: 16px;
	line-height: 20px;
}

.medium {
	font-size: 17px;
	line-height: 21px;
}

.large {
	font-size: 18px;
	line-height: 22px;
}

.x-large {
	font-size: 20px;
	line-height: 24px;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}

h2,
.h2 {
	font-size: 28px;
	line-height: 28px;
}

h2.pane-title {
	margin: 0px;
}

#presentacion-taxonomia h2 {
	margin-top: 0px;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 26px;
}

h4 {
	font-size: 23px; 
	line-height: 23px;
}

h5,
.h5 {
	font-size: 18px; 
	line-height: 18px;
}

h6,
.h6 {
	font-size: 15px; 
	line-height: 15px;
}

.regular {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*** Aligns ***/

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/*** Colores ***/

.gris-red,
.gris-red a {
	color: #6b6960;
}

.dark,
.dark a {
	color: #4e4e4e;
}

.dark a:hover {
	color: #1e1e1e;
	text-decoration: none;
}

.white,
.white a,
a.white {
	color: #fff;
}

.cyan,
.cyan a {
	color: #0090dc;
}

.azul,
.azul a {
	color: #1580B8;
}

.azul-dark,
.azul-dark a {
	color: #005587;
}

/*** Fuentes ***/

.ubuntu-condensed,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 300;
}

.regular {
	font-family: 'Ubuntu', sans-serif;
}

/*** Transforms ***/

.uppercase {
	text-transform: uppercase;
}


/*=============================
++++ REESCRITURA BUSCADOR
=============================*/

.buscador {
	height: 35px;
}

.buscador button {
	background: url(../css/images/lupa.png) no-repeat center transparent;
    color: #e5f8ff;
    font-size: 1px;
    margin-top: -97px;
	margin-left: 198px;
    height: 27px;
    width: 27px;
	border: none;
	text-shadow: none;
	box-shadow: none;
}

.buscador input {
	background: #e8f0f3;
	border: 1px solid #a1b7bf;
	width: 218px;
	padding: 6px;
}

.buscador .btn-primary:hover, .buscador .btn-primary:active {
	background-color: transparent;
	background-position: center;
}

/*=============================
++++ REESCRITURA PAGINADORES
=============================*/

/*+++++ paginador slideshow +++++*/

.views-content-counter a {
  font-size: 1px;
	background: no-repeat scroll url(../css/images/paginador.png) 0 0;
	text-indent: 300px;
	overflow: hidden;
	width: 1px;
  height: 0;
  padding: 10px 10px 0 0;
	margin-left: 4px;
	z-index: 999;
	position: relative;
	cursor: pointer;
  display: inline-block;
}

.active .views-content-counter a, .views-content-counter a:hover {
	background: no-repeat scroll url(../css/images/paginador-activo.png) 0 0;
}

.views-slideshow-controls-bottom {
	margin-top: -27px;
	padding: 0px 10px;
}

.views-field-counter {
	height: 20px;
	float: left;
}


/*=============================
++++ REESCRITURA BLOQUE TWITTER
=============================*/

.bloque-twitter img {
	display: none;
}

.bloque-twitter html, 
.bloque-twitter body, 
.bloque-twitter h1, 
.bloque-twitter h2, 
.bloque-twitter h3, 
.bloque-twitter blockquote, 
.bloque-twitter p, 
.bloque-twitter ol, 
.bloque-twitter ul, 
.bloque-twitter li, 
.bloque-twitter img, 
.bloque-twitter iframe, 
.bloque-twitter button {
	font-family: 'Open Sans Condensed',sans-serif' !important;
}

.bloque-twitter li {
	list-style-type: none;
}

/*=============================
++++ REESCRITURA MODALES
=============================*/


div.modal-forms-modal-content .popups-container {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(left, #f4f4f4 0%, #f2f2f2 37%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4f4f4), color-stop(37%,#f2f2f2), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#f2f2f2 37%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f4f4f4 0%,#f2f2f2 37%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f4f4f4 0%,#f2f2f2 37%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to right, #f4f4f4 0%,#f2f2f2 37%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

div.modal-forms-modal-content .popups-close {
	background: no-repeat scroll url(../css/images/close.png) 0 0;
}

div.modal-forms-modal-content .popups-close:hover {
	background: no-repeat scroll url(../css/images/close-hover.png) 0 0;
}

#modalContent .btn {
	margin-top: 20px;
}

/* ===============================
+++ REESCRITURA CLIMA
=============================== */

#clima img {
	width: 20px;
	margin-right: 10px;
}

/*=============================
++++ LISTAS
=============================*/

ul {
	margin: 0px;
}

.pane-node-body ul {
	margin-left: 15px;
}

.inline {
	display: inline;
}

.none-style-type {
	list-style-type: none;
}


/* ===============================
+++ BORDES
=============================== */

.border-dashed {
	border-top: 1px dashed #CCCCCC;
}

.border-strong-bottom {
	border-bottom: 1px solid #8f8b7d;
	padding-bottom: 10px;
}

.border {
	border-top: 3px solid #acaa9d;
}

.border-all {
	border: 1px solid #b8bfc3;
}

.border-right {
	border-right: 1px solid #808080;
}

.border-bottom-gris {
	border-bottom: 1px solid #b8bfc3;
}

.border-top-gris {
	border-top: 1px solid #b8bfc3;
}

.border-top-gris-light {
	border-top: 1px solid #efefef;
}

.border-bottom-gris-light {
	border-bottom: 1px solid #efefef;
}

/* ===============================
+++ BACKGROUNDS
=============================== */

.bg-gris-light {
	background: #efefef;
}

/* ===================================
+++ BULLETS	
=================================== */

.bullet-back,
.navegacion .nav > li > .bullet-back {
	background: url(../css/images/bullet-back.png) no-repeat 100% 60% transparent;
}

.bullet-back:hover,
.bullet-back.active,
.bullet-back.active-trail,
.navegacion .nav > li > .bullet-back:hover,
.navegacion .nav > li > .bullet-back.active,
.navegacion .nav > li > .bullet-back.active-trail {
	background: url(../css/images/bullet-back-hover.png) no-repeat 100% 60% transparent;
}

/* ===============================
+++ ÍCONOS
=============================== */

.icono-archive {
	background: url(../css/images/icon-archive.png) no-repeat 0 center transparent;
	padding: 10px 0px 10px 30px;
}

.senialador {
	background: url(../css/images/senialador.png) no-repeat transparent;
	padding: 10px 0px 0px 38px;
	height: 35px;
}

/* ========
+++ CAJAS
=========*/

.contenido img {
	float: left;
	margin-right: 15px;
}

.bloque {
	background: #efefef;
	padding: 0px 15px 15px 15px;
}

.bloque-celeste {
	background: #0090dc;
	padding: 10px;
}

.bloque-gris {
	background: #f9f9f9;
	border-bottom: 2px solid #b3b3b3;
}


/* ===================================
+++ REESCRITURA CSS GENERADO X MODULOS
=================================== */

/** Menú Principal **/

.menu-principal {
	background: #1580b8;
	border-top: 2px solid #006396;
	border-bottom: 2px solid #006396; 
	/*z-index: 900;*/
	font-size: 14px;
	margin-top: 17px;
}

.menu-principal li {
	list-style-type: none;
	display: inline;
	padding: 15px 20px 15px 20px;
	min-height: 55px;
	width: auto;
}


.menu-principal ul.menu {
	margin-bottom: 0px;
}

.menu-principal ul.menu li {
	float: left;
	min-height: auto;
	width: 197px;
}

.menu-principal ul.menu ul li {
	float: none;
	display: inline;
}

.menu-principal ul.menu li:hover,
.menu-principal ul.menu li.active-trail {
	background: #0090dc;
}

.menu-principal a:hover,
.menu-principal a.active,
.menu-principal a.active-trail,
.menu-principal ul ul li.active a,
.menu-principal ul ul li.active-trail a {
	color: #03344e;
	text-decoration: none;
}

.menu-principal ul.menu li ul li {
	padding: 0px;
	width: auto;
}

.menu-principal ul.menu li ul li:hover {
	background: transparent;
}

.navegacion .nav > li > a {
  display: inline;
}

.navegacion .nav > li > a:hover {
  background: transparent;
}

/** Submenú **/

.submenu {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 300;
}

.submenu a {
	color: #4E4E4E;
	font-size: 15px;
	text-transform: none;
}

.submenu .nav > li a {
	display: inline;
}

.submenu .nav > li a:hover,
.submenu .nav > li a.active-trail,
.submenu .nav > li.active-trail a {
	background: #1580B8;
	color: #fff;
}

/** Blog en home y listado de blog **/


#blog-home {
	padding: 10px;
	background: #fbfbfb;
	border-top: 1px solid #ccc;
}

#blog-home h6,
#blog h6 {
	margin: 0px;
	background: url(../css/images/grayarrow.gif) no-repeat transparent;
	padding-left: 15px;
}	

#blog .pagination {
	text-align: center;
}


/** Newsletter **/

.newsletter .control-label {
	display: none;
}

.newsletter input {
	background: #f9f8ff;
	border: 1px solid #095f8c;
	padding: 5px;
	float: left;
	margin-right: 8px;
	/*width: 295px;*/
}

.newsletter button {
	background: #f5f5f5;
	border: 1px solid #606060;
	font-size: 9px;
	text-transform: uppercase;
	padding: 5px 10px;
}

.newsletter form {
	margin: 0px;
}

/** Login Ajax Register **/

.login ul {
	list-style-type: none;
}

.login ul.inline > li {
	padding: 0px;
}

.login a {
	color: #1a1a1a;
	margin-top: 3px;
}

/**	Quicktabs de nodo **/

.medios ul.quicktabs-tabs {
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d5c8;
}

.medios ul.quicktabs-tabs li {
	text-indent: 300px;
	overflow: hidden;
	width: 50px;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #d9d5c8;
}

.medios ul.quicktabs-tabs li.last {
	border: none;
}

ul.quicktabs-tabs li a {
	font-size: 1px;
	color: #fff;
	padding: 15px;
}

ul.quicktabs-tabs li.imagenes a {
	background: url(../css/images/imagenes.png) no-repeat transparent;
}

ul.quicktabs-tabs li.imagenes a:hover, ul.quicktabs-tabs li.imagenes.active a {
	background: url(../css/images/imagenes-hover.png) no-repeat transparent;
}

ul.quicktabs-tabs li.videos a {
	background: url(../css/images/videos.png) no-repeat transparent;
}

ul.quicktabs-tabs li.videos a:hover, ul.quicktabs-tabs li.videos.active a {
	background: url(../css/images/videos-hover.png) no-repeat transparent;
}

ul.quicktabs-tabs li.audios a {
	background: url(../css/images/audios.png) no-repeat transparent;
	padding-left: 25px;
}

ul.quicktabs-tabs li.audios a:hover, ul.quicktabs-tabs li.audios.active a {
	background: url(../css/images/audios-hover.png) no-repeat transparent;
}

/** medios nodo**/

.view-nodo-audio {
	width: 420px;
	margin: 0px auto;
}

#views_slideshow_cycle_main_nodo_slide_videos-default {
	height: 360px;
	width: 640px;
	margin: 0px auto;
}

.view-nodo-slide-videos .views-slideshow-controls-bottom {
	width: 640px;
	
}

#views_slideshow_cycle_main_nodo_slide-default {
	width: 690px;
	margin: 0px auto;
}

.view-nodo-slide .views-slideshow-controls-bottom, .view-nodo-slide-videos .views-slideshow-controls-bottom {
	margin: 4px auto 0px auto;
}

/** jplayer **/

.medios div.jp-interface {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #0090dc;
}

.medios div.jp-playlist {
	border: none;
}

.medios div.jp-interface, .medios div.jp-playlist {
	background: #fff;
}

.pagination ul > li.pager-ellipsis {
  display: none;
}


/** nodo imprimir **/

.print-page {
	font-size: 13px;
    text-transform: uppercase;
}

.pane-node-links {
	text-align: right;
}

.pane-node-links ul.inline > li, 
.pane-node-links ol.inline > li {
	padding-right: 0px;
	padding-top: 10px;
}

/* ===============================
+++ NODO NEWSLETTER
=============================== */

td.titulo {
	width: 100%;
}

.taxonomy-experiencia .fecha-publicacion {
  display: none;
}

#edit-submitted-curriculum-vitae-upload-button {
  display: none;
}
