/*
Theme Name: Funda
Theme URI: http://http://www.bracketmedia.com
Description: Theme para el sitio 'La fundacion de Altos Estudos de Ciencias Comerciales.'
Author: Damian Suarez
Version: 1.1
Tags: black, red, white
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body{ line-height: 1; }
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
ol, ul{ list-style: none; }
blockquote{ quotes: none; }
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del{ text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img { border: none; }

/* =Layout -------------------------------------------------------------- */
.clear{
  width: 100%;
  clear: both;
}
.clear hr{
  clear: none;
  float: left;
  display:block;
}
.clear hr.side{
  width: 300px;
  margin: 20px 20px 20px 0;
}
.clear hr.content{
  width: 630px;
  margin: 20px 0;
}
.red{ color:#910000; }
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}
#content{ margin: 0 280px 0 20px; }
#primary, #secondary{
  float: right;
  overflow: hidden;
  width: 220px;
}
#secondary{ clear: right; }
#footer{
  clear: both;
  width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
  margin: 0 auto;
  width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
  margin: 0 auto;
  width: 900px;
}

/* =Fonts -------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url { font-family: Helvetica, arial, sans-serif; }

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link,
.form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th,
.comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th,
.entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p,
.reply, .widget-title, .wp-caption-text, input[type=submit] { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }
pre { font-family: "Courier 10 Pitch", Courier, monospace; }
code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

/* =Structure -------------------------------------------------------------- */
/* The main theme structure */
div.menu, #colophon, #branding, #wrapper {
  margin: 0 auto;
  width: 940px;
}
#wrapper-header {
  width: 100%;
  height: 166px;
  background: transparent url(images/bg_gradients.png) repeat-x left -675px;
}
#wrapper-main {
  margin: 0 auto;
  width: 1018px;
  /*height: 936px;*/
  background: transparent url(images/main.png) no-repeat left top;
}
#wrapper-footer {
  width: 100%;
  height: 400px;
  background: #910000 url(images/bg_gradients.png) repeat-x left 0;
}

/* Structure the footer area */
#footer-widget-area { overflow: hidden; }
#footer-widget-area .widget-area {
  float: left;
  margin-right: 20px;
  width: 220px;
}
#footer-widget-area #fourth { margin-right: 0; }
#site-info {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 700px;
}
#site-generator {
  float: right;
  width: 220px;
}

/* =Global Elements -------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
  background: white;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}
input[type="password"], input[type="text"], textarea, select{
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 1px;
  background-color: white;
  border: 1px solid #d5e2ea;
  border-radius: 4px;
  -webkit-box-shadow: -1px -1px 1px #f1f5f8;
  -moz-box-shadow: -1px -1px 1px #f1f5f8;
  box-shadow: -1px -1px 1px #f1f5f8;
  width: 300px;
}
label{ display:block; }
hr {
  border: 0;
  clear: both;
  height: 1px;
  background:url("images/hr.png") repeat-x scroll left bottom transparent;
  margin-bottom: 20px;
}

/* Text elements */
p { margin-bottom: 18px; }
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
dl { margin: 0 0 24px 0; }
dt { font-weight: bold; }
dd { margin-bottom: 18px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
big { font-size: 131.25%; }
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i { font-style: normal; }
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
a { color:#A59355; }

a:visited { /* color: #fff;*/ }
a:active, a:hover { /*color: #6a0000;*/ }

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
img.alignleft{ float:left; }
img.alignright{ float:right; }
img.aligncenter{
  display:block;
  margin: 0 auto;
  float:none;
}
/* =Header -------------------------------------------------------------- */
#header {
  width: 1020px;
  height: 166px;
  margin: 0 auto;
  position: relative;
}
#site-title{}
#site-title a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#site-description {
  clear: right;
  float: right;
  font-style: italic;
  margin: 14px 0 18px 0;
  width: 220px;
}

/* This is the custom header image */
#branding img {
  border: 0;
  clear: both;
  display: block;
  position: absolute;
  left: 58px;
  top: 8px;
}

/* =Header-Contact -------------------------------------------------------------- */
#header-contact {
  position:absolute;
  right: 10px;
  top: 0;
  height: 41px;
  font: normal bold normal 22px/41px Helvetica;
  color: white;
}
#header-contact ul {
  list-style: none;
  margin: 0
}
#header-contact ul li {
  display: block;
  float: right;
  background: transparent url(images/bg_gradients.png) no-repeat right -635px;
  height: 41px;
  padding: 0 18px;
}
#header-contact ul li.tel { background-image: none; }
#header-contact ul li a {
  display: block;
  margin-top: 6px;
  height: 27px;
}
#header-contact ul li a.btn-madryn{
  display: block;
  width: 142px;
  background: transparent url(images/boton-ptmadryn.png) no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  margin-left: 5px;
}
#header-contact ul li a.btn-azul{
  display: block;
  width: 142px;
  background: transparent url(images/boton-azul.png) no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  margin-left: 5px;
}
/*#header-contact ul li a.btn-login {
  font: bold 10px/17px  Helvetica;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color:white;
  display: block;
  width: 45px;
  height: 17px;
  padding: 5px 10px 5px 25px;
  margin-right: 8px;
  background: transparent url(images/boton_login.png) no-repeat;
  text-indent: -9999px;
}*/
/* =Header Search -------------------------------------------------------------- */
#header-search {
  list-style: none;
  margin: 0;
}
#header-search input{
  width: 185px;
  height: 23px;
  background: transparent url(images/sprites.png) no-repeat -600px -200px;
  position: absolute;
  bottom: 45px;
  right: 10px;
  padding: 2px 10px;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* =Menu -------------------------------------------------------------- */
