/******************************************************************
Theme Name: Time
Theme URI: http://www.s5themes.com/theme/time/
Description:  Time - Check <a href="http://www.s5themes.com/documentation/time/">Time Documentation</a> in case you need directions or get support from <a href="http://www.s5themes.com/forums/">Forum</a>.
Author: Site5.com
Author URI: http://gk.site5.com/t/615
Version: 1.0.1

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/


/************************ STYLE STRUCTURE ************************

	1. Reset CSS
	2. Typography presets
	3. Header
	4. Footer
	5. Navigation
	6. Navigation Submenu
	7. Main Section
	8. Sidebar & Widgets
	9. Image Styles
	10. Post Style
	11. Contact Form	
	12. Tweet List
	13. Paginate
	14. Comments
	15. Respond Form
	16. Dropcaps
	17. Responsive Navigation
	18. Media Queries

****************************************************************/

/************************ Reset CSS ************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;	
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em;
  	padding: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/************************ Resets ************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, th,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/************************	Typography presets ************************/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 48px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

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

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 16px/24px Georgia, serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
}

/************************ Selection colours (easy to forget) ************************/

::selection 	 	{ background: #E8ECB6;}
::-moz-selection 	{ background: #E8ECB6;}
img::selection 		{ background: transparent;}
img::-moz-selection	{ background: transparent;}
body 				{-webkit-tap-highlight-color: #E8ECB6;}



/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


body {
	background: #fff url(images/bg.png) no-repeat center bottom;
	color: rgb(60,60,60);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: 0 auto;
	color: #666666;
    /*font-family: 'Open Sans',Sans-Serif;
    font-family: 'Belleza', sans-serif;*/
    font-family: 'Trebuchet-MS', sans-serif;
    font-size: 14px;
}
a {
	color: #004a99;
	text-decoration: none;
}
a:hover {
	color: #323993;
}
.container {
	max-width: 992px;
	margin: 40px auto 0 auto;
}

/************************ Header ************************/
header {
	margin: 0 auto;
	padding:0;
	min-height: 72px;
	background: #fff url(images/header-img.jpg) no-repeat 50% 70%;	
}
header h1.title {
	font-size: 30px;
	font-weight: 800;
	text-align:center;
}
header .description {
	font-size:16px;
	font-style:italic;
	color:#858585;
	display:block;
	text-align:center;
	display: none;
}
header h1.title span {
	color: #005f6b;
}

header .textwidget a{ font-family: 'Belleza', sans-serif; font-size: 14px; }
header .textwidget a:hover{text-decoration:underline;}

#content-home-left a{ margin-left: 20px;}
#content-home-right a{ margin-right: 20px;}
#content-home-left a, #content-home-right a{ padding-left: 10px; background: url(images/blue-arrow.png) no-repeat 0% 50%;}


#slider_container .flexslider .slides img {
    width: 100%;
}

/************************ Footer ************************/
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	border:none;
	font-size: 12px;
	overflow:hidden;
	margin-top: 200px;
}
.home footer{margin-top: 0;}

footer #menu-main-menu li {
	display: inline;
	padding: 0 10px;
}

.footer_widget ul li, {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #747272;
	padding: 3px 0 3px;
}
.footer_widgets{
	width: 960px;
	padding: 0 20px;
	margin:0 auto;
	text-align:left;
}
.footer_widgets h2{
	font-size:14px;
	color:#878787;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer_widget {
    float: left;
    margin-right: 30px;
    padding-bottom: 30px;
    width: 45%;
}
.footer_widget ul li {
	margin-bottom: 10px;
}
.footer_widget ul li, .footer_widget ul li a {
	list-tyle:none;
	font-size:14px;
	font-weight:600;
	color:#666666;
}

.copyright {
	clear: both;
	padding: 20px 0;
	text-align: center;
	border-top: 5px solid ##D7D7D7;
	font-size: 12px;
	margin: 0 auto;
}

