body {
    color: #333;
    background: white;
    padding-top: 120px;
}

a {
    x-color: #880704;
    color: #555;
}

.clear {
    display: block;
    clear: both;
}

.hidden{
    display: none;
}

.wrapper {
    width: 960px;
    margin: auto;
}

#header {
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 114px;
    color: white;
    background: #E3E3E3 url(menu-background.png);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .3);
}

#header h1 {
    float: left;
}

#menu {
    float: right;
    border-right: solid 1px #DB6F6D;
}

#menu ul {
    list-style: none;
}

#menu span, #menu a{
    font-family: Homenaje, sans-serif;
}

#menu ul li {
    float: left;
    position: relative;
    height: 80px;
    width: 110px;
    padding: 34px 20px 0 15px;
    background: url(menu-arrow.png) no-repeat center 80px;
    border-left: solid 1px #DB6F6D;
    font-size: 1.45em;
    line-height: 1em;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

#menu ul li:hover {
    background: url(menu-background-light.png);
}

#menu ul li ul {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 114px;
    left: -1px;
    width: 240px;
    background: white;
    border: solid 1px #aaa;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .3);

}

/*#menu ul li:first-child ul{ display: block; }*/
#menu ul li:hover ul {
    display: block;
}

#menu ul ul li {
    float: none;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 30px;
    background: #fafafa url(right-grey-arrow.png) no-repeat 5px center;
    border: none;
    border-bottom: solid 1px #eee;
    font-size: .9em;
    font-variant: normal;
    text-transform: none;
    text-align: left;
}

#menu ul ul li:hover {
    background: #eee url(right-grey-arrow.png) no-repeat 10px center;
}

#menu ul ul li a {
    color: #555;
    text-decoration: none;
}

#menu ul ul li:hover a {
    color: #880704;
}

#menu ul ul ul{ display: none !important; }

#content {
    min-height: 620px;
    padding: 0 20px;
    background: url(container-background.png) no-repeat center 150px fixed;
}

#content .onecol {
    width: 460px;
    margin: auto;
}

#content .main_col {
    margin-top: 2em;
}

#content #main_aside {
    float: left;
    width: 24%;
}

#content #main_content {
    float: left;
    margin-left: 2%;
    width: 74%;
}

.edusa-logo{
    height: 200px;
    background: url(http://fulbright.es/images/bg-edusa.png) no-repeat right bottom;
}

#content h2 {
    margin: .5em 0 .5em 0;
    color: #333;
    background: url(h2-border.gif) repeat-x bottom center;
    border-bottom: solid 4px #f2f2f2;
    font-size: 2.4em;
    font-weight: normal;
    font-family: Homenaje, sans-serif;
}

#content h2 em {
    color: #111;
    font-family: inherit;
}

#content h3{
    margin: .4em 0;
    color: #444;
    font-size: 1.85em;
    font-weight: normal;
    font-family: Homenaje, sans-serif;
}
#content h3 a{
    font-size: .8em;
    font-weight: bold;
    letter-spacing: -1px;
}

#content p {
    text-align: justify;
}

#content.edusa{

}

.breadtitle{
    background: none !important;
    border-bottom: solid 1px #ccc !important;
    margin-bottom: 0 !important;
}
.breadcrums{
    padding: 3px;
    margin-bottom: 2em;
    background: #eee;
    font-size: .8em;
}

.downloads{
    float: right;
    width: 200px;
    margin: 0 0 20px 20px;
    padding: 10px;
    background: #eee;
}
    .downloads h3{
        margin: 0 0 5px 0;
    }
    #content .downloads ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #content .downloads li{
        margin: 0;
        padding: 5px 0 5px 20px;
        background: url(attachment.png) no-repeat left center;
        border-top: solid 1px #ddd;
    }
    #content .downloads li:hover{
        background-color: #e9e9e9;
    }


#footer {
    clear: both;
    margin-top: 4em;
    padding: 3em 0;
    color: #666;
    background: #eee;
    border-top: solid 1px #ccc;
    text-align: center;
}

.onecol ul,
#main_content ul {
    margin: 1em 0 .5em 3em;
}

.onecol ul li,
#main_content ul li {
    margin: .25em 0;
}

.onecol table,
#main_content table {
    border-top: solid 1px #aaa;
}

.aside_menu {
    margin: 3em 0 1em 0;
}

.aside_menu ul {
    list-style: none
}

.aside_menu ul a {
    display: block;
    margin-bottom: 1px;
    padding: .5em 1em;
    background: #eee;
    text-decoration: none;
}

