/*
Theme Name: Universidad Austral 2015
Theme URI: http://www.marketica.com
Description: 
Version: 1.0
Author: Marketica
Author URI: http://www.marketica.com
*/
/*Interiores*/

.right,.desktopOrTablet .rightDesktop{
	float: right;
	margin-left: 20px;
	text-align: right;
}
.wrapper{
	clear: both;
}
.desktopOrTablet .wrapped{
	width: 96%;
	margin:0 auto;
}


/***************** HEADER ********************/
#header-wrapper{
	background: #466a8d url(../../uploads/2015/02/home.jpg);
	background-size: cover;
	background-position: center 25%;
}
#navcontainer-wrapper{
	border-bottom: 8px solid #062c51;
	margin-bottom: 20px;
	background: white;
}

#header{
height: 320px;
}

#logo{
  /*background:#1724A9;
  background: rgba(3,48,92,0.85);*/
  background:#1724A9;
  background: rgba(37,57,142,0.85);
  text-align: right;
  position:absolute;
  top:50px;
  left:0;
  padding-left: 10px;
  z-index: 11;
}

#logo-image{
  margin: 20px 40px 20px 150px;
  transition:0.5s all;
  height: 75px;
}


#header .top_content .top_menu {
height: 25px;
margin: 0 auto;
background-color: #003b6f;
border-radius: 3px;
position: relative;
top: -3px;
float: right;
}

#prenavcontainer-wrapper{
	background-color: #092449;
}
#prenav{
	margin:0 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size: 14px;
	text-transform: lowercase;
}
#prenav li{
	list-style-type: none;
	display: inline;
}
#prenav li a{
	display: inline-block;
	padding:6px 15px 4px;
	color: white;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	transition:0.2s all;
	border-bottom: 1px solid transparent;
}
#prenav li:first-child a{
}
#prenav li:last-child a{
	border-right: 0;
}
#prenav li.last-child a{/*separado porque invalida la regla de arriba IE*/
	border-right: 0;
}
#prenav li a:hover{
	text-decoration: none;
	color: white;
	border-bottom:1px solid #fff;
}
.qtrans_language_chooser{
	float: right;
	margin-left: 10px;
	margin-top: 6px;
  text-transform:lowercase;
}
.qtrans_language_chooser li.active{
	display: none !important;
}
.qtrans_language_chooser a{
	display: inline-block;
	color:white;
	color: rgba(255,255,255,0.5);
}
.qtrans_language_chooser a:hover{
	color:white;
}
.qtrans_flag{
	width: 18px;
	height: 12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom: -2px;
	margin-right: 4px;
}

#header-search,
#header .social-links{
    float: right;
    clear: both;
    margin: 50px 7px 11px 0;
}
#header .social-links{
	margin-top:10px;
}
	#s{
	border: 1px solid #f0f0f0;
	border-right: 0;
	background: white;
	color: #333;
	line-height: 22px;
	padding-top: 3px;
	padding-left: 6px;
	font-size: 13px;
	width: 145px;
	vertical-align: middle;
	margin-right: -2px;
	}
	#searchsubmit{
	width: 25px;
	height: 25px;
	background: #0f72eb;

	border: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: white !important;
	font-family: FontAwesome !important;
	}
	
.social-links a{
	display: inline-block;
	text-indent: -9999px;
	width: 29px;
	height: 29px;
	margin-left: 3px;
	background: transparent url('img/sprite_home.png') no-repeat 0 0;/*fb*/
}
.rightDesktop .social-links{
	margin-bottom: 5px;
}
.rightDesktop .social-links a{
	text-indent: 9999px;/*right align*/
	opacity: 0.8;
}
.rightDesktop .social-links a:hover{
	opacity: 1;
}
	.social-links a.twitter{
		background-position: -29px 0;
	}
	.social-links a.linkedin{
		background-position: -58px 0;
	}
	.social-links a.youtube{
		background-position: -87px 0;
	}
	/*hover styles only for header*/
	#header .social-links .facebook:hover {background-position: 0 -29px;}
	#header .social-links .twitter:hover {background-position: -29px -29px;}
	#header .social-links .linkedin:hover {background-position: -58px -29px;}
	#header .social-links .youtube:hover {background-position: -87px -29px;}

