@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,300italic,400italic,700italic);

@font-face {
    font-family: '3dumbregular';
    src: url('fuentes/3dumb-webfont.eot');
    src: url('fuentes/3dumb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/3dumb-webfont.woff2') format('woff2'),
         url('fuentes/3dumb-webfont.woff') format('woff'),
         url('fuentes/3dumb-webfont.ttf') format('truetype'),
         url('fuentes/3dumb-webfont.svg#3dumbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #eaf0f0;
    margin: 0;
    margin-top: -10;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


header {
    background-color: #cadbdb;
    width: 100%;
    min-width: 900px;
    position: fixed;
    padding: 0.5em 0 0 0;
    z-index: 999999999999;
}

h1.dumb {
    font-family: '3dumbregular';
    font-size: 50pt;
    text-align: center;
    line-height: 54pt;
    padding: 20px;
    border: 10 dashed pink;
}

nav {
    clear: both;
    background-color: #444e4e;
}

nav ul {
    margin: 0 auto;
    margin-right: 30px;
/*    position: relative;*/
    text-align: center;
}

nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-right: 0.5em;
}

nav ul li:hover {
    background-color: #11c7c0;
}

nav ul li:active {
    background-color: #ea1740;
}

nav ul li a {
    text-decoration: none;
    color: #eaf0f0;
}

nav ul li a:hover {
    color: #444e4e;
    font-weight: 400;
}

header .titulo {
    width: 100%;
    text-align: center;
/*    display: inline-block;*/
    padding: 0.2em 0 0.2em 0.2em;
}

header .titulo h1 {
    padding-top: 0.2em;
    font-size: 20pt;
    font-weight: 400;
    margin-right: 50px;
}

header .titulo img {
    float: left;
    margin-right: 0.5em;
    padding: inherit;
}

.main {
    position: relative;
    top: 10em;
    line-height: 1.5em;
}

.main a {
    text-decoration: none;
    color: #11c7c0;
    font-weight: 400;
}

.main a:hover {
    color: #ea1740;
}

.main article {
    clear: both;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.main .cool {
    max-width: 1200px;
}

.main article .el-arroz {
    margin: 0 auto 1em 1em;
    margin-bottom: 1em;
    position: relative;
    text-align: center;
}

.main article .contenidos {
    position: relative;
/*    top: 1em;*/
}

.main article .contenidos .info {
    width: 100%;
    background-color: #ffffff;
    padding: 1em 0 1em 0;
    clear: both;
}

.main article.cool .contenidos .info {
    width: 720px;
    float: left;
    clear: left;
}

.main article .contenidos .info .texto {
    padding: 0 2em 0 2em;
}

.main article .contenidos .info ul {
    position: relative;
    clear: both;
    top: 10px;
    padding: 0 0 1em 0;
}

.main article .contenidos .info .propuesta {
    height: 48px;
    background-color: #ea1740;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

.main article .contenidos .info .propuesta a {
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.main article h2 {
    color: #ea1740;
    padding-bottom: 0.5em;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f2bec8;
}

.main article h3 {
    padding-bottom: 0.5em;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cadbdb;
}

.main article .contenidos .info ul li {
    list-style: none;
    margin-bottom: 0.5em;
}

.main article .contenidos .arroz-multi {
    float: right;
    clear: right;
    width: auto;
/*    padding: 0 0 0.2em;*/
    left: 0.5em;
}

.main article .contenidos .arroz-multi .arroz {
    margin-bottom: 0.2em;
}

.main article .contenidos .info ul#autoridades-uba {
    position: relative;
    top: -0.3em;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cadbdb;
}

.main article .contenidos .info ul#autoridades-uba li {
    display: inline-block;
    margin-right: 2em;
    color: #8fa0a0;
    font-weight: 300;
}

.main article .contenidos .info ul#autoridades-uba strong {
    font-weight: 700;
}


.panel img{
    width: 100%;
}



.main footer {
    box-sizing: border-box;
    max-width: 800px;
    position: relative;
    top: 2em;
    clear: both;
    background-color: #cadbdb;
    margin: 0 auto;
    padding: 1em;
}

.main footer p {
    color: #677e7e;
    padding: 0 1em 0 1em;
    font-size: 10pt;
}
