/*
Theme Name: SeCIU-Historias
Theme URI: http://flyfreemedia.com/themes/ravenna
Author: FlyFreeMedia
Author URI: http://flyfreemedia.com
Description: Ravenna is an light and extremely easy to use business theme. The theme provides all that is needed to get a quick start on your website and can be easily expanded with your favourite plugins so you can quickly get the functionality you need. Among the options you will find color control for most of the elements, font control, custom widgets and much more.
Version: 1.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ravenna
Tags: light, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ravenna is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #8C9DAB;
	word-wrap: break-word;
	line-height: 1.68;
	letter-spacing: 0.5px;
	background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4F616E;
	font-family: 'Open Sans Condensed', sans-serif;
}
a,
a:hover {
	color: #488FE4;
}


.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


@font-face {
    font-family: "museo-slab";
    src: url(fonts/museoslab/Museo_Slab_500-webfont.ttf) format("truetype");
}



/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f5f5f5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #dddddd;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	background-color: #488FE4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: none;
	border: 0;

}
input[type="submit"] {
	margin-top: 5px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.85;
	text-decoration: none;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	/*padding: 14px;*/
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

#contenedorLogos{
	height: 200px;
}



@media only screen and (max-width: 563px) {
	#logoTop {
		 background: url(images/LogoHistoriasChico.png);
		 width: 550px;
	     height: 200px;
	     float: left;
	}
}


@media only screen and (min-width: 564px) {
	#logoTop {
		 background: url(images/LogoHistorias.png);
		 width: 590px;
	     height: 200px;
	     float: left;
	}
}



#logosAfin{
	float:right;
}


.icon-buscador-resize{
		padding: 2% 0;
		margin: 0 auto;
	  	overflow: hidden;
}



@media only screen and (max-width: 1005px) {
	#logosAfin{
		display: none;
	}

	#front-text-header{
		display: none;
	}

}


@media only screen and (max-width: 990px) {

	#separadorMenu{
		height: 0px;
	}

	#separadorMenuFront{
		height: 0px;
	}

	.icon-buscador-resize{
		width: 40em;
	}

	#buscador-principal{
	    height: 1.4em;
	}

}

@media only screen and (min-width: 991px) {
	#separadorMenu{
		height: 120px;
	}

	#separadorMenuFront{
		height: 65px;
	}

	.icon-buscador-resize{
		width: 70em;
	}

	#buscador-principal{
	    height: 2.2em;
	}


}




#logoAgu {
	background: url(images/AGU+Udelar-2.jpg);
	width: 800px;
    height: 200px;
    float:right;
}


/*--------------------------------------------------------------
## Personalidades y eso
--------------------------------------------------------------*/

.abcd {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    /*border-color: #FFFFFF #FFFFFF #0099FF;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;*/
    margin-top: 2px;
    text-align: center;
}

.abcd a {
    color: #494D4D;
    border: 1px #8D8F8F solid;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    cursor:pointer;
}




.boxs-home2 {
    background: rgb(247, 247, 247);;
    margin-top: 10px;
    text-align: center;
    padding: 10px; //20
    height: 360px;
    line-height: 20px;
    font-size: 14px;
    color: #4E5F6E;
}


.boxs-home2:hover {
    background-color: steelblue;
    border-radius: 5px;
    cursor:pointer;
}
.boxs-home2:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid transparent;
}


.boxs-home2:hover .icon-principales {
    border: 4px solid steelblue;
    box-shadow: 0px 0px 0px 3px #ffffff;
    background: #ffffff;
    color: steelblue;
}

.boxs-home2 h3{
	font-family: 'BebasNeueRegular', sans-serif;
    font-size: 30px;
}

.boxs-home2:hover h3 {
	color:#fff;
}

/*Nuevos*/


.boxs-home3 {
    /*background: rgb(247, 247, 247);*/
    margin-top: 10px;
    text-align: center;
    padding: 10px; /20
    height: 360px;
    line-height: 20px;
    font-size: 17px;
    color: #4E5F6E;
}


.boxs-home3:hover {
    background-color: rgba(183, 121, 155, 0.73);
    border-radius: 5px;
    cursor:pointer;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.boxs-home3:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid transparent;
}


#portada {
	transition: 2.5s ease;
 	-moz-transition: 2.5s ease; /* Firefox */
 	-webkit-transition: 2.5s ease; /* Chrome - Safari */
 	-o-transition: 2.5s ease; /* Opera */
}
	

.boxs-home3 h3{
	font-family: 'BebasNeueRegular', sans-serif;
    font-size: 30px;
}

.boxs-home3:hover h3 {
	color:#fff;
}

.boxs-home3 .test-h1{
	color: #996699;
}


.boxs-home4 {
    /*background: rgb(247, 247, 247);*/
    margin-top: 10px;
    text-align: center;
    padding: 10px; //20
    height: 360px;
    line-height: 20px;
    font-size: 17px;
    color: #4E5F6E;
}