#nav{
	margin-top: 10px;
}
#nav a{
  text-decoration: none !important;
  font-family: "PT Sans Narrow","Arial Narrow","Helvetica Condensed",sans-serif;
  padding: 6px 12px;
  font-size: 16px;
  color: #092449
}
#nav a:hover{
 color: #466a8d
}
.separator-left{
	border-left:1px solid #ddd;
	margin-left: 8px;
	padding-left: 8px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #466a8d;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: white !important;
}
#nav .submenu .page_item_has_children i.fa{
	font-size: 11px;
	margin-right: -9px;
	margin-top: 5px;
	color: #9fc005;
}

/***************** CENTRAL CONTAINER ********************/


/***************** FOOTER ********************/
#prefooter-wrapper{
/*	background: #f0f0f0;*/
}
	#prefooter{
		padding:20px 0;
		max-width: 1110px;
	}
	.phone #prefooter{
		text-align: center;
	}
		#prefooter a img{
			margin:0 16px 0 0;
			transition:0.2s all;
		}
		.phone #prefooter img{
			width: 175px;
			margin: 0 5px 10px 5px !important;
		}
		#prefooter a:hover img{
			box-shadow:0 2px 7px rgba(0,0,0,0.15);
		}
		#prefooter a:first-child img{
			margin-left:0;
		}
		#prefooter a:last-child img{
			margin-right:0;
		}
		#prefooter a.last-child img{/*separado porque invalida la regla de arriba IE*/
			margin-right:0;
		}
#sitemap-wrapper{
	background: #062443;
	color: white;
	font-size:11px;
    border-width: 0 0 25px 0;
    -webkit-border-image: 
        -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0,0,0,0)), to(rgba(0, 0, 0, 0.2))) 100% 1;
    -webkit-border-image: 
        -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.2)) 100% 1;
    -o-border-image:
             -o-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.2)) 100% 1;
    -moz-border-image:
           -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.2)) 100% 1;  
}
	#sitemap,#footer {
		padding: 20px 0;
	}
#sitemap{
  text-align:center;
}
#sitemap-menu{
  text-align:left;
  display:inline-block;
  padding-left:10px;
}
	#sitemap a{
		color: white;
		color: rgba(255,255,255,0.8);
		display: block;
		padding: 0.3em 0;
		text-decoration: none !important;
	}
	#sitemap a:hover{
		color: white;
	}
#sitemap-menu li.menu-item-5792{
  display:none;/*no entra*/
}
#sitemap-menu > li > a{
		color: #aec627;
  		font-size:14px;
		text-transform: uppercase;
		margin: 0;

	}
#sitemap-menu > li{
		border-right:1px solid #32456d;
		padding:0 8px;
		float: left;
	}
#sitemap-menu > li:first-child{
			padding-left:0;
		}
#sitemap-menu > li:last-child{
			padding-right:0;
			border-right: 0;
		}
#sitemap-menu > li.last-child{/*separado porque invalida la regla de arriba IE*/
			padding-right:0;
			border-right: 0;
		}

#footer-wrapper{
	background: #07305c;
	color: white;
	font-size: 12px;
}
	#footer .rightDesktop{
		color: rgba(255,255,255,0.8);
		font-size:11px;
	}
	#footer .rightDesktop p{
		line-height: 1.5em;
	}
	#footer a{
		text-decoration: none !important;
		color: white;
	}
	#footer a:hover{
		color: white;
	}
	#footer p{
		margin: 0;
	}
	#footer p.address i,
	#footer p.phone i{
		vertical-align: middle;
		margin: 1px 3px 4px;
		display: inline-block;
		width: 16px;
		height: 17px;
		background: transparent url('img/sprite_home.png') no-repeat;
		background-position: -37px -80px;
	}
	#footer p.phone i{
		background-position: -61px -80px;
	}
	#footer .social-links{
		overflow: hidden;/*not sure why this is necessary, but otherwise it extends viewport width to infinite*/
	}

.phone .mobilehide{
	display: none;
}

/************************************************/



/*************************************/