/************************ Navigation ************************/
.navigation {
	font-size: 12px;
	padding-top: 5px;
}
.my_works .navigation {
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:55px;
}
nav {
	border-bottom: 1px solid #C3D44C;
	margin: 30px 0 auto;
	line-height: 36px;
	text-align: center;
	font-family: 'Belleza', sans-serif;
}
nav ul li {
	display: inline-block;
	padding: 0 6px;
	font-size: 15px;
    text-transform: uppercase;
}
nav ul li a {
	padding: 21px 5px;
	color: #383838;
	text-decoration: none;
    text-shadow: 1px 1px #FFFFFF;
}
nav ul li a span {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current_page_item a {
	color: #C3D44C;	
}
nav ul li.active a {
	border-bottom: 5px solid #005F6B;
}

/************************ Nav Submenu ************************/
ul.sub-menu {
	position: absolute;
	background: #C3D44C url(images/sub-nav-bg.png) no-repeat 20px top;
	margin-left: -15px;	
	text-align: left;
    z-index:999;
    padding:10px 10px 10px;
    width: 260px;
}
ul.sub-menu li {
	line-height: 10px;
	display: block;
	padding: 0px;
    font-weight: 400;
    padding-left:10px;
    text-transform: upppercase;
}
ul.sub-menu li a {
	color: #ffffff !important;
	font-size: 14px;
	font-weight:600;
	padding: 10px 10px;
	display: block;
    text-shadow: none;
    line-height: 20px;    
}
ul.sub-menu li a:hover {
	color: #004a99 !important;
}
ul.sub-menu li a:active {
	color: #888888 !important;
}

/*.sub-menu li:hover,*/
.sub-menu li.sfHover {		
	background: url(images/grey-arrow2.png) no-repeat 100%;
	color: #004a99 !important;	
	-webkit-transition: none;
	transition: none;*/
}
.sub-menu .menu-item-has-children  > a:hover{
	background: url(images/grey-arrow2.png) no-repeat 100%;	
}
.menu-item-has-children {
	background: url(images/grey-arrow2.png) no-repeat 100%;
}

ul.sub-menu li ul {
	position: absolute;
	background: #C3D44C !important;
	margin-left: 242px;
	margin-top: -50px;
	width: 250px;
	text-align: left;
    z-index:999;
    padding:10px 0 10px;
}

ul.subnav {
	font-weight: bold;
	font-family: "Helvetica", Arial, Sans-Serif;
	padding-top: 20px;
	margin-bottom: 20px;
}
ul.subnav li {
	padding: 8px 0;
	border-bottom: 1px solid #e3e3e3;
    color: #ffffff;
}
#submenu li.current_page_item a {
	color: #000;
}

/************************ Main Section ************************/
section.main {
	width: 960px;
	margin: 0 auto;
	padding-right: 10px;
}

section.main h1 {
    font-size: 20px;
	text-transform: upppercase;
	font-weight:700;
	color:#878787;
	letter-spacing:2px;
	text-align:center;
	margin:20px 0;
}

section.main .post h2, section.main .my_works h2 {
	line-height: 30px !important;
    font-size: 20px;
	text-transform: upppercase;
	font-weight:700;
	letter-spacing:2px;
	padding:20px 0 20px;
	text-align:center;
}
body.error404 section.main .post h2 {
	line-height: 60px !important;
    font-size: 60px;
}

.main-single p {
	font-size: 12px;
    margin-bottom: 15px;
}
section.main blockquote {
	padding: 0px 20px;
	font-family: Georgia, Serif;
	font-size: 14px;	
	border-left: 4px solid #abc300;
}
section.full-width {
	width: 896px;
	padding: 20px 0px;
}

.post_read_more,
.more-link {
	text-align: center;
	display: block;
	color: #004a99;
}
.post_read_more:before,
.more-link:before {
	content: "";
	display: block;
	width:200px;
	margin:30px auto;
	border-bottom: 1px solid #C3D44C;
}

body.home section.main,
body.page section.main,
body.single-post section.main,
body.error404 section.main,
body.archive section.main,
body.search section.main {
	font-size: 14px;
}


