/*
Theme Name: Universidad del Desarrollo (Landing Pages)
Theme URI: http://www.udd.cl/
Description: Theme desarrollado por AyerViernes S.A para UDD.
Version: 1.0
Author: AyerViernes
Author URI: http://www.ayerviernes.com
Tags: fixed-width, two-columns, white, black, right-sidebar, threaded-comments, theme-options, translation-ready
*/

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
html {
	width: 100%;
}
body {
	color: #000;
	background: #fff;
	font-size: .813em;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
}
a {
	color: #00598d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************************************************ MAIN STRUCTURE **********/
#global {
	width: 100%;
}
.center {
	margin: 0 auto;
	width: 960px;
}
/************************************************ HEADER */
#header {
	width: 100%;
	background: #fff url(imag/back/bg-header.jpg) repeat-x left top;
	position: relative;
	z-index: 9999;
}
#header .center {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
#header .logo {
	margin-left: 1.5em;
	padding: 2em 0 1.5em;
	float: left;
}
/* Caso corrida 2011 */
#header .logo.corrida-udd-2011 h1 a {
	height: 146px;
	background: url(imag/logo/logo-corrida.png) no-repeat left top;
}
/*Caso Corrida 2013*/
#header .logo.corrida-udd-concepcion-2013 h1 a {
	height: 177px;
	background: url(imag/logo/corrida2013.jpg) no-repeat left top;
}
/*Caso instituto de innovacion social*/
#header .instituto-de-innovacion-social h1 a {
	height: 141px;
	background: url(imag/logo/logo-iisocial.png) no-repeat left top;
}

#header h1 a {
	display: block;
	width: 260px;
	height: 46px;
	/*background: url(imag/logo/udd_logo_25anos.gif) no-repeat left top; /* url(imag/logo/udd_logo.gif) */
	/*background: url(imag/logo/udd_logo.gif) no-repeat left top; /* url(imag/logo/udd_logo.gif) */
	background: url(imag/logo/logo-udd-30-color.svg) no-repeat center center; /* url(imag/logo/udd_logo.gif) */
	background-size: contain;
	text-indent: -999em;
}
#header li {
	display: inline;
}
/*************** Top Auxi Navigation ***************/
.top {
	height: 28px;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}
.top #top-navigation li {
	display: inline;
	margin-left: .7em;
}
.top #top-navigation li a {
	display: inline-block;
	padding: .8em 0 .5em 1em;
	background: url(imag/icon/sprites_arrows.png) no-repeat -137px 4px;
}
.top #top-navigation li.first {
	width: 91px;
	text-transform: uppercase;
}
.top #top-navigation li.first a {
	display: inline-block;
	width: 91px;
	padding: .7em 0 .5em;
	font-weight: normal;
	font-size: 11px;
	color: #005A8E;
	line-height: 120%;
	background: transparent url(imag/back/back-menu-top.gif) no-repeat left top;
	text-align: center !important;
}
.top #top-navigation li.first a:hover {
	width: 91px;
	color: #fff;
	background-position: left -35px;
	text-decoration: none;
}
.top #top-navigation a {
	color: #003a5b;
}
/*************** Main Navigation ***************/
/*************** Main Navigation ***************/
#main-navigation {
	min-width: 45%;
	margin: 40px 0 0 0;
	text-align: right;
	float: right;
}
#main-navigation li{
	display: block;
	position: relative;
	font-size: 11px;
	z-index: 9999;
	float: left;
}
#main-navigation li a:hover {
	text-decoration: none;
}
#main-navigation li a {
	position: relative;
	padding: 12px;
	color: #333;
	text-transform: uppercase;
	z-index: 11;
}
#main-navigation li.active a {
	font-weight: bold;
}
.menu-main-menu-container {
	position: relative;
}
#main-navigation li.hover-sub a:hover, #main-navigation li.menuhover a {
	position: relative;
	padding: 11px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	z-index: 999;
	background: #FAFAFA;
}