/***CONTENT***/
#main-container{
	padding-bottom: 20px;
    min-height: 450px;
        margin-top: 31px;
}
#main-left{
	font-size:13px;
}
.desktopOrTablet #main-left{
  	float: left;
	width: 195px;
  	margin-left:10px;
	margin-right:10px;
}
.desktopOrTablet.single-post #main-left{/*en posts va a la derecha*/
	float:right;
    margin-left:10px;
	margin-right:0;
}

	#main-left .branchparent{
	}
	#main-left .branchparent a,#subtaxnav h3{
		display: block;
		text-decoration: none !important;
		font-size: 18px;
		text-transform: uppercase;
		color: #4d7394;
		padding: 15px 15px 5px;
		margin: 0 -15px;
		line-height: 1.1em;
	}
	#main-left #subnav, #subtaxnav{
		background: #ecf1f4;
		border-left: 3px solid #466a8d;
		margin-bottom: 10px;
		padding: 0 15px 12px;
		/*box-shadow: 0 1px 1px silver;*/
	}
	#subtaxnav{
	/*	background: #DBE0FF;
		border-color:#3054CF;*/
	}
	#subnav a, #subtaxnav a{
		padding: 5px 0;
		display: block;
	}
	#subnav .current-menu-item > a, #subtaxnav .current-cat > a{
		color: black;
		font-weight: bold;
		text-decoration: none !important;
	}
	#subnav ul ul{
	padding-left: 10px;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
	}
	#subnav ul ul a{

	}
	/**sidebar banners**/
	#sideBanners{
	}
	#banner-0800,.banner-sede{
		margin-bottom: 5px;
	}
	#banner-0800{
		background: #1f232e;
		padding: 10px 5px;
		color: white;
	}
	#banner-0800 .iconbox{
		background: #3f6dd8;
		border-radius: 7px;
		float: left;
		padding: 7px 5px 4px;
		line-height: 1em;
		font-size: 29px;
		margin-top: -1px;
		margin-right: 3px;
	}
	#banner-0800 small{
		display: block;
		text-transform: uppercase;
		letter-spacing: 2px;
		text-align: center;
		font-size: 12px;
	}
	#banner-0800 strong{
		display: block;
		text-align: center;
		letter-spacing: -1px;
		font-size: 24px;
		line-height: 1em;
	}
	a.banner-sede{
		text-decoration: none !important;
		background: #4d7394;
		color: white;
		padding: 10px;
		text-transform: uppercase;
		display: block;
		transition:0.2s all;
	}
	a.banner-sede:hover{
		background: #07305c;
	}
	a.banner-sede i{
		color: #07305c;
		float: right;
		font-size: 22px;
		margin: -3px 0 0;
		transition:0.2s all;
	}
	a.banner-sede:hover i{
		color: white;
	}

.desktopOrTablet #main-right{
	float: right;
	width: 82%;
	padding-bottom: 10px; /*editado por JUAN VILAR */
	padding-top: 62px;
}
.desktopOrTablet.single-post #main-right{
	float:left;
	border-right-width: 1px; /*editado por JUAN VILAR */
	border-right-style: solid; /*editado por JUAN VILAR */
	border-right-color: #CCC; /*editado por JUAN VILAR */
	padding-right:15px;
}

h1.page-title{
	font-size: 35px;
	/*border-bottom:1px solid #e1e1e1;*/
	margin:0 0 10px 0;
}
h1.page-title a{
	color: #07305c;
}

.content{

}

/****/
ul.twocols{
	font-size: 11px;
	padding: 0 !important;
}
ul.twocols li{
	color: #666;
	float: left;
	width: 303px;
	list-style: none !important;
	margin: 1px 0 !important;
	padding: 10px 10px 10px 30px !important;
	background: #F0F0F0 url('img/sprite_home.png') no-repeat -120px -165px;
}
ul.twocols:after{
	clear: both;
	height: 0;
}
.filter-box,.filter-box li{
	list-style-type:none !important;
	padding:0 !important;
	margin:0 !important;
	display: inline-block !important;
}
.filter-box{
	list-style-type:none !important;
	padding:10px 15px !important;
	margin:0 0 10px !important;
	background-color:#FFC;
	border:1px solid #dda;
	border-radius:4px
}

/**autoridades**/
.flexible-module{

}
.flexible-module-peoplethumbs{
}
.peoplegroup-2.withtitle {
  border: 1px solid #466a8d;
  background-color: #ecf1f4;
  padding: 0;
  padding-left: 2px;
  margin-bottom: 20px;
}
.peoplegroup-2.withtitle h3 {
  margin-top: 9px;
  padding-left: 8px;
  font-size: 16px;
  /* color: black; */
  font-weight: normal;
}

