*{
    padding: 0;
    margin: 0;
}
img, a {
    border: none;
    outline: none;
}
div {
    background-color: inherit;
}
body {
    background-image: url(imagenes/bg-white-pattern.png);
    font-family: 'Open Sans',Arial,Helvetica,Futura,Verdana,sans-serif;
    font-size: 16px;
    overflow-y: scroll;
    min-height:100%; /* PARA FIJAR FOOTER */
    position:relative; /* PARA FIJAR FOOTER */
}
html{
    height:100%; /* PARA FIJAR FOOTER */
}
.estructura {
    width: 960px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0px 24px;
}
.centrado {
    text-align: center;
}
h1 {
    font-size: 1.2rem;
}
h2 {
    font-size: 0.9rem
}
p {
    font-size: 0.75rem;
}


/* ----------------------------------------------------- CABECERA ----------------------------------------------------- */
.barra_sup {
    line-height: 25px;
    background-color: #2b2727;
    border-bottom: solid 1px #515151;
    height: 25px;
    min-width: 1008px;
}
.barra_sup a{
    text-decoration: none;
}
.nav_sup ul {
    font-size: 0px;
}
.nav_sup ul li {
    float: right;
    height: 25px;
}
.nav_sup a {
    height: 25px;
    font-size: 12px;
    width: 20px;
    display: inline-block;
    text-align: center;
    list-style: none;    
}
.boton3:hover {
    background-color: #1a1a1a;
    cursor: pointer;
}
.barra_sup p {
    color: #e5e5e5;
    font-size: 0.6rem;
    float: left;
    display: block;
}


/* ----------------------------------------------------- BOTONERA ----------------------------------------------------- */

.logo_roldan {
    padding-top: 6px;
    float: left;
}

.nav{
    background: #3f3029;
    clear: both;
}

#cssmenu {
    text-align: right;
}

#cssmenu > ul li#responsive-tab {
    display: none;
}

#cssmenu > ul li {
    display: inline-block;
}

#cssmenu > ul li.has-sub {
    position: relative;
    height: 65px;
}

#cssmenu > ul li.has-sub:hover ul {
    display: block;
}

#cssmenu > ul li.has-sub ul {
    display: none;
    position: absolute;
    z-index:10;
    background: #4b3a33;
}

#cssmenu > ul li a {
    /* ESTILOS DE LOS BOTONES DEL MENU */
    display: block;
    text-decoration: none;
    width: 100px;
	font-size: 0.75rem;
	color: #e9e1dd;
    line-height: 85px;
    height: 64px;
    text-align: center;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}

#cssmenu > ul li a:hover {
    background: #4a3a33;
	
}

#cssmenu > ul li.has-sub ul li a{
    /* ESTILOS DE LOS BOTONES DEL SUBMENU */
	font-size: 0.75rem;
    width:180px;
    height:40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

#cssmenu > ul li.has-sub ul li a:hover{
    background: #5a4a43;
}
#cssmenu > ul li.has-sub:hover {
    background-color: #4b3a33;
}


/* ----------------------------------------------------- MAIN ----------------------------------------------------- */
.main {
    padding-bottom: 230px; /* PARA FIJAR FOOTER */
}
.izq {
    margin-left: 30px;
}
.der {
    margin-right: 30px;
    right: 0;
}
.titulo-principal {
    position: relative;
    height: 95px;
    background-color: #58c4bb;
    margin: 15px 0 25px 0;
    overflow: hidden;
}
.texto-titulo-principal {
    position: relative;
    top: 10px;
    left: 20px;
    color: white;
}
.texto-titulo-principal p {
    font-size: 0.9rem;
}
.texto-titulo-principal h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: -5px;
}
form {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 0.75rem;
}
.campo {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 650px;
    border: none;
    background-color: #efefef;
}
.campo-a {
    height: 25px;
}
.campo-b {
    height: 190px;
    overflow-y: scroll;
    resize: none;
}
.bloque-uno {
    height: 427px; /* SEPARAR DEL BLOQUE DOS*/
    margin-bottom: 65px;
}
.lado-izq-a {
    position: relative;
    float: left;
    /* width: 220px;
    height: 400px;
    margin-right: 17px; */
}
.lado-der {
    float: right;
}
.lado-der-t {
    width: 220px;
    background-color: #a3a3a3;
    padding-left: 10px;
    margin-bottom: 10px;    
}
.lado-der-a h1 {
    font-size: 1.2rem;
}
.lado-der-a {
    position: relative;
    height: 390px;
    width: 220px;
    border: solid 5px #ccc;
}
.lado-der-a ul li {
    list-style: none;
    border-bottom: solid 1px #ccc;
    padding: 11px 0 15px 0;
}
.google-map {
    margin-bottom: 10px;
}
.contenedor {
    text-align: center;
    margin-bottom: 50px;
}






/* ----------------------------------------------------- CRONOGRAMA */






/* ----------------------------------------------------- GALERIA TALLER */











/* ----------------------------------------------------- DIRECTORIO */




/* ----------------------------------------------------- VER MAS */
.ver-mas {
    position: absolute;
    bottom: 26px;
    padding: 0 7px;
    text-align: center;
    color: #f79d57;
    font-size: 0.8rem;
    display: block;
    border: solid 2px #f79d57;
    cursor: pointer;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.ver-mas:hover {
    background-color: #f79d57;
    color: white;
}
.ver-mas-b {
    position: absolute;
    bottom: 25px;
    margin-left: 15px;
    padding: 0 7px;
    text-align: center;
    color: #a3a3a3;
    font-size: 0.8rem;
    display: block;
    border: solid 2px #a3a3a3;
    cursor: pointer;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.ver-mas-b:hover {
    background-color: #a3a3a3;
    color: #e8e8e8;
}
.ver-mas-c {
    position: absolute;
    bottom: 25px;
    margin-left: 15px;
    padding: 0 7px;
    text-align: center;
    color: #58c4bb;
    font-size: 0.8rem;
    display: block;
    border: solid 2px #58c4bb;
    cursor: pointer;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.ver-mas-c:hover {
    background-color: #58c4bb;
    color: white;
}


/* ----------------------------------------------------- FOOTER ----------------------------------------------------- */
.footer {
    position:absolute; /* PARA FIJAR FOOTER */
    bottom: 0; /* PARA FIJAR FOOTER */
    left: 0px;
    right: 0px;
    margin: auto;
    
    /*clear: both;*/
    margin-top: 80px;
    background-color: #555;
    border-top: solid 3px #f79d57;
    text-align: center;
    color: #a0a0a0;
    line-height: 140%;
    height: auto;
    min-width: 1008px;
}
.footer p {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 0.6rem;
    font-style: italic;
    line-height: 0.85rem;
}
.footer_border {
    height: 8px;
    background-image: url(imagenes/footerpattern.png);
    background-repeat: repeat-x;
    margin-bottom: 10px;
}
.sub_footer a {
    display: inline-block;
    width: 60px;
    font-size: 0.6rem;
    font-weight: lighter;
    text-decoration: none;
    color: #a3a3a3;
    
}
.sub_footer ul li {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sub_footer ul li::after {
    background: #7e7e7e;
    width: 1px;
    height: 10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.sub_footer ul li:last-child:after {
    display: none;
}