.aside_menu ul a:hover {
    background: #e5e5e5;
}

.aside_menu ul li ul{
    display: none;
}

.aside_menu ul li.active ul{
    display: block;
}

.aside_menu ul li.active a {
    color: #880704;
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-left: none;
    border-right: none;
    font-weight: bold;
}


.aside_menu ul li.active li a{
    color: #777;
    padding-left: 20px;
    border-color: #f5f5f5;
    font-weight: normal;
    font-size: .9em;
}

.social {
    margin: 3em 0 0 0;
}

.social_banner {
    height: 60px;
    margin-bottom: .5em;
    x-border: solid 1px red;
}

/* common */


.w33 {
    float: left;
    width: 31%;
    margin: 1%;
}

.w50 {
    float: left;
    width: 48%;
    margin: 1%;
}

.w67 {
    float: left;
    width: 65%;
    margin: 1%;
}

.w50i {
    float: left !important;
    width: 47.5% !important;
    margin: 0 !important;
}

.nomargin{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.minimargin{
    margin: .5em 0 !important;
}

div.input.w33 {
    width: 29%;
}

div.input.w50 {
    width: 46%;
}

div.input.w67 {
    width: 63%;
}

div.input.checkbox input {
    margin: 0 .5em;
}

div.required label {
    background: url(red-star.png) no-repeat center right;
}

div.input.date-my select {
    width: 50%;
}

div.input.date-dmy select {
    width: 31%;
}
div.input.w67.date-dmy select {
    width: 30%;
}
div.input.w50.date-dmy select {
    width: 28.5%;
}
div.input.w33.date-dmy select {
    width: 28%;
}

input.inputable{
    text-align: center;
}
input.percentage{
    background: white url(tpc.png) no-repeat right center;
}

fieldset table td {
    color: #555;
}

fieldset th {
    background: #aaa;
}

fieldset td {
    background: #eee;
}

optgroup option{
    padding-left: 15px;
}

.combo_paises option{
}
.combo_paises optgroup{
    margin-top: 10px;
    color: #555;
}

h4.label {
    margin: 1% 1% 1% 2%;
}

.banner {
    margin: 1em 0;
}

.padded {
    padding: 1em;
}
.w33.padded{
    padding: 0 2%;
    width: 27%;
}

.bg-grey {
    background: #eee;
}

.bg-grey-d {
    background: #ddd;
}

.bg-grey-c {
    background: #ccc;
}

tr.odd td {
    background-image: url('odd.png');
    background-position: bottom center;
    background-repeat: repeat-x;
}

tr.even td {
    background-image: url('even.png');
    background-position: top center;
    background-repeat: repeat-x;
}

dl.hlist{ margin: 0; }
dl.hlist dt{
    float: left;
    width: 28%;
    margin: 0 0 .25em 0;
    padding: 1%;
    color: #333;
    background: #ccc;
}
dl.hlist dd{
    float: left;
    width: 68%;
    margin: 0 0 .25em 0;
    padding: 1%;
    background: #ddd;
}

.mt{
    margin-top: 1em;
}
.md{
    margin-bottom: 3em;
}

hr{
    clear: both;
    padding: 2px;
    margin: 2em 0;
    background: #880704;
    border: none;
}

iframe, object{
    margin: 2em 0;
}

.rounded-left {
    border-radius: 5px 0 0 5px;
}

.rounded-right {
    border-radius: 0 5px 5px 0;
}

.linklist {
    list-style: none;
    margin: 0; padding: 0;
}

.linklist li {
    padding: 5px 0;
    border-bottom: solid 1px #ddd;
}
.linklist li:hover {
    background: #eee;
}

.linklist a {
    padding-left: 26px;
    text-decoration: none;
    background: url(right-grey-arrow-10.png) no-repeat 10px center;
}

.linkprint, .linkedit, .linkdocs{
    padding-left: 20px;
    line-height: 20px;
    text-decoration: none;
}
.linkprint{ background: url(printer.png) no-repeat left center }
.linkedit{ background: url(edit.png) no-repeat left center }
.linkdocs{ background: url(add_pages.png) no-repeat left center }

.btlink {
    padding: 1em;
    color: #eee;
    background: #888 url('even.png') repeat-x top center;
    /*background-image: linear-gradient(bottom, rgb(171,27,27) 0%, rgb(212,51,51) 100%);*/
    border: solid 1px #555;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
.btlink:hover {
    background-color: #999;
}

.btprint,
.btsend,
.btlogout{
    display: block;
    width: 60%;
    margin: 2em auto 1em;
    padding: 60px 1em 1em 1em;
    color: #555;
    background: #ddd;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btprint:hover,
.btsend:hover{
    background-color: #e2e2e2;
}

.btprint{
    background: #ddd url(printer.png.1) no-repeat center 5px;
}
.btsend{
    background: #ddd url(email_send.png) no-repeat center 5px;
}
.btlogout{
    background: #ddd url(user_logout.png) no-repeat center 5px;
}

.foto-element.left{
    float: left;
    margin: 15px 15px 15px 0;
}
.foto-element.right{
    float: right;
    margin: 15px 0 15px 15px;
}

h2 a{
    text-decoration: none;
}

a.feed{
    float: right;
    position: relative;
    top: 5px;
}

.entry-date{
    font-size: .9em;
    color: #aaa;
    float: right;
}
.entry-more{
    text-align: right !important;
}
.entry-more a{
    text-decoration: none;
}

.paging{
    margin-top: 2em;
    font-size: .9em;
    color: #888;
}
#content .paging p{
    text-align: right !important;
}

.entry-neighbors{
    clear: both;
    margin: 2em 0;
}


/* convocatorias */

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

.cnvs_data {
    border: none !important;
}

.cnvs_data td {
    x-height: 96px !important;
    padding: .5em 1em;
    border-bottom: solid 2px white !important;
    text-align: left;

}

.cnvs_data td.fecha {
    padding: 0em;
    text-align: center !important;
}


#content .cnvs_data td.fecha p {
    margin: 0;
    text-align: center;
}

.cnvs_data h4 {
    margin: 0;
    font-size: 1.15em;
}

.cnvs_data h4 a {
    text-decoration: none;
}

.cnvs_data h4 a:hover {
    text-decoration: underline;
}

.cnvs_data .destinatarios {
    margin: 0;
    color: #555;
}

.cnvs_data .strong {
    display: block;
}

.convocatorias .title.dark {
    margin-top: 3em;
    padding: .7em 1em 36px 1em;
    background-image: url(empty-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#content .convocatorias .title.dark h2 {
    color: white;
    background: none;
    border: none;
    text-shadow: #000 -1px -1px 0px;
    letter-spacing: -1px;
}

.cnvs_data td.dark {
    width: 30%;
    x-font-weight: bold;
    text-align: right;
    color: white;
}

.cnvs_patrocinador{
    float: right;
    width: 120px;
    margin-left: 20px;
}
.cnvs_patrocinador img{ width: 100% }

/* colors */

.cnvs_PE .dark {
    background-color: #68745A;
}
.cnvs_PE h4 a {
    color: #68745A;
}
.cnvs_PE li,
.cnvs_PE td {
    background-color: #E9F7DB;
}

.cnvs_PA .dark {
    background-color: #6E767C;
}
.cnvs_PA h4 a {
    color: #6E767C;
}
.cnvs_PA li,
.cnvs_PA td {
    background-color: #E9F0F7;
}

.cnvs_AI .dark {
    background-color: #745A5A;
}
.cnvs_AI h4 a {
    color: #745A5A;
}
.cnvs_AI li,
.cnvs_AI td {
    background-color: #FDE3E3;
}

.cnvs_OC .dark {
    background-color: #806941;
}
.cnvs_OC h4 a {
    color: #806941;
}
.cnvs_OC li,
.cnvs_OC td {
    background-color: #FFECC9;
}

.cnvs_cerradas .dark {
    background-color: #888;
}
.cnvs_cerradas h4 a {
    color: #888;
}
.cnvs_cerradas li,
.cnvs_cerradas td {
    background-color: #ddd;
}

.cerrada{
    margin: 1em 0;
    padding: 1em;
    color: #888;
    background: #ccc;
    border: solid 5px #888;
    text-align: center;
}
.cerrada strong{
    font-size: 2em;
    text-transform: uppercase;
}

.faq{
    padding: 2em 1em 2em 100px;
    background: #ddd url(faq.png) no-repeat  20px center;
    border-radius: 5px;
}
    #content .faq h3{
        margin: 0;
        font-size: 2em;
    }

ul.table_filter{
    margin:0 !important;
    padding: 0;
    list-style: none;
}
ul.table_filter li{
    float: left;
    padding: 1em 1.5em;
    cursor: pointer;
}
ul.table_filter li.dark{
    color: white;
}

tr.entregada td{
    background: #E2FEE2;
}
tr.pendiente td{
    background: #FEE2E2;
}


.bt-solcnv {
    display: block;
    width: 60%;
    margin: 2em auto 1em auto;
    font-weight: bold;
    text-transform: uppercase;
}

.bt-form {
    padding: 7px 5px 5px 25px;
    color: #eee;
    background: #555 url(add.png) no-repeat 5px 9px;
    border-radius: 2px;
    font-size: 1.25em;
    cursor: pointer;
}

.bt-form:hover {
    x-color: #aaa;
    background-color: #666;
    text-decoration: underline;
}

.bt-add {
    background-image: url(add.png);
}

.bt-del {
    background-image: url(delete.png);
}

/* solicitud electrónica */

.solenav {
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
}

.solenav li {
    width: 16.666666%;
    float: left;
}

.solenav a {
    display: block;
    height: 60px;
    padding: 10px;
    color: #888;
    background: #aaa;
    text-align: center;
    text-decoration: none;
}

.solenav a:hover {
    color: #333;
}

.solenav li.activa a {
    color: white;
    background: #880704 url(solenav-prev.png) no-repeat center right;
}
.solenav li.activa-last a {
    color: white;
    background: #880704;
}
.solenav li.next-activa a{
    background: #aaa url(solenav-next.png) no-repeat center left;
}

.solenav li a span.n {
    display: block;
    font-size: 2em;
}

.file-uploaded {
    position: relative;
    margin: .5em 0;
    padding: 1em;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 3px;
}

.file-uploaded .icon {
    margin-right: 1em;
}

.file-uploaded .icon img{
    max-height: 64px;
}

.file-uploaded .name {
    position: relative;
    top: -24px;
}

.file-uploaded .bt-del{
    position: relative;
    top: 32px;
}

/* home */

.home_login {}

.home_login form {
    padding: 10px;
    background: #ddd;
    border-radius: 3px;
}

.home_login h4{
    margin: 0 0 10px 0;
    color: #555;
    border-bottom: solid 1px #ccc;
}

.home_login .input {
    margin: .5em 0;
    text-align: right;
}

.home_login label {
    float: left;
    width: 80px;
    margin: 4px 10px 0 0;
    color: #555;
    text-align: right;
}

.home_login .input input {
    width: 165px;
    font-size: .9em;
}

.home_login .remember {
    text-align: left;
    margin-left: 90px;
}

.home_login .remember input {
    width: 20px;
}

.home_login .remember label {
    float: none;
}

.home_login .submit {
    margin: 8px 0 0 0;
}

.home_login .submit input {
    padding: 5px 10px;
    font-size: 1em;
}

.user-box {
    padding: 1em;
}

.user-box h3 {
    margin-bottom: 0 !important;
    border-bottom: solid 1px #ddd;
}
.user-box ul{
    x-margin-left: 1em;
}

.home_edusa{
    float: left;
    width: 50%;
}

.home_social {
    float: left;
    width: 48%;
    margin: 0 0 0 1%;
}

.home_social .social_banner a{
    text-decoration: none;
}
.home_social .social_banner.row2{
    padding-top: 7px;
}


.home_cnvs{
    margin-top: 1em;
}

.home_cnvs .cnvs_program {
    x-width: 48%;
    x-float: left;
    margin: 1%;
}

.home_blog{
    margin: 2em 0;
}
.home_blog h3{
    border-bottom: solid 1px #ddd;
}
.home_blog_text{
    padding-right: 105px;
    word-wrap: break-word;
}
.home_blog_eeuu .home_blog_text{
    background: url(eeuu_blog.png) no-repeat top right;
}
.home_blog_spain .home_blog_text{
    background: url(spain_blog.png) no-repeat top right;
}


.scrollable{
    position:relative;
    overflow:hidden;
}
    .scrollable .items {
        width: 20000em;
        position: absolute;
    }
    .scrollable .items div{
        float:left;
    }

.slideshow {
    width: 298px;
    height: 240px;
}
    .slideshow .items div{
        width: 298px;
        height: 230px;
        color: white;
        background: #880704;
    }

    #content .slideshow h3{
        color: white;
        width: 130px;
        margin: 0;
        padding: 10px;
        font-size: 1.5em;
    }
    #content .slideshow p{
        width: 130px;
        margin: 0;
        padding: 10px;
        text-align: left;
        font-size: .8em;
    }
    #content .slideshow .foto-becario{
        float: right;
    }