.boxs-home4:hover {
    background-color: rgba(206, 151, 58, 0.7);
    border-radius: 5px;
    cursor:pointer;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.boxs-home4:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid transparent;
}



.boxs-home4 h3{
	font-family: 'BebasNeueRegular', sans-serif;
    font-size: 30px;
}


.boxs-home5 {
   /* background: rgb(247, 247, 247);*/
    margin-top: 10px;
    text-align: center;
    padding: 10px; //20
    height: 360px;
    line-height: 20px;
    font-size: 17px;
    color: #4E5F6E;
}


.boxs-home5:hover {
    background-color: rgba(170, 172, 57, 0.7);
    border-radius: 5px;
    cursor:pointer;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.boxs-home5:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid transparent;
}


.boxs-home5 h3{
	font-family: 'BebasNeueRegular', sans-serif;
    font-size: 30px;
}

.boxs-home6 {
    /*background: rgb(247, 247, 247);*/
    margin-top: 10px;
    text-align: center;
    padding: 10px; //20
    height: 360px;
    line-height: 20px;
    font-size: 17px;
    color: #4E5F6E;
}


.boxs-home6:hover {
    background-color: rgba(245, 38, 188, 0.35);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    cursor:pointer;
    font-weight: 600;
}

.boxs-home6:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid transparent;
}


.boxs-home5 h3{
	font-family: 'BebasNeueRegular', sans-serif;
    font-size: 30px;
}

    
.boxs-home7 {
    /*background: rgb(247, 247, 247);*/
    margin-top: 10px;
    text-align: center;
    padding: 10px; //20
    height: 360px;
    line-height: 20px;
    font-size: 17px;
    color: #4E5F6E;

}


.boxs-home7:hover {
    background-color: rgb(186, 186, 186);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    cursor:pointer;
    font-weight: 600;
}

.boxs-home7:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    border: 1px solid transparent;
}    

.boxs-home4:hover h3 {
	color:#fff;
}

.boxs-home4 .test-h1{
	color: #BD8628;
}
    
.boxs-home5 .test-h1{
	color: #9AAC39;
}

.boxs-home6 .test-h1{
	color: #F526BC;
}

.boxs-home7 .test-h1{
	color: #2F3341;
}

.test-h1{
    font-family: museo-slab;
    font-weight: 100px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
    font-size: 23px;
}



/*Fin nuevos*/

.boxs-home {
    background: #F3F3F3;
    margin-top: 28px;
    text-align: center;
    padding: 20px;
    height: 420px;
    line-height: 20px;
    font-size: 14px;
    color: #4E5F6E;
}


.boxs-home:hover {
    background-color: #A0C7ED;
    border-radius: 5px;
    cursor:pointer;

}


.boxs-icons-amg {
	height: 140px;
	padding-top: 10px;

}


