
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;  vertical-align: baseline; 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; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

html, body {  }

body {
	font: 13px/15px 'Helvetica Neue', Helvetica, sans-serif;
	background: #fff url(images/bg.png) 0 0 repeat-y fixed;
	color: #8d8f8f;
	
	margin: auto;
}/*font---0.9em/24px*/

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

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

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:900px;
}

a { 
    border-bottom: 1px solid #cdd0d2;
    color: #000000;
    text-decoration: none;
    -webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover { 
    color: #000;
    text-decoration: none; 
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.author-bio,
#logo { margin-bottom: 20px; }


.navigation-links,
.hfeed,
.post-thumb,
.pinglist { margin-bottom: 30px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #8d8f8f;
   	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
}


.entry-content h2 {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
}



p.hentry-title,
.hentry-title a {
    border-bottom: none;
    margin-left: 170px;
	margin-top: 65px;
	
}


/* Common Layout --------------------------------*/

#container { padding-top: 150px; width: 1200px;
}
	
.blog #primary,
.single-post #primary,
.attachment #primary,
.date #primary,
.category #primary,
.tag #primary,
.error404 #primary { /* updates should correspond with .blog #content */
    position: relative;
    width: 540px; 
    margin: 0 auto;
}

.page-template-default #primary,
.page-template-template-contact-php #primary,
.page-template-template-archives-php #primary {
    position: relative;
    width: 700px; 
    margin: 0 auto;
}

.page-template-template-full-width-php #primary {
    margin: 0 auto;
    min-width: 700px;
    position: relative;
    width: 1200px;
}

.layout-2cl #primary { float: right; }

#content { 
    display: block;
    margin-bottom: 40px; 
    padding: 0 10px 0 250px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.page-template-template-full-width-php #content,
.search-results #content  { padding-right: 30px; }

.search-results #content { min-width: 700px; }

.blog #content,
.single-post #content,
.attachment #content,
.date #content,
.category #content,
.tag #content,
.error404 #content { padding-right: 200px; } /* updates should correspond with .blog #primary */

#sidebar {
	background: #fff;
	color: #8d8f8f;
	display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
	width: 220px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}

#sidebar a { 
    border-bottom: 1px solid #e6eaed;
    color: #8d8f8f; 
}

li.current-portfolio-parent {
	
}

#sidebar a:hover {
	font-weight: bold;
}


/*Altura MEnu*/

#sidebar li { line-height: 18px; }

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }

.hentry-container { position: relative; }

.hentry-content { 
    overflow: hidden;
    width: 540px; 
}

.page .hentry-content { width: inherit; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#logo { padding: 0 30px; }

#logo a {
    border-bottom: none;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	
}

#logo a:hover { text-decoration: none; }

#logo img { vertical-align: top; }

#tagline { padding-top: 20px;
padding-bottom: 0px; }




/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	margin: 40px 60px;
	
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }



sup {
	font-size: 12px;
	vertical-align: top;
}

sub {
	font-size: 12px;
	vertical-align: bottom;
}

small { font-size: 12px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #efefef;
}



samp,
var { font-style: italic; }

pre {
    background-color: transparent;
	white-space: pre;
	overflow: auto;
    margin: 40px 60px;
	clear: both;
	text-shadow: none;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 0px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px 15px;
	vertical-align: middle;
	text-align: center;
}










/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
   
	padding: 30px;
}

#footer a {  }

#footer a:hover {  }

.copyright { margin-bottom: 0; }

.credit {  }






/* Archives Template -------------------------*/
.archive-lists { overflow: hidden; }

.archive-lists h4 { padding-top: 0px; }

.archive-lists ul {
	margin: 0px 0 0 0;
	
}

.archive-lists li {
	margin: 0px 0 15px 0;
	color: #8d8f8f;
}



/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns ------------------------------*/
.one_half { width: 330px; }/*--48%*/

.one_third { width: 211px; }/*--30.66%*/

.two_third { width: 450px; }/*--65.33%*/

.one_fourth { width: 156px; }/*--22%*/

.three_fourth { width: 510px; }/*--74%*/

.one_fifth { width: 120px; }/*--16.8%*/

.two_fifth { width: 259px; }/*--37.6%*/

.three_fifth { width: 402px; }/*--58.4%*/

.four_fifth { width: 463px; }/*--67.2%*/

.one_sixth { width: 94px; }/*--13.33%*/

.five_sixth { width: 570px; }/*--82,67%*/


.one_fourth.fecha h4{ padding-left: 120px; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
}

.one_fifth.equipo{
margin-right: 0px;
margin-left: 15px;
}

.one_third.equipo{
margin-right: 0px;
margin-left: 15px;
}
.one_fourth.equipo{
margin-right: 0px;
margin-left: 15px;
}

.one_fourth.equipo.column-last {

margin-left: -20px;
}

.one_fourth.perso p{
text-align: right;
padding-right: 10px;
padding-top: 1px;
}

.column-last {
	margin-right: 0!important;
	clear: right;
	margin-left: 15px;
}



div#nav_menu{
	margin-left: 30px;
}
#nav_menu ul.menu li.current a {
	color: #000;
	font-weight: bold;
}

#menu-estudios{
	margin-left: 30px;
	margin-bottom: 0px;
}


#menu-estudios li.current a{
	color: #000;
	font-weight: bold;
}


/* IE7 -----------------------------------*/
.ie7 #content { padding-right: 0; }
.ie7 #container { min-width: 740px; }
.ie7.blog #container,
.ie7.single-post #container,
.ie7.tag #container,
.ie7.category #container,
.ie7.date #container,
.ie7.page-template-template-archives-php #container { min-width: 900px; }
.ie7.single-portfolio #container,
.ie7.page #container { min-width: 960px; }
.ie7.page-template-template-full-width-php { min-width: 1110px; }
.ie7.search-results #container { min-width: 980px; }
.ie7.search-results #content { padding-left: 30px; }
.ie7.page .entry-content { width: 700px; }
.ie7.page-template-template-full-width-php .entry-content { width: 850px; }
.ie7 .entry-meta .entry-skills { width: 217px; }
.ie7.page-template-template-home-php .hentry,
.ie7.tax-skill-type .hentry { display: inline; height: 230px; }
.ie7 .comment-author { position: relative; top: -20px; }
.ie7 .comment-meta { margin-left: 20px; position: relative; top: -15px; }
.ie7 .comment-body { position: relative; top: -15px; }
.ie7.single-portfolio #content { margin-right: 0; }
.ie7.single-portfolio .slider { border-left: 0px; }