span.plusicon{
	width: 20px;
	height: 32px;
	background: transparent url('img/sprite_home.png') no-repeat -26px -225px;
	float: right;
	text-indent: -9999px;
	margin-top:-42px;
	position: relative;
}

ul.people{
	margin-left: -15px !important;
	padding: 0 !important;
	list-style-type:none !important;
}
ul.people li{
	margin: 0 0 13px 13px !important;
	list-style-type:none !important;
	float: left;
	background: #f0f0f0;
	padding: 10px !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.people li:before{
	display: none !important;
}
ul.people li p{
	display: inline;
	margin: 0;
}
ul.people img{
	margin: -10px -10px 10px -10px;
	transition:0.2s box-shadow;
	display: block;
}
ul.people a{
	display: block;
	text-decoration: none !important;
}
ul.people a img:hover{
	box-shadow: 0 0 4px 1px #236d1f;
}
ul.people strong.title{
	display: block;
	/*color: #y;*/
}
ul.people .position{
	/*color: #000;*/
}

/*TABS*/
/* tab pane styling */
.panes > div {
    display:none;
    
}
#home p{
	margin-bottom: 0.6em;
}
#home .panes > div{
	font-size:12px;
    color: #666;
}
.panes > div,.tabs a.current{
    /*background-color:rgba(0,43,91,0.13);*/
    background-color:#d5dbe4;
}
.panes > div,#home .panel{
    padding:10px 10px;
    border-radius: 4px;
   	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.panes h3{
	color: #2c3c65
}

.desktopOrTablet #home .panes > div,.desktopOrTablet #home .panel{
	height:220px;
}

/* alternate colors: skin2 */
.tabs li{
	display: inline;
}
ul.tabs{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type:none !important;
	margin-bottom: -3px !important;
}
ul.tabs li{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type:none !important;
	background: transparent !important;
}
.tabs a {
    color:gray !important;
    display: inline-block;
    padding: 4px 10px 6px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
 
/* mouseover state */
.tabs a:hover {
    color: #333 !important;
    text-decoration: none !important;
}
 
/* active tab */
.tabs a.current {
    font-weight: bold;
}
.tabs a.current, #home h3{
	color: #417a0d !important;
	margin-top: 0;
}
#home h3{
	margin:4px 0 3px;
}
/***home***/
#home #carousel{

}
#home .panes{
	clear: both;
}
.select2-container .select2-choice > .select2-chosen{
	line-height: 2em;
}

.desktopOrTablet .halfleft{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-right:5px;
	width: 42.5%;
	float: left;
}
.desktopOrTablet .halfright{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:5px;
	width: 57.5%;
	float: right;
}
#home-horarios .halfleft{
	font-size: 13px;
}
#home-horarios .halfright{
	background: rgba(255,255,255,0.5);
	margin: -10px -10px 0 0;
	padding: 10px 10px 10px 10px;
}
.phone #home-horarios .halfright{
	margin: 5px -10px -10px;
}
#home-horarios li{
	padding-bottom: 5px;
}
#home-horarios .strong{
	font-size: 15px;
	color: #25345a;
	margin:3px 0;
	font-weight: bold;
}
#home .phone{
	font-size: 17px;
	color: black;
	margin:3px 0;
}



ul.links{
	margin-top: 5px;
}
ul.links li:first-child a{
	border-top: 0;
	margin-top: -1px;
}
ul.links a{
	display: block;
	padding: 10px 0;
	border-top: 1px solid silver;
	font-size: 14px;
}
#home-emergencias .links{
	
}
#home-emergencias .links a{
	border-top-color: rgba(133,0,9,0.15);
}
#home-especialidades .links a{
	border-top-color: rgba(51,106,11,0.15);
}
/*#home-emergencias .links li:last-child a{
	border-bottom:0;
}*/

/***/
#home #carousel .caption{
	background: rgba(0,43,91,0.7);
position: absolute;
margin-top: -100px;
height: 100px;
/* margin-left: 252px; */
/* border-radius: 5px; */
padding: 20px;
box-sizing: border-box;
width: 100%;
text-align: center;
pointer-events:none;
}
#home #carousel .caption-title{
	font-size: 30px;