#main-navigation li.hover-sub:hover .sub-menu {
	display: block;

}
#main-navigation li .sub-menu li:first-child {
	border-top: none;
}
#main-navigation li .sub-menu li {
	float: none;
	border-top: 1px solid #DADADA;
}
#main-navigation li .sub-menu {
	display: none;
	position: absolute;
	padding-top: 0;
	width: 163px;
	top: 25px;
	left: 0;
	z-index: 10;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #DADADA;
	background: #FFF;
}
#main-navigation li.hover-sub .sub-menu li a {
	display: block;
	text-align: left;
	padding: 10px;
	background-color: #FAFAFA;
	border: none;
}
#main-navigation a:hover {
	color: #003A5B;
}
#main-navigation li.hover-sub .sub-menu li a:hover {
	color: #003A5B;
	background-color: #E0E0E0;
}
/************************************************ FEATURE */
#feature-content {
	width: 100%;
	position:relative;
}
#feature-content .center {
	position: relative;
	padding-top: 0;
}
#feature-content .feature-button .summary {
	margin: 0 .7em;
}
.feature-button {
	border: 1px solid #ccc;
	background-color: #fff;
}
.feature-button .date {
	margin: 0 .4em 0 .5em;
}
.featured-mask {
	display: block;
}
ul.feature_pages_list {
	position: relative;
	height: 365px;
}
ul.feature_pages_list li {
	position: absolute;
	top: 0;
	left: 0;
}
/************************************************ MAIN */
#main {
	width: 100%;
}
#main .center {
	position: relative;
}
.inner-border {
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
    box-shadow:inset 0 0 5px #ccc;
	background-color: #fff;
}
.inner-border-dark {
	-moz-box-shadow: inset 0 0 5px #001724;
	-webkit-box-shadow: inset 0 0 5px #001724;
    box-shadow: inset 0 0 5px #001724;
}
/*Columna Simple*/
.column {
	width: 215px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}
.columns-content{
	margin-bottom: 20px;
}
.column.left {
	margin-left: 17px;
	margin-right: .2em;
}
.column.right {
	margin-right: 1.5em;
}
.column h4 {
	display: block;
	margin: 0 0 1em;
	padding: 0 0 1em;
	font-size: 1em;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	background: url(imag/back/bg-titles.gif) repeat-x left bottom;
}
.column h4 span {
	*display: inline-block;
	padding-right: 1em;
	background: url(imag/icon/auxi-tit-arrow.gif) no-repeat right 5px;
}
.column h4.no-border {
	margin: 0;
	background-image: none;
}
.column h4.no-border span {
	background-image: none;
}
.column p {
	margin-bottom: 1.3em;
	font-size: .97em;
	line-height: 130%;
}
/*Columna Doble*/
.double-column {
	width: 450px;
}
.double-column.left {
	margin-left: 17px;
	margin-right: .2em;
}
/*Calendario*/
#calendar {
	margin-bottom: 1em;
}
#calendar li {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	padding-top: .7em;
	font-size: 11px;
	border-top: 1px solid #eee;
}
#calendar li.first {
	padding-top: 0;
	border-top: none;
}
#faqs li, #links li {
	display: inline-block;
	width: 100%;
	margin-bottom: .7em;
	padding-bottom: .2em;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}