#access {
  display: block;
  margin: 0 auto;
  width: 980px;
  height: 41px;
  position: relative;
  top: 123px;
  background: transparent url(images/sprites.png) no-repeat left top;
}
#access .menu-header, div.menu {
  font-size: 13px;
  margin-left: 44px;
  height: 41px;
  background: transparent url(images/sprites.png) no-repeat right -43px;
  position: relative;
}
#access .menu-header ul, div.menu ul {
  height: 41px;
  list-style: none;
  margin: 0 44px 0 0;
  background: transparent url(images/bg_gradients.png) repeat-x left -548px;
}
#access .menu-header li, div.menu li {
  float: left;
  /*position: relative;*/
  height: 36px;
  margin: 6px 0 0;
  background: transparent url(images/bg_gradients.png) no-repeat right -597px;
}
/*
MODIF.:
  children -> sub-menu
  page-item-36 -> menu-item-11092
  page-item-95 -> menu-item-11116
*/
#access > div.menu-header > ul.menu > li.menu-item-11116{background-image: none}
#access a {
  display: block;
  line-height: 38px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font: normal normal normal 13px/31px Helvetica;
  color: #fff;
  text-shadow: #000 1px 1px 5px;
}
#access a:hover{ color: #6a0000; }
#access ul li{ position:relative; }
#access > div.menu-header > ul.menu > li.menu-item-11092 > ul.sub-menu {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  width: 870px;
}
#access > div.menu-header > ul.menu > li.menu-item-11112 > ul.sub-menu{
  width: 400px;
}
#access > div.menu-header > ul.menu > li.menu-item-11112 > ul.sub-menu a{
  width: 400px;
}
#access > div.menu-header > ul.menu > li > ul.sub-menu {
  display: none;
  background: transparent url(images/bg_gradients_h.png) repeat-y left top;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 34px;
  margin: 0;
  padding: 10px 0 10px 20px;
}
#access ul ul.sub-menu ul {
  left: 100%;
  top: 0;
}
#access ul ul.sub-menu li {
  background-image: none;
  margin: 0px;
  min-width: 180px;
  float: none;
  z-index: 99999;
  position: static;
}
#access ul ul.sub-menu a {
  text-transform: none;
  color: #fff;
  font: normal normal normal 15px/1em Helvetica;
  background: transparent url(images/sprites.png) no-repeat left -370px;
  padding: 10px 10px 0px 20px;
  width: 230px;
}
#access ul ul.sub-menu a:hover {
  color: #9a864f;
  background-position: 0px -405px;
}
#access ul ul.sub-menu li.current_page_item a {
  color: #9a864f;
  background-position: 0px -405px;
}
/* * */
#access li:hover{ color: #6a0000; }

#access li:hover > a, #access ul ul :hover > a {}
#access > div.menu-header > ul.menu > li:hover > ul.sub-menu { display: block; }
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #fff; }
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a,
* html #access ul li a:hover { color: #6a0000; }
* html #access ul li a:visited { color: #6a0000; }

/* =Content
-------------------------------------------------------------- */

#main {
  clear: both;
  overflow: hidden;
  /*height: 936px;*/
  background: transparent url(images/main-right.png) no-repeat right 0px;
}
#content{ margin-bottom: 36px; }

/* = Homepage
-------------------------------------------------------------- */
#homepage, #ppalPage {
  width: 950px;
  /*height: 936px;*/
  margin: 6px auto 0;
}
#home-slideshow, #head-image {
  height: 282px;
  background: transparent url(images/home-slideshow.bg.png) no-repeat left bottom;
}

/* = ppalPage
-------------------------------------------------------------- */
#head-image {
  height: 148px;
  line-height: 0.5;
  padding-bottom: 22px;