color: white;
font-weight: bold;
text-shadow: 0 1px 3px black;
}
#home #carousel .caption-description{
	font-size: 14px;
color: #9fbd1e;
text-shadow: 0 1px 3px black;
}

.phone #home #carousel .caption{
	padding: 12px;
}
.phone #home #carousel .caption-title {
	font-size: 22px;
}


#home .bx-viewport{
	border:0 !important;
	left: 0 !important;
	box-shadow: none;
	border-radius:4px;
}
.desktopOrTablet #home .bx-viewport{
	min-height: 380px;
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -23px;
	opacity: 0.5;
}
.bx-wrapper{
	margin-bottom: 40px;
}
.bx-controls-direction{
	opacity: 0;
	transition:0.3s all;
}
.bx-wrapper:hover .bx-controls-direction{
	opacity: 1;
}
#home .panel{
	padding: 10px;
	background: #f0eff3;
	border-radius: 4px;
}
#home-especialidades .panel{
	background: rgba(51,106,11,0.1);
}
#home-emergencias .panel{
	background: rgba(133,0,9,0.1);
}

.column-posts{
	padding: 0 !important;
}
.column-posts li{
	display: inline;
	padding: 0 !important;
}
.column-posts li:before{
	display: none;
}
.column-posts a{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	display: block;
	text-decoration: none !important;
	opacity: 0.8;
	transition:0.2s all;
}
.three-column-posts a{
	width: 32%;
}
.two-column-posts a{
	width: 49%;
}
.column-posts a img{
	transition:0.2s all;
}
.column-posts a:hover img{
	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
}
.column-posts a:hover{
	opacity: 1;
}
.three-column-posts li.rowJump a,
.two-column-posts li.rowJump a{
	margin-right: 0;
}
.column-posts a strong.title{
	display: block;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1em;
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;*/
	padding-bottom: 5px;
}
.desktopOrTablet .column-posts a strong.title{
}
.column-posts a .excerpt{
	display: block;
	background: #eee;
	padding: 10px;
	height: 115px;
	overflow: hidden;
	color: #666;
	font-size: 12px;
}
.column-posts .plusicon{
	margin-top: -32px;
	position: relative;
	margin-right: 10px;
}
.column-posts a img{
	max-width: 100%;
	height: auto;
}

/****/
.internal-heading{
	padding-bottom: 15px;
/*border-bottom: 1px solid silver;
margin-bottom: 20px;*/
}
.internal-heading h1{
	font-size: 30px;
line-height: 1.1em;
}
.internal-heading h3{
line-height: 1.1em;
margin:0 0 5px;
}
.post-date-right{
	float: right;
    color: gray;
    padding-top: 3px;
}

.postimage{
	float: right;
	margin:0 0 10px 10px;
}


/*.main-content .content ul{
	list-style-type: disc;
	padding: 0 0 1em 2em;
}
.main-content .content ul li{
	list-style-type: disc;
	margin-bottom: 0.5em;
}
*/


.main-content .content {
    overflow-x: hidden;
}
.main-content .content ul{
	margin: 0 0 10px 0;
	padding: 0;
}
.main-content .content ul li{
	list-style: none;
	padding: 5px 0 5px 20px;
}
.main-content .content ul li:before {    
font-family: 'FontAwesome';
content: '\f054';
margin:0 5px 0 -15px;
color: #4d7394;
float: left;/*to fix uls with h4s, test*/
}


.phone .content img {
  max-width: 100%;
  height: auto;
}

/****/
.main-content .panes > div{
	padding-top: 20px;
}

div.navigation:first-child{
	padding-bottom: 15px;
}
.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}
/***/
.main-content .content h1{
font-size: 27px;
margin-bottom: 0.5em;
font-weight: normal;
}
/***/

#related a{
	display: block;
	background: #eee;
	padding: 10px;
	box-sizing: border-box;
	-box-sizing:border-box;
	line-height: 1.2em;
	text-decoration: none;
	font-size: 20px;
}
#related a:hover{
	background: white;
	box-shadow: 0 2px 6px silver;
}
.desktopOrTablet #related a{
	float: left;
	width: 49%;
	margin: 0 1% 1% 0;
}
#related a i{
	color: #8eb900 !important;
	float: left;