.icons-fig{
	background: url(images/figuras.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}

.icons-edif{
	background: url(images/libro-naranja.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}


.icons-serv{
	background: url(images/libro-manzana.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}

.icons-fuent{
	background: url(images/libro-morado.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;

}

.icons-prod{
	background: url(images/libro-morado.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;

}

.icons-colectivo{
	background: url(images/libro-gris.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;

}

.icons-personalidades{
	background: url(images/personajes.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}

.icons-arquitectura{
	background: url(images/arquitectura.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}

.icons-centros{
	background: url(images/centros.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}


.icons-documentos{
	background: url(images/documentos.png);
	background-repeat: no-repeat;
	height: 154px; 
	width: 155px;
	display:block;
	margin:0 auto 0 auto;
}



.icon-anaforas{
	background: url(images/logo_anafora.png);
	background-repeat: no-repeat;
	height:100px;
	width:300px;
	position: relative;
    margin-left: -1px; //10
    left: 50%;
  
}

.icon-colibri{
	background: url(images/logo_colibri2.png);
	background-repeat: no-repeat;
	height:132px;
	position: relative;
    margin-left: -70px; //198
    left: 50%;
    top: -20%;
}

.icon-biur{
	background: url(images/logo_biur.png);
	background-repeat: no-repeat;
	height:132px;
	width:310px;
	left: 50%;
	top: -20%;
	position: relative;
    margin-left: -200px; //155


}


.icon-agu-chico {
	background: url(images/logoAguchico.png);
	background-repeat: no-repeat;
	height:132px;
	width: 115px;
	left: 50%;
	top: -20%;
	position: relative;
    margin-left: -57px; //5

}


.linea-icons{
	border-right: 1px solid #CCCCCC;
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/




.main-navigation {
	display: block;
	padding: 0 30px;
	background-color: rgb(191, 192, 184);
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 20px 15px;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: 3px 3px 7px rgba(150, 150, 150, 1);
	font-family: monospace;
}
.main-navigation a:hover {
	color: #488FE4;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	text-align: left;
	background-color: #BFC0B8;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	text-transform: none;
	padding: 10px 15px;
	border-bottom: 1px solid #ebebeb;
}

.main-navigation ul ul li {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Mobile menu */
.mobile-nav {
	display: none;
	text-align: center;
}
.slicknav_menu {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #BFC0B8;
}
.slicknav_btn {
	display: table;
	padding: 15px;
	margin: 0 auto;
	font-size: 22px;
}
.slicknav_btn,
.slicknav_btn:hover {
	color: #333;
}
.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slicknav_nav a {
	color: #69737D;
	text-decoration: none;
}
.slicknav_nav a:hover,
.slicknav_nav a:active,
.slicknav_nav a:focus, {
	text-decoration: none;
}
.slicknav_nav li {
	border-bottom: 1px solid #EAEAEA;
	padding: 8px 0;
}

.slicknav_nav .menu-item-has-children.slicknav_open,
.slicknav_nav .page_item_has_children.slicknav_open {
	padding-bottom: 0;
	border-bottom: 0;
}
.slicknav_nav .menu-item-has-children li,
.slicknav_nav .page_item_has_children li {
	background: #f5f5f5;
}



.menu-item-has-children > a:after {
/*    content: "\e315";*/
    margin-left: 8px;
    margin-left: .5rem;
} 


.slicknav_arrow {
	margin-left: 10px;
}
/* Posts and comments navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 30px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	max-width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	max-width: 50%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	padding: 15px 25px;
	background-color: #488FE4;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	opacity: 0.85;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul {
	padding: 0 0 0 20px;
}
.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget .children {
	padding-left: 15px;
}
.widget-area .widget {
	background-color: #fafafa;
	border: 1px solid #ececec;
	padding: 30px;
	margin-bottom: 30px;
}
.footer-widgets .widget-title,
.widget-area .widget-title {
	text-transform: uppercase;
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #488FE4;
}
.footer-widgets .widget-title {
	color: #f5f5f5;
	text-transform: none;
}
.footer-widgets .widget,
.footer-widgets .widget a {
	color: #f3f3f3;
}
.home-block {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 11;
}
.home-block .widget-title {
	text-align: left;
	font-size: 40px;
	margin: 0 0 90px;
	position: relative;
	padding: 0;
	display: table;
	border-bottom: 2px solid #488FE4;
	text-transform: uppercase;
}
.home-block .widget-title span {
	display: table;
	padding: 15px 30px 30px 15px;
	border-right: 2px solid #488FE4;
	margin-bottom: -15px;
	margin-right: 15px;
}

.block-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/* Services widget */
.services-row {
	text-align: center;
}
.service {
	position: relative;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding: 0 20px;
}

.service-desc,
.service-title {
	position: relative;
	z-index: 11;
}
.service-title {
	margin: 0 0 30px;
}
.centered-button {
	display: table;
	margin: 30px auto 0;
	clear: both;
}
.service-link {
	text-decoration: none;
	color: #333;
}
.service-link:hover {
	text-decoration: none;
}/*
.service-link::after {
	font-family: 'FontAwesome';
	content: '\f101';
	margin-left: 5px;
}*/
/* Call to action */
.call-to-action {
	text-align: center;
}
.call-to-action.aside-style {
	display: flex;
	align-items: center;	
}
.action-button {
	display: table;
	margin: 30px auto 0;
}
.aside-style .action-text {
	width: 70%;
	float: left;
	margin: 0;
}
.aside-style .action-button {
	margin: 0 0 0 30px; 
}
h3.action-text {
	font-size: 24px;
}
/* Blog posts widget */
.blog-post {
	margin-bottom: 30px;
}
.blog-post h4 {
	margin: 0 0 30px;
}
/* Social */
ul.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.social-menu-widget a {
	color: #fff;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;	
}
.social-menu-widget li {
	display: inline-block;
	padding: 20px 25px;
	list-style: none;
	line-height: 36px;
	margin: 4px;
	width: 72px;
	height: 72px;
	color: #fff;
	border: 1px solid #488FE4;
	background-color: #488FE4;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social-menu-widget li:last-of-type {
	margin-right: 0;
}
.social-menu-widget li:hover {
	background-color: transparent;
	color: #488FE4;
}
.social-menu-widget li:hover a {
	color: #488FE4;
}
.social-menu-widget a {
	text-decoration: none;
}/*
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}*/
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 28px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}
.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}
.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}
/* Skills */
.skillbar {
	margin-bottom: 15px;
}
.skill-value-wrapper {
	background-color: #EAF0F4;
	padding: 0;
	position: relative;
}
.skill-value {
	position: relative;
	z-index: 99;
	color: #fff;
	font-size: 12px;
	display: block;
	width: 5%;
	min-width: 50px;
	background-color: #2F3341;
	text-align: center;
}
.skill-progress {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #488FE4;
	height: 100%;
}
.skill-title {
	padding-bottom: 5px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ececec;
	box-shadow: 0 0 10px #BFC0B8;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-thumb,
.single-thumb {
	margin-bottom: 30px;
}
.entry-thumb {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	text-align: center;
}
.entry-thumb:hover {
	opacity: 0.7;
}
.entry-title {
	margin: 0 0 20px;
	color: #2870AA;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-title a {
	color: #4F616E;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.entry-title a:hover {
	color: #488FE4;
}
.entry-meta {
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}
.entry-footer {
	margin-top: 20px;
	border-top: 1px solid #ebebeb;
	padding-top: 15px;	
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
	color: #989FAE;
}
.entry-meta span,
.entry-footer span {
	margin-right: 15px;
}
.entry-meta .fa,
.entry-footer .fa {
	margin-right: 5px;
}
.entry-meta .author.vcard {
	margin-right: 0;
}
.entry-meta,
.entry-footer {
	font-size: 13px;
}
.page-header {
	margin-top: 0;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ececec;
	box-shadow: 0 0 10px #BFC0B8;
}
.page-header .page-title {
	margin: 0;
	padding: 0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0;
	font-size: 24px;
	padding: 30px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 12px;
	margin-bottom: 30px;
}
.comment-body {
	padding: 30px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	margin-bottom: 15px;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	padding: 5px;
	background-color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;	
}
a.comment-reply-link {
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #000;
	box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
	text-decoration: underline;
}
.comment-metadata a,
.comments-area a.url {
	color: #444;
}
.bypostauthor {
}
.comment-respond {
	margin-top: 60px;
}
.comment-form .form-submit {
	margin-top: 30px;
}
/*--------------------------------------------------------------
# Footer widgets
--------------------------------------------------------------*/
.footer-widgets {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #1E2224;
}
.footer-widgets .widget {
	padding: 15px 0;
}




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 12;
}
.site-branding {
	padding: 10px 15px;
	text-align: center;
	border-bottom-right-radius: 10px;
	/*background-color: rgba(60, 81, 128, 0.9);*/
	background-color: #F6F6F6;
}
.site-title {
	margin: 0;
}
.site-description {
	margin: 15px 0 0;
	font-size: 15px;
	color: #E1E9EF;
}
.site-title,
.site-title a,
.site-title a:hover {
	color: #7C7D81;
	text-decoration: none;
}
.site-logo {
	max-height: 100px;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.header-image {
	display: none;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;	
	background-repeat: no-repeat;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);	
}


.site-content {
	margin-top: 15px;

}
.page-template-page_widgetized .site-content {
	margin-top: 0;
	background-color: #fff;
}
/*
.content-area {
	width: 740px;
	float: left;
}*/
.widget-area {
	width: 360px;
	float: right;
}
.fullwidth,
.fullwidth-blog .content-area,
.fullwidth-single .content-area {
	width: 100% !important;
}
.site-footer {
	padding: 15px 0;
	background-color: #1C1F22;
}
.site-footer,
.site-footer a {
	color: #808080;
}
/* Header boxes */
.header-info {
	text-align: center;
	padding: 240px 0 170px 0;
}
.header-info .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;	
}
.header-block {
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
	width: 30%;
	padding: 30px;
	background-color: rgba(60, 81, 128, 0.9);
	border-radius: 10px;
	flex: 1;
	position: relative;
	cursor: crosshair;
}



.header-icon {
	display: block;
	font-size: 30px;
	margin: 0 auto 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}


.header-icon1{
	color: #CE5043;
    background-color: #FFFFFF; 
}

.header-icon2{
	color: #1DA1E1;
    background-color: #FFFFFF;
}

.header-icon3{
	color: #B3C833;
    background-color: #FFFFFF;
}


.header-block:hover .header-icon1 {
	color: #8DFE83;
    background-color: #000;
}

.header-block:hover .header-icon2 {
	color: #8DFE83;
    background-color: #000;
}

.header-block:hover .header-icon3 {
	color: #8DFE83;
    background-color: #000;
}



.header-title {
	color: #f5f5f5;
}
.header-text {
	color: #fff;
}


.content-area{
	box-shadow: 0 0 10px #BFC0B8;
}

/* 404 */
.error404 .content-area {
	text-align: center;
}
.error404 .widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Preloader */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    background-color: #488FE4;
    color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    text-align: center;
    padding-top: 80px;   
	font-family: 'Open Sans Condensed', sans-serif;     
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/*@media only screen and (max-width: 1199px) {
	.content-area {
		width: 540px;
		float: left;
	}
} */
@media only screen and (max-width: 965px) {
	.main-navigation {
		display: none;
	}	
	.mobile-nav {
		display: block;
	}
	.site-header {
		 background-color: #BFC0B8;
		 height: 90px;
	}
	.slicknav_btn {
		margin: 15px auto 0;
	}
	.site-branding {
		padding: 15px;
		border-radius: 0;
	}
	.parallax {
		background-attachment: scroll;
		background-position: center !important;
	}	
}



@media only screen and (max-width: 991px) {
	.content-area,
	.widget-area {
		width: 100%;
	}	
	.header-info .container {
		display: none;
		padding: 0;
	}
	.header-block {
		width: 100%;
		margin: 0 0 10px;
	}
	.site-header {
		position: relative;
	}
	.header-info {
		padding: 30px 15px !important;
	}
	.header-info.no-boxes {
		padding: 120px 15px !important;
	}
	.service {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.service:last-of-type {
		margin-bottom: 0;
	}
	.service-title {
		margin-bottom: 15px;
	}
	.ravenna_blog_widget .button {
		clear: both;
	}
	.blog-post:nth-of-type(3) {
		clear: left;
	}
}
@media only screen and (max-width: 767px) {
	.slicknav_menu {
		position: relative;
	}
	.header-block {
		padding: 15px;
	}
	.header-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin: 0 auto 10px;
	}
	.header-title {
		margin: 0 0 10px;
	}
	.home-block .widget-title,
	h1 {
		font-size: 32px !important;
	}
	.home-block .widget-title span {
		border: 0;
		padding: 15px;
		margin: 0 auto;
	}
	.home-block .widget-title {
		margin-bottom: 45px;
	}
}
@media only screen and (max-width: 500px) {
	.blog-post {
		width: 100%;
	}
	.home-block .widget-title,
	h1 {
		font-size: 26px !important;
	}	
	h2 {
		font-size: 22px !important;
	}
	h3 {
		font-size: 20px !important;
	}
    button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
        font-size: 13px;
        padding: 10px;
    }
    .aside-style .action-button {
        margin-left: 12px;
    }	
}


.site-branding2{
	border-bottom-right-radius: 10px;
    background-color: #F6F6F6;
    border-bottom-right-radius: 10px;
} 

/*
.site-logo {
    height: 82px;
}*/

.site-logo {
	height: 110px;
	width: 240px;
}




@media only screen and (min-width: 1238px){
  .header-image2 {
	height: 110px;
    background-color: #CE5043;
    margin-top: 10px;
   }

  .header-info2 {
    padding-top: 65px;
  }
}




@media only screen and (min-width: 1025px) and (max-width: 1237px){
  .header-image2 {
	height: 140px;
    background-color: #CE5043;
   }

  .header-info2 {
    padding-top: 85px;
  }
}






@media only screen and (min-width: 992px) and (max-width: 1024px){
   .header-image2 {
	 height: 140px;
     background-color: #CE5043;
   }

  .header-info2 {
    padding-top: 85px;
  }

}




@media only screen and (max-width: 991px){
  .header-image2 {
	 height: 70px;
   	 background-color: #CE5043;
   }

   .header-info2 {
    	padding-top: 11px;
   }

   #busqueda-global{
  		height: 100px;
   }

}



@media only screen and (max-width: 767px){
  .header-image2 {
	height: 80px;
    background-color: #CE5043;
   }

  .header-info2 {
    padding-top: 16px;
  }

  #busqueda-global{
  	display: none;
  }

}

#busqueda-global{
	background: url(images/busquedas.jpg);
	background-repeat: no-repeat;
    background-size: 105%;
    background-position: 0%;
    /*box-shadow: 15px 15px 15px 15px #888888;*/
}
}


.site-content2 {
	    margin-top: 40px;
}


/***************************************************/
/*****Resultado de busqueda*************************/
/***************************************************/

.tabla-resultados{
	width: 50%;
    text-align: -webkit-center;
    vertical-align: top;
    margin: auto;
    min-width: 250px;
}


.tabla-resultados td {
	background-color: rgb(227, 227, 227);
	border-width: 4px;
    border-color: #f5f5f5;
    color: #444851;
    font-weight: 600;
    cursor:pointer;


}

.tabla-resultados td:hover{
	background-color: #ADAAAA;
	color: #fff;
}

.pager li>a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-decoration: none;
}

.pager {
	list-style: none;
	margin: 0px !important;
    padding: 0px !important;
}

#resultados-personalidades{
    padding-bottom: 20px;
}