#calendar li a {
	display: block;
	margin: 0 0 .4em 44px;
	font-weight: bold;
}
#calendar .info {
	color: #666;
}
#calendar .date {
	display: inline-block;
	margin: 2px 8px 5px 0;
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
	float: left;
}
.date .month {
	display: block;
	padding: 2px 0 0;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	background: #005A8E url(imag/back/bg-month.jpg) repeat-x left top;
	border-bottom: 1px solid #003A5B;
}
.date .day {
	display: block;
	margin-top: 2px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	line-height: 100%;
	color: #062C40;
}
#calendar .event {
	display: block;
	margin: 0 0 5px 44px;
	padding: 0 5px 8px 0;
}
#calendar .event-int {
	padding-top: 8px;
	border-top: 1px solid #eee;
}
#calendar .last {
	margin-bottom: 0;
	border-bottom: none;
}
#calendar .event.last {
	margin-bottom: 0;
}
/*Preguntas Frecuentes/Enlaces*/
#faqs {
	margin-bottom: 1em;
}
#faqs li {
	background: url(imag/icon/sprites_arrows.png) no-repeat -106px -31px;
}
#faqs li.last, #links li.last {
	border-bottom: none;
}
#faqs li a {
	display: inline-block;
	margin-bottom: .4em;
	font-weight: bold;
}
#faqs li p a {
	margin-bottom: 0;
}
#faqs h5 {
	margin-left: 1.1em;
}
#faqs p {
	margin-bottom: .6em;
	margin-left: 1.1em;
}
#links li {
	padding-bottom: .7em;
}
#links li a {
	font-weight: bold;
}
#links li.last {
	margin-bottom: 0;
}
/*Contacto-Galeria-Testimonios-Destacado*/
.contact-widget, .gallery-widget, .testimonios-widget, .video-widget, .featured-widget {
	margin-bottom: 1em;
	padding: .7em 0 .9em;
	border: 1px solid #ccc;
}
.contact-widget, .gallery-widget, .video-widget, .map-widget, .featured-widget {
	text-align: center;
}
.contact-widget h4, .gallery-widget h4, .video-widget h4, .map-widget h4, .featured-widget h4 {
	margin: 0 0 .4em .6em;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-align: left;
}
.column .contact-widget p {
	display: inline-block;
	margin: 0 0 0 .7em;
	text-align: left;
	font-size: 10px;
	float: left;
	width: 100%;
}
.contact-widget p strong {
	display: block;
	font-size: 11px;
}
.image-text {
	position: relative;
}
.contact-widget p a, .with-image a {
	display: block;
	margin-top: .4em;
	font-weight: bold;
}
.contact-widget .with-image p {
	display: inline-block;
	width: 63%;
	float: left;
}
.with-image img {
	display: inline-block;
	margin: 0 0 0 .7em;
	float: left;
	border: 1px solid #ccc;
}
.gallery-widget h5, .featured-widget h5 {
	margin: .5em .5em 0;
	text-align: left;
	line-height: 110%;
}
.gallery-widget h5 a, .featured-widget h5 a {
	font-size: 11px;
	font-weight: bold;
}
.gallery-widget .carousel {
	position: relative;
}
.gallery-widget img, .video-widget img, .featured-widget img {
	margin: 0 auto .3em;
}
.testimonios-widget {
	padding-left: .7em;
	padding-right: .7em;
}
.testimonios-widget h4 {
	margin: 0 0 .4em;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-align: left;
}
.testimonios-widget img {
	border: 1px solid #ccc;
}
.testimonios-widget img.alignleft {
	margin: 0 .7em .3em 0;
}
.column .testimonios-widget p {
	font-size: 10px;
	color: #000;
}
.column .testimonios-widget p.name {
	margin: 0 0 .2em;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.testimonios-widget span.date {
	display: block;
	margin-bottom: .5em;
	font-size: .65em;
	color: #333;
	text-transform: uppercase;
}
/*Thumb Images*/
#thumb-images {
	margin: 1em .4em 0;
}
#thumb-images li {
	display: inline-block;
	margin: 0 5px;
	width: 57px;
	float: left;
}
#thumb-images img {
	border: 1px solid #ccc;
}
/*Video*/
.video-widget h5 {
	margin: 0 .5em;
	text-align: left;
	line-height: 110%;
}
.video-widget h5 a {
	font-weight: bold;
}
/*Enlaces*/
.links-widget {
	margin-bottom: 1em;
}
/*Mapa*/
.map-widget {
	margin-bottom: 1em;
	padding: .7em 0 0;
	border: 1px solid #ccc;
}
.map-widget img {
	margin: 0;
	padding: 0;
}
/*Twitter*/
.twitter-widget {
	border: 1px solid #ccc;
}
.twitter-widget li {
	position: relative;
	width: 155px;
	margin: 0 1em;
	padding: .8em 0 .9em 33px;
	font-size: 11px;
	background: url(imag/back/bg-titles.gif) repeat-x left bottom transparent;
	overflow: hidden;
}
.twitter-widget li img {
	position: absolute;
	top: 1em;
	left: 0;
	border: 1px solid  #ccc;
}
.twitter-widget li a {
	font-weight: bold;
}
.twitter-widget span {
	display: block;
	font-weight: bold;
}
.more {
	display: block;
	margin: .6em 1em;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
/**/
.inner-border h4 {
	background: none;
}
/* banner img */
.widget-banner {
	margin-bottom: 10px;
}
/*Banners (Text)*/
.banner-text {
	display: block;
	padding: 1em 1em .7em 1.3em;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
}
.banner-text span {
	display: block;
	font-size: 1em;
	color: #fff;
	line-height: 110%;
}
.banner-text:hover {
	text-decoration: none;
}
.banner-color {
	position: relative;
	width: 215px;
	margin-bottom: 1em;
	padding: 0;
	font-size: 1.3em;
	color: #fff;
}
.banner-color .tl, .banner-color .tr {
	top: -1px;
}
.banner-color .bl, .banner-color .br {
	bottom: -1px;
}
.banner-color .tl, .banner-color .bl {
	left: -1px;
}
.banner-color .tr, .banner-color .br {
	right: -1px;
}
/*Buttons*/
.button, .wpcf7-submit {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	background-image: url(imag/buttons/sprites-buttons.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: block;
}
.inscribete {
	width: 207px;
	height: 57px;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 57px;
}
.inscribete:hover {
	text-decoration: none;
}
.small-button {
	font-family: Arial, Tahoma, sans-serif;
}
.cont-form input.send-button, .cont-form input.wpcf7-submit {
	margin-right: 1.8em;
	width: 109px;
	height: 31px;
	font-size: 14px;
	color: #fff;
	background-image: url(imag/buttons/sprites-form-buttons.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
}
/*Icons*/
.networks li a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(imag/icon/sprites_icons.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
}
.networks .twitter a {
	background-position: left top;
}
.networks .twitter a:hover {
	background-position: right top;
}
.networks .facebook a {
	background-position: left -25px;
}
.networks .facebook a:hover {
	background-position: right -25px;
}
.networks .youtube a {
	background-position: left -50px;
}
.networks .youtube a:hover {
	background-position: right -50px;
}
.networks .rss a {
	background-position: left -75px;
}
.networks .rss a:hover {
	background-position: right -75px;
}
/*Social Icons*/
.page .networks, .post .networks {
	display: inline-block;
	position: absolute;
	right: -17px;
	top: 0px;
	margin: 0 1.3em 0 0;
	padding: 7px 6px;
	text-align: left;
}
.page .networks ul, .post .networks ul {
	text-align: left;
}
.page .networks li, .post .networks li {
	display: inline-block;
	width: 16px;
	margin: 0px 4px;
	padding: 0;
	float: left;
}
/************************************************ SIDEBAR */
#sidebar {
	width: 290px;
	float: left;
	text-align: left;
}
#sidebar .column {
	margin-left: 2.5em;
}
#sidebar .inner-border {
	margin-bottom: 1.8em;
}
/************************************************ INTERIOR */
.one-column {
	width: 738px;
	margin: 1px 0 0 130px;
	padding: 1.5em 0 2em;
	background-color: #fff;
	float: left;
}
.page .one-column #content {
	width: 620px;
	margin: 0 auto !important;
}
.page #main .center {
	background: #FFFFFF url(imag/back/bg-home-content.jpg) repeat-y -187px top;
}
.no-sidebar #main .center {
	padding: 0;
	background: none;
	border: 0 !important;
}
.no-sidebar #content {
	width: 620px;
	margin: 0 auto;
	float: none;
}
.no-sidebar .networks {
	width: 28px !important;
	padding: 4px 0 10px;
	right: 45px;
}
.no-sidebar .networks li {
	margin: 8px 6px 0;
}
.right-shadow {
	width: 960px;
	margin: 0 auto;
	background: transparent url(imag/back/shadow-right.png) repeat-y 868px top;
}
.left-shadow {
	width: 960px;
	margin: 0 auto;
	background: transparent url(imag/back/shadow-left.png) repeat-y 87px top;
}
#content {
	width: 640px;
	padding-bottom: 2em;
	float: right;
	text-align: left;
}
#content #share-social {
	clear: left;
	margin:5px 0;
	float: right;
}
#content h1 {
	margin-bottom: .5em;
}
#content h2 {
	display: block;
	margin-bottom: 1em;
	padding-top: 1.1em;
	font-size: 1.4em;
	color: #000;
	clear: both;
	border-top: 1px solid #e8e8e8;
	text-transform: uppercase;
}
#content .matriz-noticias h2 {
	border: none;
	clear: none;
	color: #00598d;
	font-weight: bold;
	line-height: 45px;
	padding-top: 0;
	margin-left: 40px;
}
#content .matriz-noticias .date {
	border: 1px solid #e8e8e8;
	float: left;
	width: 30px;
}
#content .matriz-noticias .month {
	text-align: center;
}
#content h3 {
	display: block;
	margin-bottom: 1em;
	padding-top: 1.1em;
	font-size: 1.4em;
	color: #000;
	border-top: 1px solid #e8e8e8;
}
#content h4 {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#content h5 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#content .summary {
	margin-bottom: 1.1em;
	font-size: 1.4em;
	color: #999;
}
#content p {
	margin-bottom: 1.2em;
	font-size: 1em;
	line-height: 140%;
	clear: both;
}
#content .wp-caption {
	display: inline-block;
	width: 305px;
	padding: .9em;
	background-color: #eee;
}
#content .wp-caption img {
	margin-bottom: .5em;
}
#content .wp-caption span {
	display: block;
	margin-top: .4em;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}