margin-bottom: 10px;
margin-top: 2px;
margin-right: 6px;
}

/***/

.fa-external-link:before {
font-size: 10px;
}

/***/

.icon-meta{
	font-size: 16px;
	padding: 10px;
	background: rgba(51,106,11,0.1);
}
.icon-meta i{
	color: #417a0d;
	font-size: 20px;
}
.icon-meta a.email{
	float: right;
	text-align: right;
}
.single-especialidad .internal-heading,.single-medico .internal-heading{
	border-bottom:0;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.single-especialidad .panes > div h2:first-child{
	margin-top:0 !important;
}

a small.volanta {
color: gray;
text-transform: uppercase;
font-size: 13px;
font-weight: normal;
text-decoration: none !important;
}
.searchexcerpt{
	margin-top: -10px;
}
.searchexcerpt p{
	color: gray;
	margin: 0;
}

/***/

/*austral tv*/
.vide_container ul{
	padding: 0 !important;
	list-style-type: none !important;
}
.vide_container ul,.vide_container ul li{
	list-style-type: none !important;
		background: transparent !important;
}
.page-id-188.desktopOrTablet p.toprightparagraph{
	position: absolute;
top: 162px;
width: 428px;
left: 50%;
text-align: right;
font-size: 13px;
margin-left: 52px;
color: gray;
}

/***/

.content table {
box-shadow: 0 2px 5px gray;
margin: 10px 0 20px;
border:1px solid silver;
}
.content table th{
	background: #d2d8e2;
}
.content table th,.content table td{
	padding: 2px 4px;
}
.content table tr:nth-child(odd){
	background: #e7eaf0
}

.gform_confirmation_message{
	padding: 10px;
	margin: 0 0 20px;
	background: #e8eee4;
	border:1px solid #3b750b;
}

/***/

ul.revistas,ul.revistas li{
	padding: 0 !important;
	list-style-type:none !important;
}
ul.revistas li a{
	text-decoration: none !important;
	border-top:1px solid #ddd;
	margin-top: 20px;
	padding-top: 12px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
ul.revistas li a:hover small{
	opacity: 1;
}
ul.revistas li strong.title{
	display: inline-block;
	font-size: 19px;
	color: #417a0d
}
ul.revistas li .revista-content img{
	margin: -10px 10px -10px -10px;
	border-right: 10px solid white;
	float: left;
	opacity: 0.85;
	transition:0.2s all;
}
ul.revistas li a:hover .revista-content img{
	opacity: 1;
}
ul.revistas li .revista-content .description{
	font-size: 12px;
	line-height: 1.4em;
	color: gray;
	display: block;
}
ul.revistas li a small{
	color: gray;
	transition:0.2s all;
}
ul.revistas li .download i{
	color: #bf000f;
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
}
ul.revistas li .revista-content{
	display: block;
	margin-top: 5px;
	background: #eee;
	transition:0.2s all;
	padding: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow: hidden;
}
ul.revistas li a:hover .revista-content{
	background: #ddd;
}
.ginput_counter{
	display: none;
}
.gfield_radio input[type=radio] {
margin-left: 1px;
}
.gfield_creditcard_warning_message{
	display: none !important;
}

/***/

#sitemap .section-4{ width: 110px; }
#sitemap .section-6{ width: 172px; }
#sitemap .section-10{ width: 196px; }
#sitemap .section-12{ width: 190px; }
#sitemap .section-14{ width: 186px; }

/***/
#home-subscribe{
	float:right;
	color: gray;
	margin-top: 24px;
}
#home-subscribe strong{
	color:#417a0d !important
}
#home-subscribe input[type=text]{
	width: 140px;
	background: white;
	border-radius: 3px;
	border:1px solid silver;
	font-size:16px;
	padding: 2px 4px 0;
	margin-left: 4px;
}
#home-subscribe input[type=submit]{
	background: #417a0d;
	opacity: 0.85;
	transition:0.2s all;
	color: white;
	font-weight: bold;
	padding: 3px 5px 1px;
	cursor: pointer;
	border-radius:3px;
	border:0;
	font-size:16px;
}
#home-subscribe input[type=submit]:hover{
	opacity: 1;
}