/*  position: relative;
  z-index: 10*/
}
#head-image h1{
  font-size: 75px;
  font-weight: bold;
  line-height: 75px;height: 80px;
  margin: -148px 0 0;
  padding: 15px 249px 0 0;
  text-align: center;
  background-image: none;
  white-space:nowrap;
  overflow:hidden;
  font-size: 60px
}
#head-image.wide h1{ padding: 15px 0px 0 0; }
#head-image h2{
  background-image: none;
  color: #5F0000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0 0 0 34px;
  text-align: center;
}
#head-image h3{
  background-image: none;
  color: #A59355;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0 0 0 143px;
  text-align: center;
}
#head-image a{
  background: url("images/sprites.png") no-repeat scroll -600px -300px transparent;
  color: white;
  display: block;
  font-size: 18px;
  height: 116px;
  padding: 36px 0 0;
  position: absolute;
  right: 150px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 15px;
  width: 116px;
}
#head-image a span{
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 48px;
}
.side-content, .page-content{
  float: left;
  margin:0 0px 20px 0;
  width: 630px;
}
.side-content{
  width: 300px;
  margin:0 20px 20px 0;
}
ul.select-carrera {
  margin: 5px 10px 30px;
  list-style: none;
}
ul.select-carrera li { position: relative }
ul.select-carrera li h4{
  color: #a19c8f;
  width: 260px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: transparent url(images/sprites.png) no-repeat left -450px;
}
ul.select-carrera li ul {
  list-style: none;
  background-color: white;
  display:none;
  left:0;
  margin:0;
  position:absolute;
  z-index:99999;
  display: none;
  width: 260px;
}
ul.select-carrera li:hover > ul { display:block; }
ul.select-carrera li ul li {
  width: 260px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
ul.select-carrera li ul li a {
  text-decoration: none;
  color: #a19c8f;
}
.side-content .contact-formu{ padding: 10px }
.side-content .vertical-menu{}
.side-content .vertical-menu ul{
  margin: 0 0 20px;
  list-style-image: url(images/li.more.png);
  list-style-position: inside;
}
.side-content .vertical-menu ul li, div.empleos div.vertical-menu ul li ul li{
  margin: 0;
  padding: 0 0 0 7px;
  background: transparent url(images/hr.png) repeat-x left bottom;
}
.side-content .vertical-menu ul li a, div.empleos div.vertical-menu ul li ul li a{
  color: #910000;
  font: normal bold normal 12px/30px Helvetica;
  text-decoration: none;
  background-image: none;
  display: inline;
  padding: 0;
}
.side-content .vertical-menu ul li.current_page_item a, div.empleos div.vertical-menu ul li ul li.current_page_item a{ color:#A59355; }
.side-content .vertical-menu ul li a:hover, div.empleos div.vertical-menu ul li ul li a:hover{ text-decoration: underline; }
/****sidebar empleos****/
div.empleos div.vertical-menu ul li {
  list-style-image: none;
  list-style-position:  outside;
  list-style-type: none;
  background-image: none;
  padding: 0;
}
div.empleos div.vertical-menu ul li a{
  background: transparent url(images/sprites.png) no-repeat 0% -200px;
  color: white;
  font: normal normal bold 17px/27px Helvetica;
  height: 27px;
  margin: 0px 0px 10px;
  padding-left: 16px;
  width: 286px;
  display: block;
}

/*****/
.page-content p{
  color:#463d24;
  font-size:12px;
  margin:10px 0;
  padding-left: 16px;
}
.page-content ul{
  list-style-position: inside;
  margin:0;
  padding-left: 16px;
 }
.page-content ul li{
  color:#463d24;
  list-style-image:url("images/li.content.png");
  font-size:12px;
  margin:10px 0;
}
.page-content ul li h2{
  display: inline;
  padding: 0;
}
.page-content ul li h2 a{
  text-decoration: none;
  color: inherit;
}
.page-content ol li{
  list-style: decimal inside none;
  color:#463d24;
  font-size:12px;
  margin:10px 0;
}
.page-content ul.plan-estudios{}
.page-content ul.plan-estudios li{
  list-style: none;
  width: 50%;
  float: left
}
.page-content ul.plan-estudios li ul{ padding-left: 0 }
.page-content ul.plan-estudios li ul li{
  list-style-position: inside;
  list-style-image:url("images/li.plan.png");
  width: auto;
  float: none;
  margin: 0;
}
.page-content .info{
   clear: both;
   background: transparent url(images/sprites.png) no-repeat left -500px;
   height:45px;
   width: 626px;
   padding: 55px 0 0 4px;
   position: relative;
   margin-top: 20px;
}
.page-content .info a{
  color:#910000;
  text-decoration: none
}
.page-content .info a.imprimir{
    background: url("images/sprites.png") no-repeat scroll -645px -500px transparent;
    display: block;
    float: right;
    height: 20px;
    left: auto;
    padding: 27px 0 0;
    position: absolute;
    right: 30px;
    top: -27px;
    width: 100px;
}
.page-content div.left{
  float: left;
  width: 360px;
}
.page-content form.login{
  width: 237px; height:156px;
  float:right;
  border: 1px solid #910000;
  padding: 20px 20px 20px 10px;
  background-image: linear-gradient(bottom, rgb(215,215,217) 0%, rgb(255,255,255) 70%);
  background-image: -o-linear-gradient(bottom, rgb(215,215,217) 0%, rgb(255,255,255) 70%);
  background-image: -moz-linear-gradient(bottom, rgb(215,215,217) 0%, rgb(255,255,255) 70%);
  background-image: -webkit-linear-gradient(bottom, rgb(215,215,217) 0%, rgb(255,255,255) 70%);
  background-image: -ms-linear-gradient(bottom, rgb(215,215,217) 0%, rgb(255,255,255) 70%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(215,215,217)), color-stop(0.7, rgb(255,255,255)));
}
.page-content form.login h2{
  font-size: 27px;
  text-align: right;
  margin-bottom: 30px;
}
.page-content form.login p{ padding: 0; }
.page-content form.login label{
  display:inline;
  margin: 0;
}
.page-content form.login input{
  width:180px;
  float:right;
}
.page-content form.login input[type="submit"]{
  width: 70px;
  height: 26px;
  padding: 0 0 4px 10px;
  color:  #fff;
  font: normal bold normal 10px/26px Helvetica;
  text-transform: uppercase;
  float: right;
  background: transparent url(images/sprites.png) no-repeat -350px -200px;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin-top:10px;
  margin-top:10px;
}
.up-content .carreras {
  background: none;
  float:none;
  height:auto;
  margin-top:0px;
  padding: 0 10px;
  width:auto;
}
.up-content .carreras ul {
  height:270px;
  float: none;
  margin: 0;
  list-style-position: inside;
  width: 100%;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.up-content .carreras ul li {
  background: transparent url(images/sprites.png) no-repeat -600px -250px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  list-style: none;
  margin: 0px 5px 19px 5px;
  height: 26px;
  line-height: 26px;
  width: 275px;
  padding: 0 10px 0 36px;
  font-size: 15px;
  font-weight: bold;
}
.up-content .carreras ul li a{
  text-shadow: #fff 1px 1px 2px;
  color:#463d24;
}
.down-content>div{
  float:left;
  width: 33%;
}
.down-content>div .formu{ width: 90%; }
.trabajo{
   background: transparent url(images/boxes.png) no-repeat left top;
   width:290px;
   height:126px;
   position:relative;
   margin: 0 6px 20px;
}
.trabajo .img2{
   background: transparent url(images/boxes.png) no-repeat left top;
   width:290px;
   height:126px;
   position:absolute;
   top:0; left:0;
   z-index:10
}
.trabajo .img1{
   background: transparent url(images/imagen-logos-pasantias2.jpg) no-repeat left top;
   width:290px;
   height:126px;
   position:absolute;
   top:0; left:0;
   z-index:100;
}
.beneficios{
   width:300px;
   height:134px;
   position: relative;
}
.home-footer .col .beneficios img{
  border: none;
  margin:0;
}
.leer-mas{
  background: url("images/sprites.png") no-repeat scroll -500px -200px transparent;
  color: #463D24;
  display: block;
  font: 10px/20px Tahoma;
  height: 20px;
  padding: 0 0 0 25px;
  text-align: center;
  text-decoration: none;
  width: 60px;
  position:absolute;
  bottom: 7px;
  right: 7px;
  z-index: 1000
}
/* = Homepage - Carousel
-------------------------------------------------------------- */
#carousel {
  width: 950px;
  height: 260px;
  overflow: hidden;
}
.carousel-wrapper {
  width: 950px;
  height: 260px
}
.carousel .carousel-wrapper .carousel-slide {
  width: 950px;
  float: left;
}
#slide-index ul{
  margin-top: 8px;
  list-style: none;
  text-align: center;
  line-height: 8px;
}
#slide-index ul li {
  display: inline;
  height: 8px;
}
#slide-index ul li a {
  padding: 0px 4px 0;
  text-decoration: none;
  background: transparent url(images/sprites.png) no-repeat -14px -125px;
  outline: none;
  height: 8px;
  font-size: 8px;
}
#slide-index ul li.current a { background: transparent url(images/sprites.png) no-repeat -0 -125px; }
/*** end Carousel ***/