/************************ Sidebar & Widgets ************************/
section.sidebar {
	width: 230px;
	float: left;
	padding-top: 20px;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
}
section.sidebar h2, section.main h2 {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFFFFF;
}
section.sidebar p{
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #747272;
	padding: 3px 0 3px;
}
section.sidebar .box {
	padding-bottom: 40px;
}
section.sidebar .blog p time {
	display: block;
	font-style: italic;
}
a.gbutton, .reply a, .submitbutton, .comment-reply-link {
    background: none repeat scroll 0 0 #FF4D4D;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica",Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
a.gbutton:hover, .reply a:hover {
	background: #008c9e;
}


.my_works_filter {	
	list-style: none;
	margin: 0 0 2% auto;
	clear:both;
    text-transform: uppercase;
    text-align: center;
}

.my_works_filter li {
    float: none;
    margin: 0 20px 0 0;
    display: inline-block;
}

.my_works_filter li .fotos{
    border: 1px solid #fff;
    background: #004a99;
    color: #FFFFFF;
     border-radius:5px;
     text-transform: none !important;
}
.my_works_filter li a {
    float: left;
    color: #004a99;
    padding: 5px 10px;
    text-decoration: none;
    border-radius:5px;
    font-weight:600;
    font-size:12px;
    border: 1px solid #fff;    
}
.my_works_filter li .active {	
	border: 1px solid #fff;
    background: #004a99;
    color: #FFFFFF;
     border-radius:5px;
}
.my_works_filter li a:hover{
	border: 1px solid #004a99;
	border-radius:5px;
}

.my_works_filter li.active a {	background: #004a99;
    color: #FFFFFF;
}

.main .my_works {
    clear: both;
    margin: 0 auto;
    padding-bottom: 30px;    
}

.work_item {
	height: 370px;
	width: 46%;
	float: left;
	margin-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
	font-size: 12px;
	font-family: "Helvetica", Arial, Sans-Serif;	
}
.work_item h3 {
	line-height: 20px;
	margin-bottom: 17px;
}
.work_item_image{	margin-bottom:20px;}
.work_item_image img{
	width:100%
}
.work_details{	text-align:center;}
.work_details h3{
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:14px;
}
.work_item img {
	width: 100%;
	padding: 4px;
	/*background: url(images/pattern.png);*/
}
.work_item a h3 {
	font-size: 30px !important;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.work_item a:hover h3 {
	color: #fff;
}
.work_item p.more, body.page section.main p.more {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.work_item p.more {
	background: url(images/arrow.png) no-repeat right center;
	display: inline-block;
	padding-right: 10px;
}
.work_item p {
	color: #747272;
	text-align:center;
}
.work_item:nth-child(2n+1) {
	margin-right: 50px;
}

.widget-login{
	position: relative;
	width: 303px;
	height: 160px;
	display: inline-block;
	padding: 15px;	
	margin-bottom: 20px;	
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	vertical-align: top;
}

.letras-filtrar {
	position: relative;
	min-width: 303px;
	max-width: 695px;
	padding: 25px;
	padding-top: 12px;
	margin-bottom: 40px;
	margin-top: -10px;
	background: #E5FFE8;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	box-shadow: 1px 2px 3px 2px rgba(46,56,143,0.1);
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.socios-reducido {
	position: relative;
	min-width: 303px;
	max-width: 440px;
	padding: 25px;
	padding-top: 12px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	margin-top: -10px;
	background: #EFEFFF;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	box-shadow: 1px 2px 3px 2px rgba(46,56,143,0.3);
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.socios-datos {
	position: relative;
	min-width: 263px;
	max-width: 440px;
	padding: 25px;
	padding-top: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: -10px;
	background: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(102, 33, 167, 0.3);	
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.socios-reducido .nombre-socio{
	padding-top: 20px;
	padding-bottom: 10px;
}

.socios-reducido .nacionalidad-socio{
	padding-bottom: 10px;
}

.resultado-letras-filtrar {
	position: relative;
	min-width: 303px;
	max-width: 400px;
	padding: 25px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 40px;
	margin-top: -10px;
	background: #E5FFE8;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	box-shadow: 1px 2px 3px 2px rgba(46,56,143,0.1);
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

div.work_item-image img {
	width: 620px;
	height: auto;
	background: url("images/pattern.png");
	padding: 4px;
}

section.full-width .work_item:nth-child(3n+1)  {
	margin-left: 20px;
}
section.full-width .work_item:nth-child(3n+1)  {
	margin-right: 0px;
}
section.full-width .work_item:nth-child(4n+1) {
	margin-left: 0px;
    margin-right: 30px;

}
body.page-template-page-temp-portfolio-fullwidth-php .work_item {
	margin-right: 10px;
}
body.page-template-page-temp-portfolio-php .work_item {
    /*margin-right: 20px;*/
}
body.single-portfolio .main-single h1 {
	line-height: 65px !important;
}

/************************ Image Styles ************************/
img.alignleft, img.alignright, img.aligncenter {

}
img.blog-thumb {
  	padding: 0;
  	margin:  0;
    max-width:720px;
    height:auto;
    /*width: 100%;*/
}

/************************ Post Style ************************/
section.main .post {
	clear: both;
	/*padding: 20px;*/
	border-bottom: none;
	/*width:90%;*/
	margin:0 auto;
}
section.main p {	color:#666666;	font-size:14px;
	padding-bottom: 20px;
}
section.main .post p em {
	font-size:16px;
	font-family: 'Georgia', Sans-Serif;
}
section.main .post:last-child {
	border-bottom: none;
}
.post-thumb {
    padding:0;
    margin-bottom: 10px !important;
    margin:0;
    position: relative;   
    text-align: center;
}

	.post-thumb .marco_foto{
		background: url(images/marco_noticias.png) no-repeat;		
		width: 388px; 
		height: 252px; 		
		z-index: -5;
		position: absolute; 							
		top: -4px; 
		left: -4px; 
	}

	.post-thumb .foto_noticia{
		margin-left: 30px;
	    padding:0;    
	    position: relative;   
	    text-align: left;	
	    width: 150px !important;    
	}
	.post-thumb .foto_noticia img{		
	    width: 380px;    
	}
	.post-thumb .texto_noticia{
		position: absolute;
		text-align: left;
		top: -20px;
		left: 430px;
		float: left;
		height: 200px;
		width: 470px;		
	}
	.post-thumb .texto_noticia h2{
		text-align: left !important;
		font-size: 15px !important;  
		letter-spacing: 0px !important; 
		line-height: 10px !important; 
	}
	.post-thumb .my_works_filter{
		text-align: left;
	}

div.meta {
	color: #fff;
	font-size: 16px;
	width: 120px;	
	background: #C3D44C;
	text-align: center;
	font-weight: 200;
	position: relative;	
	bottom: -44px;
	left: 50%;
	margin-left: -60px;
	-moz-border-radius: 60px;
	top: 0px;
}
div.meta .post-date {
    display:block;
}
div.meta .post-comments a {
    color:#fff;
    display:block;
    font-weight: 700;
}
div.meta .post-comments em {
    font-family: 'Georgia', Sans-Serif;
    font-tyle: italic;
    font-size:12px;
}
.post-author {
    font-weight: 700;
    text-transform:uppercase;
}
.post-author em {
    font-family: 'Georgia', Sans-Serif;
    font-tyle: italic;
    font-weight: 400;
    text-transform:lowercase;
}



/************************ Contact Form ************************/
#contactForm {
	display:block;
    padding-top: 30px;
}

#contactForm label {
	display: block;
	font-weight: normal;
	padding: 5px 0px;
}
#contactForm input,
#contactForm textarea {
	background:#fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 0px #CCCCCC inset;
	margin-bottom: 10px;
	padding: 7px 10px;
}
#contactForm textarea {
	font-size:13px;
	width: 95%;
}
#contactForm input {
	width: 95%;
}
.thanks {
	background: #F2F3F6;
	background: url('lib/contactform/ok.png') 0 26px no-repeat;
	padding: 25px 15px 15px 25px;
	display: none;
}

#contactForm .error, .error {
    background: url("lib/contactform/error.png") no-repeat scroll 5px 50% #FEF4F1;
    border: 1px solid #F5F5F5;
    border-radius:5px;
    color: #000000;
    display: none;
    margin-bottom: 5px;
    padding: 7px 20px 7px 30px;
    width: 90%;
}

.error {
	display:none;
}

#contact-map{
	background: #fff;
	padding-bottom:30px;
	border:1px solid #ddd;
	padding:10px;
}
#contact-map iframe{
border:none;
}