dl.indicaciones{

}
dl.indicaciones dt{
color: #88b804;
font-weight:bold;
text-transform: uppercase;
font-size:11px;
padding: 10px 0 5px 0;
}
dl.indicaciones dd{
padding: 0 0 10px 0;
}
.desktopOrTablet .short-pull-left{
	float:left;
	margin-right:20px;
	max-width: 220px;
}
.thumbindicaciones{
	margin-right: 20px;
box-shadow: 1px 1px 6px #333;
}

/***/
.desktopOrTablet #chat-condiciones{

}
.desktopOrTablet #chat-form{
	width: 275px;
	float:right;
	margin: 0 0 20px 20px;
	padding: 20px;
	background: #e8eee4;
	box-shadow: 0 1px 1px silver;
}
.desktopOrTablet #chat-form h2{
	margin-top: 0;
}
#chat-form table{
	background: white;
}
.chat-intro img{
	height: auto;
}
.chat-intro{
	text-align:justify;
}

/***/

#nav li li .sf-with-ul:before {
font-family: 'FontAwesome';
content: '\f105';
margin:0 -5px 0 5px;
color: gray;
float: right;
transition:0.2s all;
}

#nav li li .sf-with-ul:hover:before,
#nav li li .sf-with-ul.sfHover:before {
  color: white !important;
}


/***/

#autoridades #ppm-tabs{
	padding-top:10px;
}
#autoridades #ppm-tabs .tab_content{
	padding-left: 0;
}


/**news list**/

.pseudoimg{
	display: block;
	background-repeat: none;
	background-position: center center;
	background-size:cover;
	width: 100% !important;
}

/**events**/

select#eventunits{
	float: right;
}

.pseudoTabs{
	border-bottom:1px solid silver;
	padding: 0 !Important;
  margin:0 !important;
}
.pseudoTabs li{
	display: inline !important;
	padding: 0 !Important;
}
.pseudoTabs li:before{
	display: none !Important;
}
.pseudoTabs a{
	display: inline-block;
	padding: 7px 15px;
}
.pseudoTabs .active a{
	pointer-events:none;
	color: black;
	font-weight: bold;
	border:1px solid silver;
	border-radius:6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	bottom: -1px;
	border-bottom: 0;
	position: relative;
	background: white;
}
#apiResults{
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid silver;
  border-top: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
  padding-top: 10px;
  padding-bottom:10px;
  }
.eventsFromApi h3{
	text-transform: none !important;
	font-size: 22px;
  margin-top:0.5em;
}
.eventsFromApi h3 .dates{
float: right;
font-size: 15px;
  padding-top: 5px;
}
.eventsFromApi dl{
	margin: 0 0 10px;
	padding: 0;
}
.eventsFromApi dt{
	float: left;
	width: 20%;
	font-weight: bold;
	text-align: right;
	clear: both;
	margin: 0;
	padding: 0;
}
.eventsFromApi dd{
	float: right;
	width: 79%;
	margin: 0;
	padding: 0;
}
.eventdiv{
	  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;	
  margin-bottom:0.5em;
}
.eventdiv:last-child{
  	border-bottom:0;
	  padding-bottom:0;
	}

.single-event .panel-heading{
  border-top: 1px solid silver;
    padding: 0 16px;
    margin: -15px -16px 15px;
    border-radius: 4px;
    background-color: white;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
	}
.button{
	background: #466a8d;
  padding: 3px 5px;
  display: inline-block;
  margin: 0 0 10px;
  color: white;
  border-radius: 5px;
}
.button:hover{
	background: #0a2754;
	text-decoration: none;
}

/*RESPONSIVE*/

@media screen and (max-width:1000px){

	.desktopOrTablet .wrapped{
		width: auto;
	}
	.desktopOrTablet #main-right{
		width: inherit;
		float: none;
		padding-top: 0;
	}
	.desktopOrTablet #main-left{
		margin-right: 15px;
		margin-bottom: 10px;
	}

}

/***/
#nav .current-menu-parent > a{
  color:black !important;
  background:#ecf1f4 !important;
}



.content table.listadoDeUnidades td {
	padding:0px !important;
	margin: 2px !important;
}
.content table.listadoDeUnidades td a {
	display:block;
	text-decoration:none;
	padding-top: 20px !important;
	padding-right: 10px !important;
	padding-bottom: 20px !important;
	padding-left: 10px !important;
}
.content table.listadoDeUnidades td a:hover {
	background-color:#EEE;
}


