
.cabecera {
    height: 180px;
    background: url('../img/cabecera2.png');
    border-radius: 4px;
}

.cabecera_titulo h1 {
    color: #f4f4f4 !important;
    font-size: 72px !important;
    width: 442px !important;
    padding-bottom:20px;
    border-bottom: 3px solid #f4f4f4;
}

.cabecera_titulo small {
    font-size: 12px !important;
    color: #6e9104 !important;
    text-shadow:2px 2px 3px #000000;

}

.cabecera_titulo {
    padding: 20px;
    position: relative;
    bottom: 120px;
}

.pagina {
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #999999;
    -webkit-box-shadow: 0 0 2px #999999;
    box-shadow: 0 0 2px #999999;
    min-height: 759px;
}

.pagina_header {
    padding:20px;
}

.pagina_header h3 {
    z-index: 10;
}

.pagina_content {
    padding: 20px;
    padding-top: 0px;
}

.pagina_pie {
    padding: 20px;
    padding-top: 0px;
}

.opciones {
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #999999;
    -webkit-box-shadow: 0 0 2px #999999;
    box-shadow: 0 0 2px #999999;
}

.social_networks {
    padding: 10px;
    overflow: auto;
}

.social_networks_header {
    text-align: center;
    font-weight: bold;
    color: #333;
}

.facebook {
    position: relative;
    float: left;
    margin-left: 30px;
    padding-bottom: 10px;
}

.twitter {
    position: relative;
    float: left;
    margin-left: 35px;
    padding-bottom: 10px;

}

.twitter img {
    border-radius: 2px;
}

.facebook img {

}

h3 {
    border-bottom: 2px solid #333;
}

.pie_de_pagina {
    text-align: center;
}

.imagen_profile_neg {
    border: 5px solid white;
    box-shadow: 2px 2px 5px #333333;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

.imagen_profile_pos {
    border: 5px solid white;
    box-shadow: 2px 2px 5px #333333;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

.imagen_profile {
    border: 5px solid white;
    box-shadow: 2px 2px 5px #333333;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

#ticker {
    height: 20px;
    overflow: hidden;
    padding-top: 12px;
}

#ticker li {
    height: 20px;
    margin-bottom: 20px;
    max-width: 780px;
}

.noticias {
    height: 45px;
    background-color: #f9f9f9;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #999999;
    -webkit-box-shadow: 0 0 2px #999999;
    box-shadow: 0 0 2px #999999;
    margin-bottom: 20px;
}

.logomodass {
    position: relative;
    width: 100px;
    left: 350px;
    top: 20px;
}