/* = Homepage - Carousel
-------------------------------------------------------------- */

.home-middle {
  height: 260px;
  background: transparent url(images/hr.png) repeat-x left bottom;
  margin-bottom: 20px
}
.carreras {
  width: 690px;
  height: 220px;
  padding: 10px;
  float: left;
  background: transparent url(images/fnds.png) no-repeat 0 0;
}
.carreras ul {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 0 20px;
  width: 650px;
  height: 168px;
  -moz-column-count: 3;
  -moz-column-gap: 5px;
  -webkit-column-count: 3;
  -webkit-column-gap: 5px;
  column-count: 3;
  column-gap: 5px;
}
.carreras ul li{
  width: 200px; height: 27px;
  margin: 0;
  list-style-image: url(images/li.more.png);
}
.carreras ul li a {
  color:  #463d24;
  text-decoration: none;
  font: normal normal normal 12px/27px Helvetica;
}
.carreras ul li a:hover {
  color: #910000;
  text-decoration: underline;
}
.home-middle .home-formu {
  width: 210px;
  height: 240px;
  padding: 0 5px;
  float: right;
  margin-top: 14px;
}

/* --- CODIGO EZE --- */
@font-face{font-family:'ezeg_bold'; src: url('Gotham-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;}
@font-face{font-family:'ezeg'; src: url('Gotham-Medium.ttf') format('truetype');font-weight:normal;font-style:normal;}
.home-middle_eze {
  height: auto;
  background: transparent url(images/hr.png) repeat-x left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.carreras_eze {
  position: absolute;z-index: 900;
  width: 280px;height: 235px;
  padding: 15px;
  float: left;
  background: transparent url(images/background04_eze.png) no-repeat 0 0;
  -moz-transition: width 500ms;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
  white-space: nowrap;overflow:hidden;
}
.carreras_eze2{
  height: 183px;
  width:650px;padding-top:25px;
  display: none;
  float:left;
}
#carre_eze01{
  height:280px;
  width:260px;
  display:block;
  float:left;
}
.carreras_eze:hover { width: 920px; background: transparent url(images/background03_eze.png) no-repeat 0 0; }
.carreras_eze:hover > .carreras_eze2 { display: block; }
.carreras_eze2 ul {
  display: block;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 0 20px;
  height: 183px;
  -moz-column-count: 3;
  -moz-column-gap: 5px;
  -webkit-column-count: 3;
  -webkit-column-gap: 5px;
  column-count: 3;
  column-gap: 5px;
}
.carreras_eze2 ul li{
  width: 200px;
  float: left;
  height: 27px;
  margin: 0;
  list-style-image: url(images/li.more.png);
}
.carreras_eze2 ul li a {
  color:  #463d24;
  text-decoration: none;
  font: normal normal normal 12px/27px Helvetica;
}
.carreras_eze2 ul li a:hover {
  color: #910000;
  text-decoration: underline;
}
.espacio_eze{
  font-family: 'ezeg';
  text-align: right;
  color: #666;
  width: 310px;
  height: 265px;
  margin-right: 10px;
  float: right;
}
.espacio_eze a{ text-decoration: none; }
.espacio_eze a p{ color: #555; }
.inscripcion_eze, .mifaecc{
  width: 280px;
  height: 110px;
  padding: 10px 15px;
}
.inscripcion_eze{
  margin-top: 3px;
  background: transparent url(images/inscripcion.png) no-repeat;
}
.inscripcion_eze h2.secundario_eze{font-family: 'ezeg_bold';
  color: #A10000;
  text-align: right;
  font-size: 19px;
  line-height: 25px;
  margin: 6px 6px 6px 0;
  background: none;
}
.espacio_eze > a > .mifaecc{ background: transparent url(images/mifaecc_link.png) no-repeat; }
.mifaecc h2{
  font-family: 'ezeg_bold';
  color: #A10000;
  text-align: left;
  font-size: 19px;
  margin: 6px 6px 6px 0;
  background: none;
  padding: 5px 0 0 5px;
}
.home-middle_eze .home-formu_eze {
  width: 265px;
  height: 235px;
  padding: 15px 25px 15px 20px;
  float: right;
  background: transparent url(images/background01_eze.png) no-repeat 0 0;
}
#carre_eze01 h1{font-family:'ezeg_bold';background:none;margin: 6px 0 6px 0;font-size:50px;height:50px;line-height:normal;padding-left:23px;}
.mes, .anio{font-family:'ezeg_bold';padding-left:23px;display:block;}
.mes{ color:#FFF; font-size:60px; text-shadow: 1px 2px 3px #000000; filter: dropshadow(color=#000000, offx=1, offy=2); height:62px; line-height: 60px; }
.anio{ color:#FFF; font-size:89px; text-shadow: 1px 2px 3px #000000; filter: dropshadow(color=#000000, offx=1, offy=2); height:100px; line-height: 60px; padding-top:10px; }
#clear_eze{ clear: both; }
/* --- FIN CODIGO EZE --- */

.home-footer { height: 390px; }
.home-footer .col {
  width: 300px;
  height: 360px;
  margin-right: 25px;
  float: left;
  background: transparent url(images/hr.png) repeat-x left bottom;
}
.home-footer .col-end {
  margin: 0;
  float: left;
}
.home-footer .col .novedad-home, .home-footer .col .blog-home{
  height: 150px;
  position: relative;
}
.home-footer .col .novedad-home a.leer-mas, .home-footer .col .blog-home a.leer-mas{ bottom: 15px; }
.home-footer .col h2{
  padding: 0;
  font-size: 13px;
}

.novedad-page{
  margin:5px auto;
  position: relative;
}

.novedad-page p{
  display:inline-block;
  padding: 1px;
}

.novedad-page a{
  display:inline-block;
  margin-bottom:5px;
}
.novedad-page a.leer-mas{ bottom: 0px; }

.home-footer .col h2{
  padding: 0;
  font-size: 13px;
}
.home-footer .col h2 a{ text-decoration: none }
.home-footer .col .blog-home h2{ color:#473e25; }
.home-footer .col .blog-home h2 span{
  color: white;
  background-color: #910000;
  padding: 3px;
  margin: 0 7px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.home-footer .col  img{
  float:left;
  border: 1px solid  #473e25;
  padding: 1px;
  margin: 8px 20px 10px 0
}
.home-footer .col p{
  color:  #473e25;
  font-size: 11px;
  line-height: 15px;
  margin: 8px 0px
}
.home-footer .col .novedad-home a.leer-mas, .home-footer .col .blog-home a.leer-mas{
  color:  #473e25;
  background-position: 10px -169px;
  height: 15px;
  line-height: 15px;
}
.home-footer .col .blog-home{}

/* = Formu
-------------------------------------------------------------- */
.formu {}
.formu .wpcf7-response-output {
  position: relative;
  top: -114px;
  left: -10px;
  width: 190px;
  background-color: white;
}
.formu table {
  width: 100%;
  border-collapse: collapse;
}
.formu table tr {
  height: 30px;
}
.formu table tbody tr th {
  font: normal normal normal 11px/20px Helvetica;
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
  width:43px
}
.formu table tbody tr td {}
.formu table tbody tr td span.wpcf7-not-valid-tip {
  font: oblique normal normal 10px/10px Helvetica;
  border: 0;
  left: 20px;
  top: 10px;
  padding: 0;
  width: 100%;
  color: #F44;
}
.formu table textarea, .formu table input { width: 100%; }
.formu table textarea { height: 60px; }
.formu tfoot tr {}
.formu tfoot tr td{
  height: 40px;
  vertical-align: middle;
  padding: 0;
}
.formu tfoot tr td input{
  width: 70px;
  height: 26px;
  padding: 0 0 4px 10px;
  color:  #fff;
  font: normal bold normal 10px/26px Helvetica;
  text-transform: uppercase;
  float: right;
  background: transparent url(images/sprites.png) no-repeat -350px -200px;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.formu tfoot tr td input.wpcf7-submit{ line-height: 20px; }
.formu tfoot tr td input:active {
  position: relative;
  top: 1px;
}

/* = Headers
-------------------------------------------------------------- */
h3.importante{
  width: 286px;
  height: 27px;
  margin: 0 0 10px;
  padding-left: 16px;
  background: transparent url(images/sprites.png) no-repeat left -200px;
  font: normal normal bold 17px/27px Helvetica;
  color: white;
}
h1.secundario, h2.secundario, h1  {
  height: 27px;
  margin: 0 0 10px;
  padding-left: 16px;
  font: normal normal bold 17px/27px Helvetica;
}
h1.secundario, h1 {
  color: #910000;
  background: transparent url(images/sprites.png) no-repeat 6px -135px;
  height: 15px;
  line-height: 15px;
  margin: 6px 0 16px;
}
h1 a{
  text-decoration: none;
  color: #910000;
}
h1 span{
  font-style: italic;
  font-size: 20px
}
h2{
  font-size: 13px;
  font-weight: bold;
  color: #910000;
  padding-left: 16px;
  position: relative;
}
h2 a{
  color: #910000;
  left: 200px;
  top: -2px;
}
h2.secundario {
  color: #a79256;
  background-image: none;
  padding-left: 4px;
  margin: 0;
  font: normal normal normal 13px/20px Helvetica;
  text-transform: uppercase;
}
h5{
  font-size: 13px;
  font-weight: bold;
  color:#463d24;
  padding: 0 10px;
}
/*** end Headers ***/

/* = Blog de Carreras
-------------------------------------------------------------- */
.post-blog-carrera {
  background:url("images/hr.png") repeat-x scroll left bottom transparent;
  padding: 8px 0 30px;
  position: relative;
}
.post-blog-carrera .the_content{ margin: 0 0 0 16px; }
.post-blog-carrera h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.post-blog-carrera  img.thumb{
  float:right;
  margin-bottom: 20px;
  margin-top: -37px;
}
.post-blog-carrera p {
  padding: 0;
  font: 13px/16px Helvetica, Arial;
  color: #504931;
}
.post-blog-carrera span.date { color: #666666; }
.post-blog-carrera p a.more-link{
  float: right;
  text-align: center;
  display: block;
  width: 58px;
  height: 20px;
  padding: 0 0 0 27px;
  font: 10px/20px Tahoma;
  color: #463d24;
  background: transparent url(images/sprites.png) no-repeat -500px -200px;
  text-decoration: none;
}
.post-blog-carrera p a.more-link:active{
  position: relative;
  top: 1px;
}
.post-blog-carrera img {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  margin-left: 10px;
}
.post-blog-carrera p img.alignright {
  float: right;
  background: transparent url(images/sprites.png) no-repeat 6px -239px;
}
/*** end Blog de Carreras ***/

#content, #content input, #content textarea {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr { margin-bottom: 24px; }
#content ul ul, #content ol ol, #content ul ol, #content ol ul { margin-bottom: 0; }
#content pre, #content kbd, #content tt, #content var {
  font-size: 15px;
  line-height: 21px;
}
#content code { font-size: 13px; }
#content dt, #content th { color: #000; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #000;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content table {
  border: 1px solid #e7e7e7;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
#content tr th, #content thead th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
#content tr td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px;
}
#content tr.odd td { background: #f2f7fc; }
.hentry { margin: 0 0 48px 0; }
.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}
.single .hentry { margin: 0 0 36px 0; }
.page-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 36px 0;
}
.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}
.page-title a:link, .page-title a:visited {
  color: #888;
  text-decoration: none;
}
.page-title a:active, .page-title a:hover { color: #ff4b33; }
#content .entry-title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0;
}
.entry-title a:link, .entry-title a:visited {
  color: #000;
  text-decoration: none;
}
.entry-title a:active, .entry-title a:hover { color: #ff4b33; }
.entry-meta {
  color: #888;
  font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr { border: none; }
.entry-meta abbr:hover, .entry-utility abbr:hover { border-bottom: 1px dotted #666; }
.entry-content, .entry-summary {
  clear: both;
  padding: 12px 0 0 0;
}
#content .entry-summary p:last-child { margin-bottom: 12px; }
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}
.entry-content input { margin: 0 0 24px 0; }
.entry-content input.file, .entry-content input.button { margin-right: 24px; }
.entry-content label {
  color: #888;
  font-size: 12px;
}
.entry-content select { margin: 0 0 24px 0; }
.entry-content sup, .entry-content sub { font-size: 10px; }
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a { background: #d9e8f7; }
.page-link a:active, .page-link a:hover { color: #ff4b33; }
body.page .edit-link {
  clear: both;
  display: block;
}
#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-utility {
  clear: both;
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a, .entry-utility a { color: #888; }
.entry-meta a:hover, .entry-utility a:hover { color: #ff4b33; }
#content .video-player { padding: 0; }

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.home .hentry.category-asides { padding: 0; }
.home #content .category-asides .entry-content { padding-top: 0; }

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.home #content .category-gallery .entry-utility { padding-top: 4px; }

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before { content: '\2190\00a0'; }
.attachment .entry-content .nav-next a:after { content: '\00a0\2192'; }

/* =Images
-------------------------------------------------------------- */

#content img {
  margin: 0;
  height: auto;
  max-width: 640px;
  width: auto;
}
#content .attachment img { max-width: 900px; }
#content .alignleft, #content img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
#content .alignright, #content img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter { margin-bottom: 12px; }
#content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}
#content .wp-caption img { margin: 5px 5px 0; }
#content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
#content .wp-smiley { margin: 0; }
#content .gallery { margin: 0 auto 18px; }
#content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
#content .gallery img { border: 2px solid #cfcfcf; }
#content .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
#content .gallery dl { margin: 0; }
#content .gallery img { border: 10px solid #f1f1f1; }
#content .gallery br+br { display: none; }
#content .attachment img { /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/* =Navigation -------------------------------------------------------------- */
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 10px;
}
.navigation a:link, .navigation a:visited {
  color: #888;
  text-decoration: none;
}
.navigation a:active, .navigation a:hover { color: #ff4b33; }
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#nav-above { margin: 0 0 18px 0; }
#nav-above { display: none; }
.paged #nav-above, .single #nav-above { display: block; }
#nav-below { /*margin: -18px 0 0 0;*/ }

/* =Comments -------------------------------------------------------------- */
#comments { clear: both; }
#comments .navigation { padding: 0 0 18px 0; }
h3#comments-title, h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
h3#comments-title { padding: 24px 0; }
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
.commentlist ol { list-style: decimal; }
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says { font-style: italic; }
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
  color: #888;
  text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover { color: #ff4b33; }
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link { color: #888; }
.reply a:hover, a.comment-edit-link:hover { color: #ff4b33; }
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword, .nocomments { display: none; }
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments form */
input[type=submit] { color: #333; }
#respond {
  margin: 0;
  overflow: hidden;
  position: relative;
}
#respond p { margin: 0; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
h3#reply-title { margin: 0 0 18px 16px; }
#comments-list #respond { margin: 0 0 18px 0; }
#comments-list ul #respond { margin: 0; }
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  color: #888;
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea { width: 98%; }
#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { margin: 12px 0; }
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

/* =Widget Areas -------------------------------------------------------------- */
.widget-area ul {
  list-style: none;
  margin-left: 0;
}
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget_search #s { width: 60%; }
.widget_search label { display: none; }
.widget-container { margin: 0 0 18px 0; }
.widget-title {
  color: #222;
  font-weight: bold;
}
.widget-area a:link, .widget-area a:visited { text-decoration: none; }
.widget-area a:active, .widget-area a:hover { text-decoration: underline; }
.widget-area .entry-meta { font-size: 11px; }
#wp_tag_cloud div { line-height: 1.6em; }
#wp-calendar { width: 100%; }
#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar thead { font-size: 11px; }
#wp-calendar thead th {}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-align: right; }
.widget_rss a.rsswidget { color: #000; }
.widget_rss a.rsswidget:hover { color: #ff4b33; }
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
}
#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* =Footer -------------------------------------------------------------- */
#footer {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0 0;
  color: white;
  font-family: Helvetica,Arial, sans-serif;
}
#footer hr{ margin-bottom: 6px; }
#footer .ezeh2footer{
  height: 20px;
  font-size: 12px;
}
#footer .section-container {
  width: 135px;
  float: left;
  margin: 0 0 5px 0;
}
#footer .section-container ul {
  padding: 0;
  margin: 0;
}
#footer .section-container ul li {
  list-style-image: url(images/li.more.footer.png);
  list-style-position: inside;
  margin:0;
  padding-left: 4px;
  width:170px;
}
#footer ul li a {
  background-image:none;
  color:#fff;
  font:9px/20px Helvetica,Arial, sans-serif;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #d2b464;
  text-decoration: underline;
}
#footer .section-carreras{ width: 300px; }
#footer .section-alumnos{ width: 180px; }
#footer .section-institucional{ width: 200px; }
#footer .section-preguntas{ width: 135px; }
#footer .section-carreras ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
#footer .section-carreras ul li{ width: 150px; }
#footer .section-alumnos ul li{ width: 180px; }
#footer .section-institucional ul li{ width: 220px; }
#footer .info{
  height: 133px;
  padding: 0px 0;
  position: relative;
}
#footer .info #informes{
 text-align: center;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

#footer .title-informes h3{
  font-weight: bold;
  padding: 10px 0
}

.info-whatsapp{
  background-image:url('/wp-content/themes/funda/images/whatsapp_icono.png');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: contain;
  display:inline-block;
  float:right;
}

.info-whatsapp h5{
  color:white;
  text-align: right;
  padding:0px 0 0 10px;
}

#footer .info .info-whatsapp p{
  padding:0px 0 0 10px;
  text-align: right;
}

#footer .info #informes p{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}


#footer .info p{
  font-size: 13px;
  margin: 0;
  line-height: 17px;
  text-align: left;
}

#footer .info ul{
  width: 100%;
  display:block;
  height: 225px;
}
#footer .info li{
  font-size: 13px;
  margin: 0;
  line-height: 17px;
  text-align: left;
  list-style: none;
}

#footer .info p span.titulo{
  padding: 5px 0;
  font-weight: bold;
  display: block;
}
#footer .info a {
  color:#fff;
  text-decoration: none;
}
#footer .info span.cero{ margin: 0 15px 0 0; }
#footer .info p.privacidad {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 12px;
}
#footer .info p.privacidad span.cero{ margin: 0 0 0 15px; }
#footer .info .social{
  position: absolute;
  right: 0;
  bottom: 0;
}