#content .wp-caption-text {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.entry {
	margin-top: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}
.page .entry {
	margin-top: 0;
}
.entry ul {
	/* display: inline-block; */
	clear: both;
}
.entry ul li {
	margin-bottom: 1.2em;
	padding-left: 1.2em;
	background-image: url(imag/auxi/bg_list.gif);
	line-height: 140%;
}
.entry div ul {
	display: inline-block;
	width: 40%;
}
.entry ul#imag-list, .entry ul#video-list {
	width: 100%;
}
.entry ol {
	display: inline-block;
}
.entry ol li {
	margin: 0 0 .8em 1.5em;
	list-style-type: decimal;
}
.entry table {
	width: 100%;
	margin-bottom: 1.4em;
}
.entry tr.odd, .entry tr.alt {
	background-color: #E9F5F9;
	border-bottom: 1px solid #E0ECEF;
}
.entry th {
	padding: .5em 0;
	font-size: .916em;
	font-weight: bold;
}
.entry td {
	padding: .5em .5em;
	font-size: .916em;
}
.entry .cont-map {
	display: inline-block;
	margin-bottom: 1.2em;
	border: 1px solid #eee;
	padding: .4em .4em .2em .4em;
	float: left;
}
.entry #location {
	width: 100%;
}
.entry .location {
	margin-bottom: 1em;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
}
.entry .location a {
	font-size: 10px;
	font-weight: bold;
	color: #3F9FD8;
}
.entry .location ul li {
	padding: 0;
	background: none;
	color: #333;
}
.entry img {
	margin: 0 0 1em;
}
.tag {
	display: block;
	position: relative;
	margin: 0 1em 0 0;
	padding: 0 1.1em 0 .8em;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #E9F5F9;
	border: 1px solid #E0ECEF;
	height: 20px;
	float: left;
}
.tag span {
	display: inline-block;
	line-height: 20px;
	height: 22px;
}
.tag span.arrow {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 11px;
	height: 22px;
	background: url(imag/auxi/back-arrow.gif) no-repeat right top;
}
ul#faqs-header {
	display: block;
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #e8e8e8;
}
ul#faqs-header li {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	background: none;
	border: 0;
}
/* Faqs content */
.content-faqs div {
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0 10px 0;
}
#content .content-faqs p{
	float: none;
	margin-bottom: 8px;
	clear: none;
}
#content .content-faqs ul{
	margin: 0 0 8px 37px;
}
#content .content-faqs li{
	list-style: square outside none;
	margin-bottom: 4px;
}
/*Imag Gallery list*/
ul#imag-list li {
	display: inline-block;
	width: 33%;
	height: 230px;
	margin: 0 0 1.6em;
	padding: .7em 0;
	background: none;
	float: left;
	border: 1px solid #ccc;
}
ul#imag-list li h5, ul#video-list li h5 {
	margin-bottom: 1.1em;
	line-height: 110%;
	text-align: left;
}
ul#imag-list li p, ul#video-list li p {
	font-size: 10px;
	color: #333;
	text-align: left;
}
ul#imag-list li div {
	margin: 0 1em;
	text-align: center;
}
ul#imag-list li div.gallery-cont, ul#video-list li div.gallery-cont {
	position: relative;
	margin: 0;
}
ul#imag-list li div.gallery-cont img, ul#video-list li div.gallery-cont img {
	margin-bottom: .7em;
}
ul#imag-list li div.gallery-cont a.picture {
	position: absolute;
	width: 33px;
	height: 33px;
	top: 32%;
	left: 78px;
	background: url(imag/icon/media-icons.png) no-repeat left top;
}
/*Video list*/
.video-cont {
	padding: 1em 0;
	border: 1px solid #ccc;
}
ul#video-list {
	display: inline-block;
	padding: 0 0 0 1.2em;
}
ul#video-list li {
	display: inline;
	width: 212px;
	height: 235px;
	padding: 0;
	background: none;
	border: 0;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}