#contenedor-ficha {
    /*padding: 10px;*/
    border-radius: 8px;
    border-style: solid;
    border-color: #BFC0B8;
    margin-bottom: 10px;
    border-width: 2px;
    box-shadow: 0 0 10px #BFC0B8;
    min-width: 320px;

}

.nav-ficha {
	list-style: none;
	height: 45px;
	margin-bottom: 0px !important;
	font-weight: 600;

}

.nav-ficha > li {
	    float: left;
	    padding-right: 5px;
}


.nav-ficha a.active {
	color: #4d5462;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-bottom-color: transparent;
    border-radius: 10px 10px 0px 0px;
    margin-top: 0px !important;
    padding: 10px 30px !important;
}

.nav-ficha>li>a {
	cursor: pointer;
	text-decoration: none;
	color: #4d5462;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 10px 10px 0px 0px;
    margin-top: 6px;
}

.nav-ficha>li>a:hover {
	cursor: pointer;
}

.nav-ficha>li> a {
	padding: 7px 30px;
	position: relative;
    display: block;
}

.ficha-datos {
	border: none !important; 
	border-spacing: 10px 10px; 
	border-collapse: separate;
	color: #000;

}

.ficha-datos td {
	border: none !important;
	text-align: center;
	    height: 35px;
}