.social .social_ico.instagram{
  width:24px;
  height:24px;
  background-image: url(images/instagram_ico.png);
  background-size:100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right:9px;
}

#footer .info .social a.icn{
  width: 24px;
  height: 24px;
  display: block;
  text-decoration: none;
  background: transparent url(images/sprites.png) no-repeat left -325px;
  float: right;
  margin-right: 9px;
}
#footer .info .social a.icn.facebook{}
#footer .info .social a.icn.facebook:hover{ background-position: 0px -300px; }
#footer .info .social a.icn.twitter{ background-position: -50px -325px; }
#footer .info .social a.icn.twitter:hover{ background-position: -50px -300px; }
#footer #contactofooter{
  display: block;
  text-align: left;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
/*#footer #contactofooter p{ display: inline-block; }*/
.subrayado{ text-decoration: underline; }
#colophon {}
#site-info{ font-weight: bold; }
#site-info a {
  color: #000;
  text-decoration: none;
}
#site-generator {
  font-style: italic;
  position: relative;
}
#site-generator a {
  color: #666;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
  text-decoration: none;
}
#site-generator a:hover{ text-decoration: underline; }
img#wpstats {
  display: block;
  margin: 0 auto 10px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch ) -------------------------------------------------------------- */

pre { -webkit-text-size-adjust: 140%; }
code { -webkit-text-size-adjust: 160%; }
#access, .entry-meta, .entry-utility, .navigation, .widget-area { -webkit-text-size-adjust: 120%; }
#site-description { -webkit-text-size-adjust: none; }