ul#video-list li.last {
	width: 180px;
}
ul#video-list li div {
	width: 180px;
	margin: 0 1em 0 0;
	text-align: center;
}
ul#video-list li div.gallery-cont a.video {
	position: absolute;
	width: 33px;
	height: 33px;
	top: 32%;
	left: 78px;
	background: url(imag/icon/media-icons.png) no-repeat left bottom;
}
.separa-videos {
	display: block;
	margin: 0 1em 1.2em;
	clear: both;
	border-top: 1px solid #e8e8e8;
}
/*Formulario de Contacto*/
.cont-form {
	background-color: #E9F5F9;
	border: 1px solid #DFEBEE;
}
.entry form {
	display: block;
}
form .page-form, .cont-form form {
	display: block;
	margin: 0 10em 0 12em !important;
	padding: 1.7em 0;
}
.cont-form label, form label {
	display: block;
	margin-bottom: .5em;
	font-size: 10px;
	font-weight: bold;
}
.cont-form span {
	display: inline;
	margin-right: .5em;
	font-size: 10px;
	line-height: 190%;
	float: left;
}
.cont-form input.wpcf7-text, .cont-form textarea, .cont-form input.date-input {
	width: 285px;
	padding: .5em .8em;
	font-size: 11px;
	color: #999;
	background: #fff url(imag/back/bg-field.jpg) repeat-x left bottom;
	border: 1px solid #e7e5e5;
}
.cont-form input.wpcf7-text, .cont-form textarea {
	width: 285px;
}
.cont-form select.wpcf7-text, .cont-form input.file-field {
	width: 220px;
	font-size: 11px;
	color: #333;
}
.cont-form textarea {
	height: 180px;
}
.cont-form input.date-input {
	width: 140px;
}
.cont-form input.checkbox, .cont-form input.radio {
	display: inline;
	margin: .2em 1.5em 0 0;
	border: 0;
}
.cont-form .cont-checkbox {
	display: inline;
	float: left;
}
.form-separator, #content .wpcf7-form p {
	display: inline-block;
	margin-bottom: 1.5em;
	font-size: 10px;
	font-weight: bold;
}
.form-separator br {
	display: none;
}
.required {
	display: block;
	margin-top: 1.3em;
	font-size: 10px;
	color: #000;
}
/*Contact Form Classes*/
#content .wpcf7-form p {
	width: 100%;
	clear: both;
}
span.wpcf7-form-control-wrap {
	display: block;
	margin-top: .4em;
}
/*Activities*/
.page #calendar {
	position: relative;
	width: 100%;
}
.page #calendar li {
	width: 100%;
	margin: 0 0 1em;
	padding: 1em 0 0;
	list-style-type: none;
	background: none;
	border-top: 1px solid #eee;
	border-bottom: none;
}
.page #calendar .event {
	margin: 0 0 0 60px;
	padding-left: 1em;
	border-left: 1px solid #e8e8e8;
	border-bottom: none;
}
.page #calendar .event-int {
	padding-top: 1em;
	border-top: 1px solid #eee;
}
.page #calendar .first {
	border-top: none;
}
.page #calendar h5 {
	margin-bottom: .9em;
}
.page #calendar h5 a {
	font-size: 12px;
	color: #000;
}
.page #calendar p {
	margin: 0;
	font-size: 12px;
	color: #333;
}
.page #calendar .tag {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
}
.page #calendar .data {
	display: inline-block;
	margin-bottom: 1.5em;
}
.page #calendar .info {
	font-size: 10px;
	font-weight: bold;
	color: #3F9FD8;
	line-height: 200%;
}
/************************************************ FOOTER */
#footer {
	width: 100%;
}
/*************** Footer Navigation ***************/
#footer-nav {
	width: 100%;
}
ul#footer-navigation {
	display: block;
	padding: 1em 0;
	text-align: left;
}
ul#footer-navigation li {
	margin-right: .8em;
	padding-right: 1em;
	display: inline;
	font-size: .8em;
	border-right: 1px solid #fff;
}
ul#footer-navigation li.last {
	border-right: none;
}
ul#footer-navigation li.active a {
	font-weight: bold;
}
ul#footer-navigation a {
	color: #fff;
	text-transform: uppercase;
}
#sitemap-ft {
	width: 100%;
	padding-bottom: 2em;
	text-align: left;
}
#sitemap-ft .center {
	position: relative;
}
.sitemap-ft address {
	display: block;
	float: left;
	width: 180px;
	margin: 0 0 0 14em;
	padding-top: 4.8em;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 130%;
	color: #e5e5e5;
	font-style: normal;
}
.sitemap-ft address a {
	display: inline-block;
	margin: .2em .6em 0 0;
	padding: 0 .6em 0 0;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #fff;
}
.sitemap-ft address a.last {
	border-right: none;
}
.auxi-nav {
	display: block;
	float: right;
	width: 270px;
	margin: 0 20em 0 0;
	text-align: left;
}
.auxi-nav .sub-menu {
	margin-top: 7px;
	font-style: italic;
}
.auxi-nav ul {
	display: inline-block;
	margin-top: 2.6em;
	font-size: 11px;
}
.auxi-nav ul li {
	display: block;
	margin-bottom: .4em;
	padding-left: .8em;
	background: url(imag/icon/sprites_arrows.png) no-repeat -73px -64px;
}
.auxi-nav ul li.active a {
	font-weight: bold;
}
.auxi-nav ul a {
	color: #fff;
}
.auxi-nav ul.left {
	width: 45%;
}
.auxi-nav ul.right {
	width: 55%;
}
.auxi-nav ul.right li {
	margin-bottom: .95em;
}
/* logos */
.logo-cna{
	float: right;
	margin: 10px 0 0 20px
}
.logo-cna.instituto-de-innovacion-social a {
	display: block;
	width: 215px;
	height: 97px;
	background: url(imag/logo/logo-kast.png) no-repeat 0 0;
	text-indent: -9999em;
}
.logo-cna a {
	display: block;
	width: 243px;
	height: 85px;
	background: url(imag/logo/logo-cna-v2.png) no-repeat 0 0;
	text-indent: -9999em;
}
.logo-cna a:hover {
	opacity: .8;
}
/************************************************ AUXI **********/
.prev, .next {
	position: absolute;
	top: 35%;
	display: block;
	width: 26px;
	height: 32px;
	background-image: url(imag/auxi/image_arrows.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.prev {
	left: 4px;
	background-position: left top;
}
.prev:hover {
	background-position: left bottom;
}
.next {
	right: 3px;
	background-position: right top;
}
.next:hover {
	background-position: right bottom;
}
#prev, #next {
	position: absolute;
	top: 35%;
	display: block;
	width: 26px;
	height: 32px;
	background-image: url(imag/auxi/image_arrows.png);
	background-repeat: no-repeat;
}
#prev {
	left: 4px;
	background-position: left top;
}
#prev:hover {
	background-position: left bottom;
}
#next {
	right: 4px;
	background-position: right top;
}
#next:hover {
	background-position: right bottom;
}
.entry .alignleft {
	margin-right: 1em;
}
.entry .alignright {
	margin-left: 1em;
}
.alignleft, .alignright {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.left-distance {
	margin-left: 1.3em;
}
.tl, .tr, .bl, .br {
	width: 10px;
	height: 10px;
	background-image: url(imag/rc/bg_banner_text.png);
	background-repeat: no-repeat;
}
/*Subir/Volver*/
.foot-nav {
	margin: 2em 0;
	font-size: 10px;
	color: #666;
}
.foot-nav a {
	font-weight: bold;
}

/* WIDGET (revisar) */
.video-thumbnail {
	position:relative;
}
span.video-thumbnail a.video {
    background: url("imag/icon/media-icons.png") no-repeat scroll left bottom transparent;
    height: 33px;
    left: 78px;
    position: absolute;
    top: -80px;
	*top: 40px;
    width: 33px;
}

div.like-box iframe
{
	margin:-1px;
	border:none;
	overflow:hidden;
	width:200px;	// This should be the width of the iframe
	height:200px;	// This should be the height of the iframe
}
div.like-box
{
	width:200px;	// This should be the width of the iframe minus 2 pixels
	height:200px;	// This should be the height of the iframe minus 2 pixels
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
}
/*COMENTARIOS*/

#respond {
	background: #e9f5f9;
	padding: 15px;
}
#comentarios {
	clear: both;
}
#comentarios ul {
	width: 100%;
}
#comentarios cite.fn {
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
#comentarios cite.fn a {
	color: #333333;
}
#comentarios .commentmetadata {
	font-size: 0.8em;
	color: #000000;
}
#comentarios .comentario {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 3px;
}