.lineahor3 {
    background: url(images/linea_3.gif);
    clear: both;
    height: 8px;
}

.sub-titulo-ficha{
	color: #000;
    font-size: 17px;
    text-align: center;
    height: 35px;
    padding-top: 4px;
    background-color: #ffe1c2;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.datos-personas {
	font-size: 14px;
	text-align: center;
	color: #000;
	padding-left: 20px;
    padding-right: 20px;
}

.datos-personas1 {
	font-size: 14px;
	text-align: justify;
	color: #000;
	padding-left: 20px;
    padding-right: 20px;
   
}



.datos-en-ficha {
	font-size: 14px;
	color: #000;
	padding-left: 20px;
    padding-right: 20px;
}

.sub-linea-persona {
	background-color: #dedeab;
	height: 35px;
	padding-top: 4px;
	text-align: center;
	border-color: #666633;
	width: 350px;
    margin: 0 auto;
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: inherit;
    border-bottom-width: inherit;
    border-style: solid;
    color: #207fa7;

}



/*****Pos Imagen y tabla*/


.imagen-persona {
	width: 360px;/*360*/ 
	height: 270px;/*270*/
	/*border-radius: 4px;
        box-shadow: 0 0 7px #7E6A6A;*/
}

.imagen-persona img {
    max-width: 100%; 
    max-height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 7px #7E6A6A;
	display:block;
	margin:auto;
}