/* =Print Style -------------------------------------------------------------- */

@media print {
  body { background: none !important; }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }
  #colophon { border-top: 2pt solid #000; }
  #site-title, #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title { font-size: 13pt; }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title { font-size: 21pt; }
  #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area { display: none !important; }
  #container, #header, #footer {
    margin: 0;
    width: 100%;
  }
  #content, .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p { font-size: 11pt; }
  #site-info, #site-generator {
    float: none;
    width: auto;
  }
  #colophon { width: auto; }
  img#wpstats { display: none; }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info { border: 1px solid #e7e7e7; }
  #main { display: inline; }
  .home .sticky { border: none; }
}
div.job h2 span{
  display: inline-block;
  width: 120px;
}
div.job h2 span.empresa{ width: 365px; }
div.job{ position: relative }
div.job p a{
  background: url("images/sprites.png") no-repeat scroll 570px -167px transparent;
  display: block;
  font: 11px/15px Tahoma;
  color: #473E25;
  height: 15px;
  padding: 0 10px 0 25px;
  text-align: center;
  text-decoration: none;
  text-align: right;
}
div.job-nav{
  width: 90px; 
  margin: 0 auto;
  font-size: 18px;
}
div#ppalPage div.job-nav div.previous,div#ppalPage div.job-nav div.next,div#ppalPage div.job-nav div.this{
  width: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mask{
  background: transparent url("images/bg47.png") repeat;
  position: fixed;
  top:0; left:0;
  width:100%;
  height: 100%;
  display:none;
}
.close {
    background: transparent url("images/close.png") no-repeat;
    width: 47px;
    height: 47px;
    position:absolute;
    top:-10px;
    right: -10px;
    cursor: pointer;
}
#dialog-placeholder .dialog{
  background: transparent url("images/bg-login.png") no-repeat;
  width:240px; height: 140px;
  padding: 30px;
  position: fixed;
  top:50%; left:50%;
  margin: -100px 0 0 -150px;
  z-index: 10px;
  display:none;
}
#dialog-placeholder h2{ padding: 0; }
#dialog-placeholder p{ margin: 10px 0; }
#dialog-placeholder label{
 display: inline-block;
  color:#463d24;
  width: 50px;
}
#dialog-placeholder input{ width: 180px; }
#dialog-placeholder .submit{
  width: 70px;
  height: 26px;
  padding: 0 0 4px 10px;
  color:  #fff;
  font: normal bold normal 10px/26px Helvetica;
  text-transform: uppercase;
  float: right;
  background: transparent url(images/sprites.png) no-repeat -350px -200px;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.logo-benef{
  border: 1px solid #A38E55;
  float: right;
  margin: 0 20px 20px;
  padding: 10px 25px;
}