/************************ Tweet List ************************/
.tweet_list li {
    background: transparent;
    border-bottom: 1px dotted #efefef !important;
    color: #666666 !important;
    font-size: 14px !important;
    margin: 5px 0;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
}

.tweet_list span {
    padding-left:0px;
}

.tweet_list a {
    color:#FF4C4C !important;
}

.tweet_list li img {
    background: none repeat scroll 0 0 #F8F7F1;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px 2px #DDDDDD;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
}
.followTwitter {
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight:bold;
}

/************************ Paginate ************************/
.emm-paginate {
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    margin: auto;
    padding: 10px 0;
    width: 75%;
    text-align: center;
}
.emm-paginate a, .emm-paginate span {
    margin-left:10px;
    border: 1px solid #fff;
}

.emm-paginate a:hover{
	border: 1px solid #3CB931;
}
    
.emm-page {
    background:#87DA97;
    color:#ffffff;
    border-radius: 10% 10% 10% 10%;
    display: inline-table;
    height: 30px;
    min-height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 5px;
}
.emm-current {
    background:#3CB931;
    color:#ffffff;
}

/************************ Comments ************************/
#comments {
    border-bottom: 2px solid #DDDDDD;
    display: block;
    float: left;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 90%;
}
.comment-author {	background:none;}
#comments h3, #comment-form-title h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing:2px;
}
ol.commentlist { margin-top: 10px; margin-bottom:20px; }
.commentlist ol li {border-bottom:1px solid #ddd;}
.commentlist li { position: relative; clear: both; list-style-type: none; padding: 11px 10px;border-bottom:1px solid #ddd;}
.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 17px; }
.commentlist li.depth-1 { margin-top: 1px; }
.commentlist li:not(.depth-1) { margin-right: -10px; }
.commentlist li:last-child {}
.commentlist header {min-height: 30px; border:none;}
nav#comment-nav {line-height: 12px;}

.commentlist .vcard {margin-left: 40px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal;}
.commentlist .vcard time {font-size: 11px;  float: none; background:none;width: auto;margin-top: auto; text-shadow:1px 1px #fff;text-transform:uppercase}
.commentlist .vcard time a { color: #999; text-decoration: none; }
.commentlist .vcard time a:hover { text-decoration: underline; }

.commentlist .vcard img.avatar { position: absolute; left: 0; padding: 0px; border: 0px solid #cecece; background: #fff; -moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; }
.commentlist li .comment_content { margin-left: 40px; }
.commentlist li .comment_content p { margin: 15px 0; }
.commentlist li ul:not(#comment-form-elements) { margin: 0 0 0 40px; }
.commentlist li ul.children li { border:none;border-top:1px solid #ddd;padding-bottom:4px;}
.commentlist .comment-reply-link {margin-left:40px;text-decoration: none; color: #F60B51; font-size: 11px; text-transform:uppercase; padding: 4px 8px;}
.commentlist a.comment-reply-link:hover { opacity: 1; }
.commentscount { background:url(library/images/comments.png) 0 2px no-repeat; padding-left:28px; height:30px; display:inline-block; }
#cancel-comment-reply-link { text-transform:uppercase; font-size: 11px; color:#ff4d4d;}



/************************ Respond Form ************************/
#respond {margin:40px 0 0 0;}
.respond-form form[method=post] {margin:30px 0; }
.respond-form ol li form#commentform[method=post] li { margin-bottom:0}
.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 20px; padding: 0}
.respond-form form[method=post] li label, .respond-form form[method=post] li small {cursor:pointer; text-transform:uppercase; display:block;}
.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { outline:none;}
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { width:95%; height:30px; border: none; padding: 1px 6px; line-height: 24px; }
#allowed_tags { margin: 24px 10px 11px 0; }

.respond-form textarea, .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { font-family: sans; background:#fff; border-radius: 3px; border: 1px solid #DADADA; box-shadow: 1px 1px 0px #DDDDDD inset;}
.respond-form textarea { resize: none; width: 500px; padding: 10px 5px; line-height: 24px;  height:190px; }
.respond-form input:invalid, .respond-form textarea:invalid { outline: none;}

.nocomments { margin: 0 20px 17px; }
.commentbutton {background:url(library/images/postcomment.png) 0 0px no-repeat; width:162px; height:34px; text-indent:-9999px; border:none; margin-left:135px;}

/************************ Dropcaps ************************/
.dropcapsimple, .dropcapsquare, .dropcapfancy {
	float:left;
	overflow:hidden; 
	text-align:center;
}

.dropcapsimple {
	font-size:34px;
	height:34px;
	line-height:38px;
	width:30px;
	text-align:left;
}

.dropcapsquare {
	font-size:28px;
	height:38px;
	line-height:38px;
	width:38px;
	margin-right:7px;
	color:#fefefe;
	background:#111;
	text-shadow:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.dropcapfancy {
	font-size:26px;
	height:40px;
	line-height:40px;
	width:40px;
	margin-right:7px;
	color:#fefefe;
	text-shadow:none;
	background:url(images/bk_dropcap3.png) 0 0 no-repeat !important;
}

/************************ Responsive Navigation ************************/
nav select {
      display: none;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		/*width: 710px;
		padding: 0px 28px 60px;*/
	}
	nav {
		width: 100%;
		text-align: center;
	}
	section.main {
		width: 100%;
		float: right;
		padding-top: 0px;
	}
	section.main .post {
		width: 94%;
	}
	section.main .post h2 {
		width: 100%;
		font-size: 16px;
	}
	#respond #commentform p label {
		clear: both;
		display: block;
		padding-left: 0;
		font-size: 11px;
		font-style: italic;
	}
	#respond #commentform #comment {
		width: 95%;
	}

	article {
		margin-left: 12px;
	}
	body.page section.main img,
	body.blog section.main img,
	body.archive section.main img  {
		max-width: 100%;		
		height: auto !important;
	}
	
}


/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

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

	body {
	/*	width: 250px;
		padding:0px 34px 60px;*/
	}
	.container {
		margin: 5px auto 0 auto;
	}
	header h1.title {
		padding: 15px 40px 33px;
	}
	.footer_widget {
	    float: none;
	    margin-right: 0px;
	    width: 100%;
	}
	.footer_widgets {
	    width: 100%;
	}
    img.blog-thumb {
		float:none;
	}
    nav ul {
    	display: none;
    }
    nav select {
	    display: inline-block;
	    width: 100%;
	    border: 1px solid #ccc;
	    color: #666; padding:5px;
	    font-family: 'Cabin Condensed', Arial, sans-serif;
	    font-size: 12px;
    }
	section.sidebar {
		width: 252px;
	}
	section.main {
		width: 100%;
		padding-top: 0px;
	}
	section.main .post {		width: 90%;	}
	section.main .post h2 {
		width: 100%;
		font-size: 16px;
	}
	div.meta {
	    bottom: -20px;
	    font-size: 12px;
	    font-weight: 200;	    
	    width: 100px;
	}
	div.meta .post-date {
	    
	}
	.post-author {
	    font-size: 11px;
	    display: block;
	    text-align: center;
	    position: relative;
	    top:50px;
	}
	.post-thumb {
	    /*max-height: 180px;*/
	}
	img.blog-thumb {
	    float: none;
	    width:100%;
	}
	#respond {
	    margin: 0px;
	    padding-top:40px;
	}
	.commentlist li ul {
	    margin: 0px;
	}
	#respond #commentform p label {
		clear: both;
		display: block;
		padding-left: 0;
		font-size: 11px;
		font-style: italic;
	}
	#respond #commentform #comment {
		width: 95%;
	}
	body.page section.main img,
	body.blog section.main img,
	body.archive section.main img  {
		max-width: 100%;
		height: auto !important;
	}
    section #contact-map  {
    	width: 95%;
	}
    section #contactForm input, section #contactForm textarea {
    	width: 95%;
	}

	.work_item {
		float:none;
		width: 100%;

	}

	.work_item:nth-child(2n+1) {
	    margin-right: 0px;
	}

	.main .my_works{
	    width: 100%;
	}
	.my_works_filter{
	    width: 100%;
	    margin:0 0 20px auto;
	}

	footer {
		padding:20px;
		margin-top: -10px;
	}
	
	nav  {
		padding: 2px 20px;
	}

	.copyright {		
		padding: 10px 0px;		
		font-size: 10px;
		margin: 0 auto;
		width: 90%;
	}
	.widget-izquierda .image, .widget-izquierda .descripcion{
		text-align: center;
	}
}