@media only screen and (max-width: 478px) {
	.imagen-persona {
	    background-size: 80%;
	    background-repeat: no-repeat;
	    background-position: 50%;
	}

	.nav-ficha a {
		padding: 10px 11px !important;
		margin-top: 8px;
	}


	.nav-ficha a.active {
		padding: 10px 11px !important;
		margin-top: 5px !important;
	}

	.nav-ficha {
    	height: 51px;
    }


    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    	padding: 5px !important;
    }

    .sub-linea-persona {
    	width: 300px !important;
    }

    #logoTop {
    	width: 100% !important;
    	background-size: 105%;
    	background-repeat: no-repeat;
    }

    #contenedorLogos {
    	height: 180px !important;
	}


}



@media only screen and (max-width: 360px) {
	.imagen-persona {
	    background-size: 60%;
	    background-repeat: no-repeat;
	    background-position: 50%;
	}

	.nav-ficha a {
		padding: 10px 5px !important;
		margin-top: 8px;
	}


	.nav-ficha a.active {
		padding: 10px 5px !important;
		margin-top: 5px !important;
	}

	.nav-ficha {
    	height: 51px;
    }


    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    	padding: 3px !important;
    }

    .sub-linea-persona {
    	width: 250px !important;
    }

    #logoTop {
    	margin-top: 20px;
    	width: 100% !important;
    	background-size: 105%;
    	background-repeat: no-repeat;
    }

    #contenedorLogos {
    	height: 200px !important;
	}


}






@media only screen and (max-width: 1199px) {
	#imagen-persona2{
		float: right; 
		width:100%;
	}

	#imagen-persona1{
		display:none;
	}

	#tabla-persona{
		float: left; 
		width:100%;
	}

	#cont-datos-img{
		height: 540px;
	}

	.imagen-persona {
		margin: 0 auto;
		margin-top: 5px;
	}

}

@media only screen and (min-width: 1200px) {
	#imagen-persona1{
		float: right; 
		width:35%;
	}


	#imagen-persona2{
		display:none;
	}

	#tabla-persona{
		float: left; 
		width:65%;
	}

	#cont-datos-img{
		height: 270px;
	}

	.imagen-persona {
		float: right; 
		margin-right: 10px;
    	margin-top: 10px;
	}
}



#ventana-tab2{
	display:none;
	min-height: 164px;
}


#ventana-tab4{
	display:none;
	min-height: 164px;
}


#ventana-tab3{
	display:none;
	min-height: 164px;
}

.titulo-biografia{
	background-color: #DEDEAB;
	height: 35px;
	font-size: 17px;
	text-align: center;
	padding-top: 4px;
	color: #000;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}


.titulo-publicaciones{
	background-color: #ACD0D9;
	height: 35px;
	font-size: 17px;
	text-align: center;
	padding-top: 4px;
	color: #000;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}


.titulo-informacion{
	background-color: #fcc3b6;
	height: 35px;
	font-size: 17px;
	text-align: center;
	padding-top: 4px;
	color: #000;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}



.titulo-tabla {
	background-color: #ffe1c2; 
	font-size: 17px; 
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}




#buscador{
	text-align: center
}

#box {
    display: inline-block;
    margin-top: 10px;
}

#buscador input {
    float: right;
    border-radius: .2em;
}
#buscador input[type=search] {
    background-color: #FFF;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 2px;
    width: 200px;
    outline: none;
    margin-right: 7px;
    transition: all .2s;
}
#buscador input[type=search]:focus {
    width: 400px;
}
#buscador input[type=submit] {
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 37px;
    border: 1px solid #2B2B2B;
    outline: none;
    background-image: url(images/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    margin-top: 0px;
}
#buscador input[type=submit]:hover {
    background: #515151;
    background-image: url(images/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
::-webkit-input-placeholder {
    font-family:'Open Sans', sans-serif;
}
#buscador input[type=search]:focus {
    border: 1px solid #6C6868;;
    padding-left: 40px;
    /*background: url(http://www.pixentral.com/pics/1STKFxdRurTyZ7VsJsAEMNUu8AZ1.png);*/
    background-position: 13px center;
    background-repeat: no-repeat;
    background-size: 14px; 
}
#buscador h1 {
    color: #666;
    font-weight: 300;
    font-family:'Open Sans Condensed', sans-serif;
}