#comentarios h3 {
	border:none;
	padding-top: 0;
	padding-left: 32px;
	line-height: 30px;
}
#comentarios .reply {
	text-align: right;
}
#comentarios ol {
	 width: 100%;
}
#comentarios .send-button {
	margin-right: 0;
}
#comentarios #comment_cantidad {
	background: url(imag/back/back-comments.png) no-repeat;
	width: 26px;
	height: 26px;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	float: left;
}
#content .bottom-post-news h3 {
	border:none;
	padding-top: 0;
	padding-left: 10px;
	line-height: 20px;
	font-size: 1.2em;
	float: left;
}
#content .news-nav {
	clear: both;
}
#content .float-vermas {
	float: left;
	margin-bottom: 10px;
}
#noticia-contenido {
	display: block;
	clear: both;
}
#content p {
/*	float: left; */
	*width:100%;
}
#content .matriz-noticias .summary p {
	clear: both;
	float: none;
}
#content .item-noticia {
	clear: both;
	margin: 50px 0;
}
#content .matriz-noticias .date {
	clear: left;
	float:left;
}
#content .bottom-post-news {
	width: 100%;
	clear: both;
}
#content .bottom-post-news .share-social {
	float: right;

}
#content .bottom-post-news .comment_cantidad {
	background: url(imag/back/back-comments.png) no-repeat;
	width: 26px;
	height: 26px;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	float: left;
}
#content .item-noticia p {
	clear:none;
	float: none;
}
#comentarios .commentmetadata a {
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}

#content .thumb_noticia {
	background: #eeeeee;
	padding: 8px;
	margin: 5px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
  box-shadow:inset 0 0 5px #ccc;
  float: left;
}
#content .thumb_noticia img {
	margin:0;
}
#content .thumb_noticia span {
		display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
}
#noticia-contenido p {
	clear: none;
	float: none;
}
/* TOC */

.toc {
  font-size: .9em;
}

.toc ol {
  margin: 5px;
  *padding-left: 5px;
}

.toc ol ol {
	display: block;
	margin: 15px;
	font-size: .9em;
	font-weight: normal;
	*padding-left: 5px;
}

/* END */