.widget-izquierda .title a{
	display: block;
	text-align: center;
}

.widget-centro .title a{
	display: block;
	text-align: center;
}
.widget-derecha .title a{
	display: block;
	text-align: center;
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	
	body {
		/*width: 420px;
		padding: 5px 22px 48px;*/
	}
    nav ul     {
    	display: none;
    }
    nav select {
	    display: inline-block;
	    width: 100%;
		border: 1px solid #ccc;
		color: #666; padding:5px;
	    font-family: 'Cabin Condensed', Arial, sans-serif;
	    font-size: 12px;
    }
    .footer_widget {
	    float: none;
	    margin-right: 0px;
	    width: 100%;
	}
	section.sidebar {
		width: 100%;
	}
	section.main {
        width: 100%;
        float: none;
        padding-top: 0px;
	}
	section.main .post {
		width: 90%;
	}
	section.main .post h2 {
		width: 100%;
		font-size: 16px;
	}
	div.meta {
	    bottom: -20px;
	    font-size: 12px;
	    font-weight: 200;	    
	    width: 100px;
	}
	
	.post-author {
	    font-size: 11px;
	    display: none;
	    text-align: center;
	    position: relative;
	    top:50px;
	}
	.post-thumb {
	    /*max-height: 260px;*/
	}
	img.blog-thumb {
	    float: none;
	    width:100%;
	}
	#respond #commentform p label {
		display: inline;
		padding-left: 20px;
	}
	#respond #commentform #comment {
		width: 95%;
	}
    body.page section.main img,
	body.blog section.main img,
	body.archive section.main img  {
		max-width: 100%;
		height: auto !important;
	}
    section #contact-map  {
    	width: 95%;
	}
	.my_works_filter{
	    /*width: 80%;*/
	    margin:0 0 20px auto;
	}
	footer {
		padding:20px;
		margin-top: 20px;
	}
	.copyright {		
		padding: 10px 60px;		
		font-size: 10px;
		margin: 0 auto;
	}
}