.tx {
	padding: 0px 0px;
    background: url(images/overlay-pattern.png);
}



#socios {
	background: url(images/enlaces.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

@media only screen and (max-width: 997px) {

	#socios{
		display: none;
	}

}

#buscador-principal {
	position: relative;
    float: right;
    margin-top: -7%;
    z-index: 100;
    width: 49%;
    margin-right: 14%;
    border: none;
}

.icon-buscador-resize input:focus{
	border: none !important;
	outline: none;
}


@media only screen and (min-width: 800px) and (max-width: 1299px) {
	.col-custom-sm-3 {
	    width: 50%;
	    float: left;
	    position: relative;
   		min-height: 1px;
    	padding-left: 15px;
   		padding-right: 15px;
	}

	.boxs-home {
		border:none;
	}

}


@media only screen and (min-width: 1300px) {
	.col-custom-sm-3 {
	    width: 25%;
	    float: left;
	    position: relative;
   		min-height: 1px;
    	padding-left: 15px;
   		padding-right: 15px;
	}

}


@media only screen and (max-width: 800px) {
	.boxs-home {
		border:none;
	}

}


#portada{
	background: url(images/portada.jpg);
	background-size: 100%;
	height: 520px;
}


@media only screen and (min-width: 1282px) {
	#portada{
		background-position: 50% -357px;
	}
}





.parallax-bg{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-attachment: fixed;
}


.overlay {
    background: url(images/pattern.png);
    width: 100%;
    position: absolute;
    height: 520px;
}

.clearfix {
	zoom: 1;
}



.container-portada {
	position: relative;
    margin: 0 auto;
    padding: 0;
}



.parallax-content {
	    height: 460px;
	    display: table-cell;
   		vertical-align: middle;
   		text-align: center;
}


p.quote {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 200;
    margin: 0 5%;
}


.quote i {
    font-size: 25px;
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
}

.quote i {
	    color: steelblue;
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-quote-left:before {
    content: "\f10d";
}

.quote-author {
    height: 24px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-top: 25px;
    z-index: 200;
    font-style: italic;
    text-align: center;
}

/*
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}*/


@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot@#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@media only screen and (max-width: 650px) {
	#portada-inferior{
		display: none;
	}
}


#mensaje-principal {
	height: 100%;
    position: relative;
    z-index: 1;
    float: right;
    margin-top: -470px;
}

#front-text-header{
	height: 470px; 
	width: 250px; 
	background-color: #164717; 
	float:right; 
	opacity: 0.7;
	text-align: center; 
	padding: 30px; 
	padding-top: 70px;
	color:#fff
}


#google-map {
    height: 450px;
    position: relative;
    width: 100%;
    background: white;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.06);
}

#google-map .captionMap {
    background: black;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), black);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), black);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), black);
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.6), black);
    background: linear-gradient(rgba(0, 0, 0, 0.6), black);
    border-radius: 4px;
    z-index: 1;
    top: 5px;
    color: white;
    padding: 12px;
    font: 12px HelveticaNeue, Helvetica, Arial;
    display: inline-block;
    position: absolute;
    text-shadow: black 0px 1px 1px;
    width: 254px;
}


.page-header2 {
	margin-top: 0;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ececec;
}
.page-header2  {
	margin: 0;
	padding: 0;
}

.container {
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 273px;
}

#comment-input {
    margin-bottom: 13px;
    overflow: hidden;
}

#comment-input  input{
	border-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	color: #aaa9a9;
	background-color: #ffffff;
	width: 100% !important;
	padding: 8px 2%;
    float: left !important;
    margin-right: 1%;
    font-size: 13px;
}


#comment-input > span{
	float: left !important;
	width: 32.666666%;
	margin-right: 0.66%;
}


.wpcf7-form-control:focus {
	border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
 }


 .wpcf7-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*Fotografias*/


ul.fotos-container {
    list-style: none;
    min-width: 280px;
    min-height: 250px;
}

.fotos-container li.home-li {
    padding: 0;
    margin: 0 2.5% 2.5% 0;
    width: 15%;
}


ul.fotos-container  > li {
    width: 33.33333%;
    float: left;
    position: relative;
    padding: 0 1.5%;
    margin: 0 0 5px 0;
 }

 ul.fotos-container > li .foto-link {
    max-width: 190px;
}