.content table.monocolor{
	width:100%;
  }
.content table.monocolor th,.content table.monocolor td{
	padding: 2px 4px;
  	background-color:#EEE;
}

.content table.limpia{
	width:100%;
	background-color:#FFF;
	border:none;
	box-shadow: 0 2px 5px #FFF;
	
  }
  .content table.limpia, table.limpia th,.content table.limpia td{
	
	background-color:#FFF;
	
	
	
  }


.gform_confirmation_message{
	padding: 10px;
	margin: 0 0 20px;
	background: #e8eee4;
	border:1px solid #3b750b;
}

.single-post-header{
  font-size:16px;line-height:1.1em;margin-bottom:0;margin-top:0.5em;
}
.single-post-header p{
  margin-bottom:0;
}

/***/

.text-align-right{
	  text-align:right;
	}
	.text-align-center{
	  text-align:center;
	}


/***/

#socialShare{
  border-top:1px solid silver;
  border-bottom:1px solid silver;
  padding:10px 0;
  margin-bottom:20px;
}
#socialShare span,.shareOverlay span{
	font-size:12px;
	color:gray;
	text-transform:uppercase;
	display:inline-block;
  margin-right:5px;
}
#socialShare .shareIcon,.shareOverlay .shareIcon{
    display: inline-block;
    padding-top: 6px;
    border-radius: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 29px;
    color: white;
    font-size: 15px;
    margin-left:7px;
    vertical-align: middle;
    height: 29px;
}
.shareIcon.youtube{
	background:#f33;  
}
.shareIcon.instagram{
	background: #D64DFF;
}
.shareIcon.facebook{
	background: #212f75;
}
.shareIcon.twitter{
	background: #3483e7;
}
.shareIcon.linkedin{
	background: #1a7bb6;
}
.shareIcon.googleplus{
	background: #d34836;
}
.shareIcon.snapchat{
	background: #fffc00;
	text-shadow:0 0 2px black;
  text-shadow:0 0 1px black,0 0 1px black,0 0 1px black,0 0 1px black, 0 0 1px black;
}
hr{
  border:0;
  border-bottom:1px solid silver;
}
  
/***/

@media screen and (max-width:500px){
  img.size-medium {/*avoid small gaps*/
	  width: 100%;
  }
}

div.gallery {
    clear: both;
}

/***/
.phone #logo{
	background-color:transparent !important;
  }

#banner-redes{
background:#D7EBFF;
margin-bottom:5px;
padding:10px 5px 3px;
text-align:center;
}
#banner-redes span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #4d7394;
}
#banner-redes .shareIcon{
    display: inline-block;
    border-radius: 20px;
    padding: 3px 0 1px;
    width: 27px;
    text-align: center;
    margin-right: 0;
    color: white !important;
    font-size: 18px;
    box-shadow: 0 0 0 3px transparent;
  transition:0.2s all;
  
    /*3 por fila below*/
    padding: 3px 0 1px;
    width: 32px;
    text-align: center;
    margin: 0 7px 7px;
    color: white !important;
    font-size: 22px;
}
#banner-redes .shareIcon:hover{
  box-shadow: 0 0 0 3px white, 0 0 10px gray;
}

.event-description .content-banner {
    max-width: 100%;
    margin-bottom: 15px;
}
@media screen and (max-width:700px){
.two-column-posts a {
    width: 100%;
}
.pseudoimg {
    width: 100% !important;
}
.phone #s {
    width: 134px !important;
}
body.phone #main-left {
    margin-top: 40px !important;
}
#newsCategory {
    float: right;
    width: 100%;
}
#header-search, #header .social-links {
    clear: both;
    margin: 50px 7px 11px 0;
    float:none;
}
}

.page-id-84 .subtaxnav {display:none;}

#autoridades ul.people li {
    list-style: none;
    display: inline-table;
    float: none !important;
    box-shadow: 1px 1px 5px #0000002b;
    border-radius: 4px;
    max-height: 138px !important;
    min-height: 303px !important;
    height: auto !important;
}

#autoridades .peoplegroup-2.withtitle {
    border: none;
    padding: 6px 29px;
}