/* Aranceles */
.hidden_box { display: none; }
.arancel-dialog {
  background-color: #fff;
  width: 640px;
  height: 500px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  padding: 30px;
  position: fixed;
  top: 50%; left: 50%;
  margin: -250px 0 0 -345px;
  z-index: 10px;
  display:none;
}
.arancel-dialog div.hidden_box{
  overflow: auto;
  height: 500px;
  padding: 0 20px 0 0;
}
.arancel-dialog h1{ background-image: none; }
.arancel-dialog ul{
  list-style: none;
  margin: 0;
}
.arancel-dialog ul li{ text-align: left; }
.down-content{
  margin-top: 20px;
  clear: both
}
.page-content-wide{
  padding: 0 20px;
  width: auto;
}
.page-content-wide img.attachment-full.wp-post-image{
  display:block;
  margin:0 auto;
}
.page-content-wide img.bottombanners{
  float: left;
  display: block;
  margin: 0 10px;
}
.contact-form{
  float: left;
  width: 200px;
  padding: 20px 10px;
}
.rightcontent{
  float:left;
  background-color: #e0d9c5;
  width: 690px;
  min-height: 200px;
  padding: 25px 15px;
  margin: 0 10px
}
#access div.menu-header ul.menu li.title{
  font-weight: bold;
  background-image: none;
  float: right;
  font-size: 26px;
  line-height: 36px;
  color:#351402;
}
#access  div.menu-header ul.menu li.title span{ color:white; }
img.wp-image-6772{ clear:both; }