ul.fotos-container > li .foto-link .cover {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: background-color 0.2s;
    z-index: 10;
}

ul.fotos-container > li .foto-link .st-thumbnail{
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0;
    margin: 0;
}

ul.fotos-container > li .foto-link:hover {
	background-color: #fff;
	opacity: 0.4;
}


ul.fotos-container > li .foto-link img {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.st-thumbnail > img, .st-thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

img {
    vertical-align: middle;
}

.st-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 1.2em;
    line-height: 1.2;
    background-color: #002953;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    transition: border .2s ease-in-out;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}










.box {
  color: white;
  width: 100%;
  height: 13em;
  background: #4F78BD;
  position: relative;
  overflow: hidden;
  margin: 0.2em auto;
  font-family: 'PT Sans';
  box-shadow: .35em .35em 0 0 #000;
  opacity: 0.8;
}

.left {
  padding: 3em;
  height: 100%;
  width: 100%;
}
.left h1 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.left p {
  font-size: 1.2em;
  width: 18em;
  margin: 0;
}

.right {
  height: 100%;
  width: 100%;
  background: #383838;
  position: absolute;
  top: 0;
  left: 28em;
  transition: 0.25s;
}
.right::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13em 3em 0 0;
  border-color: transparent #383838 transparent transparent;
  left: -3em;
  top: 0;
  position: absolute;
}
.right:hover {
  transition: 0.25s;
  transform: translateX(-28em);
}
.right:hover a {
  transition: 0.25s;
  transform: translateX(0) scale(1.5);
}
.right:hover a::before {
  width: 4.9em;
}
.right a {
  font-weight: 700;
  text-decoration: none;
  color: white;
  text-align: center;
  display: block;
  font-size: 2.1em;
  transform: translateX(-6.75em);
  transition: 0.25s;
  position: relative;
  line-height: 6.5em;
  text-transform: uppercase;
}
.right a::after {
  content: '';
  height: 0.1em;
  position: absolute;
  background: white;
  bottom: 4em;
  left: 22.20em;
  transition: 0.25s;
  width: 0;
}
.right a::before {
  content: '';
  height: .1em;
  width: 0;
  position: absolute;
  background: white;
  bottom: 2.5em;
  transition: 0.25s;
}
.right a:hover::before, .right a:hover::after {
  width: 7em;
}

.menu {
	float: left;
}

#contenedorBuscador{
	float: right;
	display: block;
 	width: 25em;
 	margin-top: 5px;
}



.search-container {
  float: right;
  height: 4em;
  width: 4em;
  border-radius: 2em;
  box-shadow: 0 0 5px #6A5D4F;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

.search-container:hover {
  width: 25em;
  border-radius: 5px 2em 2em 5px;
}
.search-container:hover input {
  display: inline-block;
  width: 19em;
  padding-left: 10px;
}

.search-container input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  width: 0em;
  min-height: 32px;
  height: 2em;
  margin: 1em;
  margin-right: -4.5em;
  background: #fff;
  color: #6A5D4F;
  font-size: 1em;
  font-weight: 600;
  padding: 0px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.search-container input:focus {
  outline: none;
  box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.15);
}

.search-container .button-c {
    float: right;
    width: 1.75em;
    height: 1.75em;
    margin: 0.125em;
    background: #4F78BD;
    text-align: center;
    font-size: 2em;
    color: #FDF6E3;
    border-radius: 50%;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.25);
    text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.3);
}

.search-container a:hover{
	    color: #8BAECA;
}


.search-container .button-c i {
  margin-top: 0.3em;
}

.search-container  .button-c:active {
  border: 0;
  text-shadow: 0 0 0;
}


.search-container .button-c .glyphicon{
	    top: -15px;
	    right: 4px;
}





#links-busquedas .one-third.column {
    width: 300px;
}


#links-busquedas {
	padding-top: 35px;
	padding-bottom: 30px; 
	background: url(images/destacado.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    background-color: #E6E6E6;
    background-position: 50%;
}

.links-busquedas:before {
content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5) inset;
    z-index: 1;
}




.icon-principales{
    width: 119px;
    height: auto;
    font-size: 70px;
    margin: 15px auto;
    padding: 25px 20px;
    text-align: center;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: steelblue;
    color: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 3px steelblue;
}

@media only screen and (min-width: 1052px) and (max-width: 1122px) {

	#contenedorBuscador {
		width: 20em !important;
	}

	.search-container:hover {
    	width: 20em;
	}

	.search-container:hover input {
	    width: 15em;
	}

}

@media only screen and (min-width: 900px) and (max-width: 1051px) {

	#contenedorBuscador {
		width: 14em !important;
	}

	.search-container:hover {
    	width: 14em;
	}

	.search-container:hover input {
	    width: 9em;
	}

}

.bwg_standart_thumb_spun2_0 {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
    transition: border .2s ease-in-out !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