/*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {

	body {

	}

}

#content-home-left{ float: left;}
#content-home-right{ float: right;}
#content-home-right a{ display: block;}
#content-home-center{ width: 90%; margin: 20px 20px 40px; padding: 10px 20px; background: url(images/bg-widget.png) repeat-x; text-align: center;}
#content-home-center a{display: block; float: right; text-transform: uppercase; line-height: 20px; padding:0 5px 0 15px; background: url(images/bg-btn.png); color: #fff; height: 19px; font-size: 11px; margin-right: -20px; margin-top: 10px;}
.footer_logo{text-align: center;}
#slider_container{ margin-bottom: 20px;}
.widget-izquierda, .widget-centro, .widget-derecha{
	position: relative; 
	width: 32%; 
	min-height: 320px; 
	display: inline-block; 
	padding: 15px; 
	margin-right: 15px; 
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	vertical-align: top;
}
.widget-izquierda img, .widget-centro img, .widget-derecha img {
	height: 192px; 
	width: auto;	
}
.widget-abajo{
	background: url(images/otras_noticias.gif) no-repeat;
	background-position: 97% 3%;;
	position: relative; 
	width: 32%; 
	display: block; 
	padding: 15px; 
	margin: 20px auto;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
	box-shadow: 2px 2px 3px 2px rgba(46,56,143,0.1);
}

.widget-abajo .title{
	background: url(images/barra_noticias.png);
	font-size: 14px !important;
    font-weight: bold;
    margin-top: 20px;
}

.widget-izquierda span, .widget-centro span, .widget-derecha span, .widget-abajo span, .widget-login span{display: block; width: 19px; height: 21px; position: absolute;
	background: url(images/arrow-shadow.jpg); top:-11px; }
.widget-derecha{margin-right: 0;}
/*.widget-izquierda img, .widget-centro img, .widget-derecha img, .widget-abajo img{ width: 100%;}*/
.widget-izquierda .title, .widget-centro .title, .widget-derecha .title{ text-transform: uppercase; color: #004a99; font-family: 'Belleza', sans-serif;}

.pdf{ padding-left: 30px; background: url(images/pdf.png) no-repeat; display: inline-block; height: 25px;}


.cargo{ color: #999 !important; font-style: italic;}
/*.post table, .post table th, .post table td{border: 1px solid #C3D44C !important; text-align: center; background: #fff !important;}*/

.su-table table, .su-table table th, .su-table table td{border: 1px solid #C3D44C !important; text-align: center; background: #fff !important;}

.post .tabla-vacia{
	border: 0px solid #C3D44C !important;
	text-align: left;
}

.myaccordion .su-spoiler-title{ color: #004a99; font-family: 'Belleza', sans-serif; font-weight: normal; font-size: 17px;}
.mycarousel img{border: none !important;}
.su-carousel .su-carousel-prev, .su-carousel .su-carousel-next {background-color: rgba(0, 0, 0, 0) !important;}
.mycolumnprensa{ margin-bottom: 50px !important;}
.mycolumnprensa .su-column-size-2-3{ border-bottom: 1px solid #C3D44C;}

input[type="text"], input[type="password"]{ border: 1px solid #C3D44C;}
input[type="submit"]{background: url(images/bg-btn.png); color: #fff; text-transform: uppercase;padding: 0 10px 0 15px; border:none; line-height: 20px; font-size: 11px;}
.white-popup{ text-align: center;}
.post .su-table .su-even td{ background: transparent !important;}

.post table.pdb-signup, .post table.pdb-signup th, .post table.pdb-signup td { border:none !important;}
.post table.pdb-signup th{text-align: right; padding-right: 10px;}
.post table.pdb-signup input[type="submit"]{ 
	float: right;
	margin-top: 22px;
	left: 100px;
	position: relative;
}
.post table.pdb-signup input[type="text"]{ 	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 5px;
	width: 200px;
}


.post table.pdb-signup input[type="checkbox"]{ float: left;}

.osc-res-tab .nav-tabs { border-bottom: 1px solid #C3D44C !important; font-family: 'Belleza'; font-size: 16px;}
.osc-res-tab .nav-tabs>li.active>a, .osc-res-tab .nav-tabs>li.active>a:hover, .osc-res-tab .nav-tabs>li.active>a:focus {
color: #C3D44C !important; border: 1px solid #C3D44C !important; border-bottom-color: transparent !important;}
.osc-res-tab a { color: #004a99 !important;}
.osc-res-tab .nav>li>a:hover, .osc-res-tab .nav>li>a:focus { background-color: #E7E9B3 !important;}
.osc-res-tab .nav-tabs>li>a:hover {border-color: #E7E9B3 !important;}
.osc-res-tab .nav-tabs>li.active>a, .osc-res-tab .nav-tabs>li.active>a:hover, .osc-res-tab .nav-tabs>li.active>a:focus { background-color: #ffffff !important;}
.osc-res-tab .tab-content > .active, .osc-res-tab .pill-content > .active {margin-top: 20px;}
.su-divider{height: 1px !important; background: #004a99 !important;}
.su-divider a {font-size: 1em !important;; background: #004a99; color: #fff !important;font-family: 'Belleza'; padding: 0 5px;}


@media (max-width: 998px) {
	nav ul li {
	font-size: 14px;
	}
}
@media (max-width: 968px) {
	nav ul li {
	padding: 0 2px;
	font-size: 14px;
	}
	.widget-izquierda, .widget-centro, .widget-derecha{ margin-right: 9px;}
	.widget-derecha{margin-right: 0;}
}
@media (max-width: 874px) {
	nav ul li {
	padding: 0 1px;
	font-size: 12px;
	}
	
}
@media (max-width: 768px) {
	.post-author {
		display: none;
	}
	.widget-izquierda, .widget-centro, .widget-derecha, .widget-abajo{ 
		display: block; 
		width: 95%;
		min-width: 100px; 
		min-height: 310px; 
		margin: 30px auto 15px auto;
	}
	.work_item {
		padding-left: 10px;
		height: auto;
	}
	.my_works_filter li {		
		margin: 0 0px 0 0;		
	}	

	section.main .my_works h2{
		line-height: 20px !important;
		margin-bottom: -10px;
	}

	section.main .post h2{
		margin-top: -10px;
	}

	.emm-title{
		/* Ocultamos la palabra pagina del paginador para que se vea mejor en moviles y tablets VRS */
		display: none;
	}
	.post-thumb .foto_noticia {
		margin-left: 0px;
		width: 100% !important;
	}

	.post-thumb .texto_noticia {
		position: initial;
		left: 0px;
		float: left;
		height: auto;	
		width: 100%;	
	}

	.post-thumb .marco_foto {
	 	display: none;
	}
	
}

.invisible{
	visibility: hidden;
    margin-left: -24px;
}

@media (max-width: 768px) {
	header {
		background: #fff url(images/header-img.jpg) no-repeat 50% 100%;	
	}
	nav {
    	visibility: hidden; 
        position: absolute;
    	top: 10px;    
	}
	.widget-abajo {    
    	background-position: -32px 3%;
	}
}

/*CSS PARA MOVIL - AJUSTES DE LA WEB COMPLETOS
botonera tablet hacia abajo */
@media (max-width: 768px) {
	.mobmenu_content #mobmenuright .sub-menu {
	    background-color: #abc301 !important;
	}
	#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu_content h2, #mobmenuright .mobmenu_content h3{	
		font-family: 'Trebuchet-MS', sans-serif !important;
		font-size: 15px !important;
	}
	ul.sub-menu li{
		padding-left: 0px !important;
	}
	.menu-item-has-children{
		background: none !important;
	}
	/*.mob-expand-submenu i{
		top: 17px !important;
		padding-left: 852px !important;
    	right: 15px;
	}*/
	.mobmenu_content #mobmenuright .sub-menu .sub-menu li{
		background-color: #ffffff !important;
	}
	.mobmenu_content #mobmenuright .sub-menu .sub-menu li a{
		color: #222 !important;
	}
	.mobmenur-container .right-menu-icon-text {
	    font-style: normal !important;
	    margin-top: 4px !important;
	    font-size: 16px !important;
	}

	.conferencia h2{
		text-align: center;
    	line-height: 1.4em;
    	margin-bottom: 22px;
	}

	.conferencia .nav{
    	display: grid !important;
	    width: 90%;
	    text-align: center;
	    margin: auto;
	}
	.conferencia .nav li{
		margin-bottom: 4px;
	}
	.conferencia .su-carousel{
		width: 100% !important;
		
	}

	/*Revista*/
	.page-id-688 table, .page-id-828 table{
		width: 100% !important;
	}
	.page-id-688 td, .page-id-688 tr{
		height: auto !important;
		width: auto !important;
	}

	.osc-res-tab .nav{
		display: grid !important;
	}

	/*becarios*/
	.tab-pane table{ width: 100% !important; }
	div p img{width: 100% !important; height: auto !important;}

	#mobmenuright li a:active, #mobmenuright li a:hover {
		color: #000 !important;
	}	


}

/*Solo moviles*/
@media (max-width: 600px) {
	
	.conferencia .aligncenter{
		width: 100% !important;
		height: auto !important;
	}

	/*Para tablas con columnas*/
	td{
		width: 100% !important;
		display: flow-root !important;
		height: auto !important;
    	margin-bottom: 22px !important;
	}

	td .alignright{
		float: none !important;
	}

	.page-id-688 td, .page-id-25 td{
		display: grid !important;
	}


	.aligncenter, img.aligncenter{
		width: 100%;
		height: auto;
	}
	td iframe{
		width: 100%;	    
	}
	h2{
		margin: 12px;
	}
	article p, article table{
		margin-right: 12px;
    	margin-left: 12px;
	}
}