/* Revista Digital */
div.revista_digital_libro{ display: block; }
div.revista_digital_libro div:first-of-type{
  display: inline-block;
  vertical-align:top;
  margin-top:10px;
  width: 245px;
}
div.revista_digital_libro div:last-of-type{
  display: inline-block;
  vertical-align:top;
  width:382px;
}
div.revista_digital_ediciones_anteriores{ text-align: center; }
div.revista_digital_ediciones_anteriores a{ display: inline-block; }
ul.rayita{ list-style: none; }
ul.rayita li{
  padding-left: 16px;
  list-style-image: none;
}
ul.rayita li:before{
  content: "-";
  padding-right: 8px;
}
a.mailequiv{
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #4f81bd;
}
a.mailequiv:hover{ text-decoration: underline; }
hr.hrequiv{
  width: 85%;
  margin: 30px auto;
}
a.lk-equiv{ text-decoration: none; }
.equivalencias{
  position: relative;
  width: 300px;
  height: 280px;
  padding-top: 20px;
  background: transparent url(images/fondo-equivalencias.png) no-repeat;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.equivalencias .box-equiv{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.equivalencias .box-equiv p{
  color: white;
  font-size: 12px;
  word-spacing: 2px;
  font-family: 'ezeg';
  text-align: right;
}