@font-face {
    font-family: 'Roboto';
    src: url('/main/roboto/roboto-regular-webfont.eot');
    src: url('/main/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/main/roboto/roboto-regular-webfont.woff') format('woff'), url('/main/roboto/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, form {
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif !important;
    margin: 0;
    background-color: #fafafa;
}



#wrapper {
    min-height: 100%;
}

.header {
    display: block;
}

.section {
    overflow: auto;
    padding-bottom: 153px;
}

.footer {
    position: relative;
    margin-top: -153px;
    height: 153px;
    clear: both;
}


/* YouTube Responsive CSS */ 

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ======================== */ 

.hashtagbar{
	width:100%;
	margin: 10px 0 10px 0;
}
.hashtag{
	margin: 0 auto;
	max-width: 1150px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.hashtaglink{
	color: #414141;
	margin: 0 20px;
}
.hashtaglink:hover{
	color: #00a19b;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .hashtagbar {
		margin: 50px 0 20px 0;
    }
}

.margenes{
	padding: 0 15px;
}

@media only screen and (max-width: 1160px) {
    .margenes{
		padding: 0 40px;
	}
}



.botong{
    background-color: #00a09a;
	padding: 25px;
    color: #ffffff;
	font-weight: bold !important;
	line-height: 1.3em !important;
	font-size: 14px;
	text-align: center;
	max-width: 350px;
    margin: 0 auto;
	margin-top: 40px;
	border-radius: 9px;
	border-bottom: 2px solid #06726e;
	transition: all 0.5s ease;
}

.botong:hover{
    cursor: pointer;
    background-color: #06726e;
	text-decoration: none;
	color: #ffffff !important;
}

.botonm{
    background-color: #00a09a;
	padding: 15px 40px;
    color: #ffffff;
	font-weight: bold !important;
	line-height: 1.3em !important;
	font-size: 14px;
	text-align: center;
	max-width: 350px;
    margin: 0 auto;
	margin-top: 40px;
	border-radius: 9px;
	border-bottom: 2px solid #06726e;
	transition: all 0.5s ease;
}

.botonm:hover{
    cursor: pointer;
    background-color: #06726e;
	text-decoration: none;
	color: #ffffff !important;
}



.btn-submenu{
        font-size: 12px;
		margin: 10px 2px;
		color: #FFFFFF;
		background-color: #404042;
		border: 0;
    }
.btn-varela{
	font-size: 0.8rem;
    margin: 10px 10px;
    padding: 20px 10px;    
    width: 160px;
    white-space: normal;
    height: 153px;;
    color: #444;
    background-color: #ddd;
    border-radius: .25rem;
    transition: all 0.5s ease;
}

.btn-varela:hover{
    cursor: pointer;
    background-color: #999999;
}

.btn-varela-icono{
        font-size: 3rem;
		padding-bottom: 10px;
   }
.tramites-combo{
    width: 100%;
    padding: 10px;
    margin: 0 auto;
   }
.sitio {
    position: relative;
}




    .sitio .divabajo {
        height: 185px;
    }

    .sitio .tablaabajo {
        position: absolute;
        bottom: 0;
        height: 185px;
    }

.titulo {
    font-size: 40px;
    font-weight: bold;
    color: #00a19a;
    padding-bottom: 1em;
	line-height: normal;
}

.tituloinicio {
    font-size: 22px;
    font-weight: bold;
    color: #00a19a;
    padding: 0 0 20px 0;
	line-height: normal;
}

@media only screen and (max-width: 1170px) {
 .tituloinicio {
    padding: 0 20px 20px 20px;
    }
}
@media only screen and (max-width: 768px) {
 .tituloinicio {
    padding: 0 20px 20px 20px;
	text-align: center;
    }
}


.contenedor {
    display: block;
    background-color: #FFFFFF;
    padding: 7px;
    border-radius: 3px;
    cursor: default;
    border: solid 1px #cbcbcb;
    box-shadow: 0 0 3px 2px #e5e5e5;
}

.banner {
    background-image: url(/imagenes/bannerfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

        .desplegable{
            margin-top: 5px;
            background-color: #00a09a;
            padding: 5px;
			color: #FFF;
			font-weight: bold;
			}
		.desplegable:hover{
            background-color: #108e8a;
			}
        
        .desplegable .click{
            cursor: pointer;                                
            display: block;
        }
        
        .desplegable .dec{
            float: left;
            display: block;
            padding: 3px;
        }
        
        .desplegable a{
            text-decoration: none;
            color: #333;
			line-height: 18px;
        }
        
        .desplegable .cant{
            float: right;
            display: block;
            padding: 3px 8px;
            background-color: #fff;
        }
        
        .desplegable ul{
            margin: 2px;
            padding: 0 0 0 5px;
            list-style-type: none;
        }                                
        .desplegable ul a{ color: #aaa; }
        .desplegable:hover ul a{ color: #fff; }
        .desplegable ul a:hover{ color: #eee; }


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.izquierda {
    background-color: #ebf4df;
}

.derecha {
    background-color: #ebf4df;
}

.medio {
    background-color: #FFFFFF;
}

a {
    outline: none;
}

.tabla {
    background-color: #F2F1DB;
}

table.textos1gris tbody tr td {
    border: solid 1px #ffffff
}

.fondocentro {
    background-image: url(/imagenes/fondocentro.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #CCD9CB;
}

.tram {
    FONT-WEIGHT: normal;
    font-size: 10px;
    color: #333;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 5px;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
}

    .tram:hover {
        background-color: #FFF;
    }

.textos1blanco {
    FONT-WEIGHT: normal;
    FONT-SIZE: 75%;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
}

.textos2blanco {
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2blancobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3blanco {
    FONT-WEIGHT: normal;
    FONT-SIZE: 95%;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3blancobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.error {
    FONT-SIZE: 75%;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: Maroon;
}

.categoryitems2 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 75%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    TEXT-ALIGN: justify
}

.textos1gris {
    FONT-SIZE: 75%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.textos1gris:hover {
    COLOR: #333333;
    TEXT-DECORATION: none
}

.abajo {
    FONT-WEIGHT: normal;
    FONT-SIZE: 60%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.linkblancoabajo {
    FONT-WEIGHT: normal;
    COLOR: #FFF;
	text-decoration: none;
}
.linkblancoabajo {
    COLOR: #FFF !important;
    text-decorartion: underline;
}
.linkmailabajo {
    FONT-WEIGHT: normal;
    COLOR: #00a19a;
	text-decoration: none;
}
.linkmailabajo {
    COLOR: #00a19a !important;
    text-decorartion: underline;
}
.linkverdeabajo {
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.4em;
    COLOR: #00a19a !important;
	text-decoration: none;
}
.linkverdeabajo {
    COLOR: #F00a19aFF !important;
    text-decorartion: underline;
}

.textos2gris {
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2grischico {
    FONT-WEIGHT: normal;
    FONT-SIZE: 60%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2grisbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
}

.textos1blancoagenda {
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
}

.textos2grisboldagenda {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #333333;
    text-transform: capitalize;
}

    .textos2grisboldagenda A:link {
        color: #333333;
        text-decoration: none;
    }

    .textos2grisboldagenda A:visited {
        color: #333333;
        text-decoration: none;
    }

    .textos2grisboldagenda A:active {
        color: #333333;
        text-decoration: none;
    }

    .textos2grisboldagenda A:hover {
        color: #333333;
        text-decoration: underline;
    }

.textos3grisboldagenda {
    FONT-WEIGHT: bold;
    FONT-SIZE: 55%;
    COLOR: #333333;
    text-decoration: none;
}

    .textos3grisboldagenda A:link {
        color: #333333;
        text-decoration: none;
    }

    .textos3grisboldagenda A:visited {
        color: #333333;
        text-decoration: none;
    }

    .textos3grisboldagenda A:active {
        color: #333333;
        text-decoration: none;
    }

    .textos3grisboldagenda A:hover {
        color: #333333;
        text-decoration: underline;
    }

.textos3gris {
    FONT-WEIGHT: normal;
    FONT-SIZE: 95%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3grisbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #333333;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos1negro {
    FONT-WEIGHT: normal;
    FONT-SIZE: 60%;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}


.textos1negroagenda {
    FONT-SIZE: 75%;
    COLOR: #000000;
}

    .textos1negroagenda A:link {
        color: #000000;
        text-decoration: none;
    }

    .textos1negroagenda A:visited {
        color: #000000;
        text-decoration: none;
    }

    .textos1negroagenda A:active {
        color: #000000;
        text-decoration: none;
    }

    .textos1negroagenda A:hover {
        color: #000000;
        text-decoration: underline;
    }

.textos1negroboldagenda {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #000000;
}

    .textos1negroboldagenda A:link {
        color: #000000;
        text-decoration: underline;
    }

    .textos1negroboldagenda A:visited {
        color: #000000;
        text-decoration: underline;
    }

    .textos1negroboldagenda A:active {
        color: #000000;
        text-decoration: underline;
    }

    .textos1negroboldagenda A:hover {
        color: #000000;
        text-decoration: underline;
    }

.textos2negro {
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2negrobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3negro {
    FONT-WEIGHT: normal;
    FONT-SIZE: 95%;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3negrobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos1verdeoscuro {
    FONT-WEIGHT: normal;
    FONT-SIZE: 60%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2verdeoscuro {
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2verdeoscurobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3verdeoscurobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 160%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3verdeclaro {
    FONT-WEIGHT: normal;
    FONT-SIZE: 95%;
    COLOR: #eaeac1;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3verdeclarobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #eaeac1;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos1verdemedio {
    FONT-WEIGHT: normal;
    FONT-SIZE: 60%;
    COLOR: #cccd67;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2verdemedio {
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #cccd67;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2verdemediobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #cccd67;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3verdemedio {
    FONT-WEIGHT: normal;
    FONT-SIZE: 95%;
    COLOR: #cccd67;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3verdemediobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #cccd67;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos3verdeoscurobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2violeta {
    font-size: 80%;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #8C739B;
}

.textos2violetabold {
    FONT-SIZE: 75%;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #8C739B;
}

.textos2azul {
    font-size: 80%;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #638199;
}

.textos2azulbold {
    FONT-SIZE: 75%;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #638199;
}

.textos2naranja {
    font-size: 80%;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
}

.textos2naranjabold {
    FONT-SIZE: 75%;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #333333;
}

.textos2rojobold {
    FONT-SIZE: 75%;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: Maroon;
}

.link1blanco {
    FONT-SIZE: 60%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.link1blanco:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}

.link2blanco {
    FONT-SIZE: 80%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.link2blanco:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}

.link2blancobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.link2blancobold:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}

.link1negro {
    FONT-SIZE: 60%;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A.link1negro:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.link1negrobold {
    FONT-SIZE: 60%;
    COLOR: #000000;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
}

A.link1negrobold:hover {
    COLOR: #000000;
    TEXT-DECORATION: underlineŃ
}

.link2negro {
    FONT-SIZE: 80%;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A.link2negro:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.link2negrobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A.link2negrobold:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.link1gris {
    FONT-SIZE: 60%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.link1gris:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.link1gris0 {
    FONT-SIZE: 60%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.link1gris0:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.link2grisunder {
    FONT-SIZE: 12px;
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.link2gris {
    FONT-SIZE: 12px;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.link2gris:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.verdelink {
    COLOR: #93bb0c;
    TEXT-DECORATION: none
}

A.verdelink:hover {
    COLOR: #93bb0c;
    TEXT-DECORATION: underline
}

.blancoseccion {
    FONT-SIZE: 15px;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}

A.blancoseccion:hover {
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}

.link2grisbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.link2grisbold:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.link1verdeoscuro {
    FONT-SIZE: 60%;
    COLOR: #689162;
    tex TEXT-DECORATION: none
}

A.link1verdeoscuro:hover {
    COLOR: #689162;
    TEXT-DECORATION: underline
}

.notitas {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    FONT-SIZE: 70%;
    COLOR: #424341;
    TEXT-DECORATION: none;
    FONT-WEIGHT: none;
    display: block;
}

    .notitas:hover {
        background: #eee;
    }

.link1verdeoscurobold {
    FONT-SIZE: 60%;
    COLOR: #689162;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
}

A.link1verdeoscuro:hover {
    COLOR: #689162;
    TEXT-DECORATION: underline;
}

.link2verdeoscuro {
    FONT-SIZE: 80%;
    COLOR: #689162;
    TEXT-DECORATION: none
}

A.link2verdeoscuro:hover {
    COLOR: #689162;
    TEXT-DECORATION: underline
}

.link2verdeoscuroturismo {
    FONT-SIZE: 75%;
    COLOR: #689162;
    TEXT-DECORATION: none
}

A.link2verdeoscuroturismo:hover {
    COLOR: #689162;
    TEXT-DECORATION: underline
}

.ultimasnot {
    font-family: Lucida Sans Unicode;
    FONT-WEIGHT: bold;
    FONT-SIZE: 85%;
    COLOR: #424341;
    TEXT-DECORATION: none
}

A.ultimasnot:hover {
    COLOR: #424341;
    TEXT-DECORATION: underline
}

.link2verdeoscurobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #689162;
    TEXT-DECORATION: none
}

A.link2verdeoscurobold:hover {
    COLOR: #689162;
    TEXT-DECORATION: underline
}

.link1violeta {
    FONT-SIZE: 60%;
    COLOR: #8C739B;
    TEXT-DECORATION: none
}

A.link1violeta:hover {
    COLOR: #8C739B;
    TEXT-DECORATION: underline
}

.link2violeta {
    FONT-SIZE: 80%;
    COLOR: #8C739B;
    TEXT-DECORATION: none
}

A.link2violeta:hover {
    COLOR: #8C739B;
    TEXT-DECORATION: underline
}

.link2violetabold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #8C739B;
    TEXT-DECORATION: none
}

A.link2violetabold:hover {
    COLOR: #8C739B;
    TEXT-DECORATION: underline
}

.link1azul {
    FONT-SIZE: 60%;
    COLOR: #638199;
    TEXT-DECORATION: none
}

A.link1azul:hover {
    COLOR: #638199;
    TEXT-DECORATION: underline
}

.link2azul {
    FONT-SIZE: 80%;
    COLOR: #638199;
    TEXT-DECORATION: none
}

A.link2azul:hover {
    COLOR: #638199;
    TEXT-DECORATION: underline
}

.link2azulbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #638199;
    TEXT-DECORATION: none
}

A.link2azulbold:hover {
    COLOR: #638199;
    TEXT-DECORATION: underline
}

.link3azulbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 90%;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A.link3azulbold:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.link1naranja {
    FONT-SIZE: 60%;
    COLOR: #BF8A3E;
    TEXT-DECORATION: none
}

A.link1naranja:hover {
    COLOR: #BF8A3E;
    TEXT-DECORATION: underline
}

.link2naranja {
    FONT-SIZE: 80%;
    COLOR: #BF8A3E;
    TEXT-DECORATION: none
}

A.link2naranja:hover {
    COLOR: #BF8A3E;
    TEXT-DECORATION: underline
}

.link2naranjabold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.link2naranjabold:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.link2rojobold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: Maroon;
    TEXT-DECORATION: none
}

A.link2rojobold:hover {
    COLOR: Maroon;
    TEXT-DECORATION: underline
}

.camposfondogrande {
    background-color: transparent !important;
    background-image: url(/imagenes/camposfondogrande.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 10pt;
    width: 585px !important;
    height: 138px !important;
    border: none !important;
    padding: 4px !important;
    resize: none !important;
}

.camposfondogrande2 {
    background-color: #FFFFFF !important;
    background-image: url(/imagenes/camposfondogrande.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 10pt;
    width: 585px !important;
    height: 138px !important;
    border: none !important;
    padding: 4px !important;
    resize: none !important;
}

.camposfondo {
    background-color: transparent !important;
    background-image: url(/imagenes/camposfondo.png) !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    font-size: 10pt;
    width: 164px !important;
    height: 28px !important;
    border: none !important;
    vertical-align: middle;
}

div.camposfondo {
    padding: 5px 0 !important;
}

.camposfondo2 {
    background-color: #FFFFFF !important;
    background-image: url(/imagenes/camposfondo.png) !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    font-size: 10pt;
    width: 164px !important;
    height: 28px !important;
    border: none !important;
    vertical-align: middle;
}

div.camposfondo2 {
    padding: 5px 0 !important;
}

.campos {
    COLOR: #689162;
    BACKGROUND-COLOR: #fff;
    border: solid 1px #666;
}

.camposchicos {
    width: 80px;
    FONT: 60% Arial;
    COLOR: #689162;
    BACKGROUND-COLOR: #ffffff
}

.camposchiquitos {
    width: 70px;
    FONT: 60% Arial;
    COLOR: #689162;
    BACKGROUND-COLOR: #ffffff
}

.lupa {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: absolute;
    width: 29px;
    height: 29px;
    margin-left: -29px;
    background: url('/imagenes/lupa.png') no-repeat center top;
}

input.lupa:active {
    background-position: center bottom;
}

.boton {
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #689162;
    FONT-VARIANT: normal;
    border: solid 1px #333;
}

.botonchico {
    border: none;
    background-color: Transparent;
    background-image: url(/imagenes/entrar.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-shadow: #fff 1px 1px 1px;
    width: 61px;
    height: 25px;
}

input.botonchico:active {
    background-position: center bottom;
}

.botonentrar {
    border: none;
    background-color: Transparent;
    background-image: url(/imagenes/entrarg.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-shadow: #fff 1px 1px 1px;
    width: 180px;
    height: 25px;
}

input.botonentrar:active {
    background-position: center bottom;
}

.botongrande {
    border: none;
    background-color: Transparent;
    background-image: url(/imagenes/entrarcv.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-shadow: #fff 1px 1px 1px;
    width: 200px;
    height: 25px;
}

input.botongrande:active {
    background-position: center bottom;
}

.botondtg {
    border: solid 1px #333;
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #689162;
    FONT-VARIANT: normal
}

.botonazul {
    FONT-WEIGHT: normal;
    FONT-SIZE: 60%;
    COLOR: #ffffff;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #61839C;
    FONT-VARIANT: normal
}

.botonimprimir {
    BACKGROUND-COLOR: #9d5f60;
    background-image: url(/usuarios/botones/imprimir.jpg);
}

.botonrecibos {
    BACKGROUND-COLOR: #9d5f60;
    background-image: url(/usuarios/botones/recibos.jpg);
}

.botonsolicitar {
    BACKGROUND-COLOR: #9d5f60;
    background-image: url(/usuarios/botones/solicitar.jpg);
}

.unselected0 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.unselected0:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.selected0 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.selected0:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.menu0 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.menu0:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}

.unmenu0 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.unmenu0:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}

.menu1 {
    FONT-SIZE: 60%;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A.menu1:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.unmenu1 {
    FONT-SIZE: 60%;
    COLOR: #000000;
    TEXT-DECORATION: none
}

A.unmenu1:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.menu2 {
    FONT-SIZE: 60%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.menu2:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline
}

.unmenu2 {
    FONT-SIZE: 60%;
    COLOR: #333333;
    TEXT-DECORATION: none
}

A.unmenu2:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline;
}

a.linkseguridad {
    list-style: none;
    height: 103px;
    vertical-align: top;
}

    a.linkseguridad div.item {
        background-position: center top;
        cursor: pointer;
    }

    a.linkseguridad:hover div.item {
        background-position: center bottom !important;
    }

    a.linkseguridad div.arrow {
        margin: 0 auto;
        width: 20px;
        height: 8px;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    a.linkseguridad:hover div.arrow {
        background-image: url(/institucion/imagenes/over.png);
    }

.segcont {
    display: none;
    width: 100%;
}


.textostituloseccion1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
}

.textostituloseccion2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #957A65;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
}

.textostituloseccion3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #8C739B;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
}

.textostituloseccion4 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #628299;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2violetabold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #8C739B;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2azulbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #638199;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.textos2naranjabold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 75%;
    COLOR: #BF8A3E;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

.pieverdeoscurobold {
    font-size: 75%;
    text-decoration: none;
    font-weight: bold;
}

    .pieverdeoscurobold A:link {
        color: 689162;
        text-decoration: none;
    }

    .pieverdeoscurobold A:hover {
        color: 689162;
        text-decoration: none;
    }

    .pieverdeoscurobold A:active {
        font-size: 75%;
        color: 689162;
        text-decoration: none;
        font-weight: bold;
    }

    .pieverdeoscurobold A:visited {
        color: 689162;
        text-decoration: none;
    }

.pievioletabold {
    font-size: 75%;
    text-decoration: none;
    font-weight: bold;
}

    .pievioletabold A:link {
        color: 8C739B;
        text-decoration: none;
    }

    .pievioletabold A:hover {
        color: 8C739B;
        text-decoration: none;
    }

    .pievioletabold A:active {
        font-size: 75%;
        color: 8C739B;
        text-decoration: none;
        font-weight: bold;
    }

    .pievioletabold A:visited {
        color: 8C739B;
        text-decoration: none;
    }

.pieazulbold {
    font-size: 75%;
    text-decoration: none;
    font-weight: bold;
}

    .pieazulbold A:link {
        color: 638199;
        text-decoration: none;
    }

    .pieazulbold A:hover {
        color: 638199;
        text-decoration: none;
    }

    .pieazulbold A:active {
        font-size: 75%;
        color: 638199;
        text-decoration: none;
        font-weight: bold;
    }

    .pieazulbold A:visited {
        color: 638199;
        text-decoration: none;
    }

.pienaranjabold {
    font-size: 75%;
    text-decoration: none;
    font-weight: bold;
}

    .pienaranjabold A:link {
        color: BF8A3E;
        text-decoration: none;
    }

    .pienaranjabold A:hover {
        color: BF8A3E;
        text-decoration: none;
    }

    .pienaranjabold A:active {
        font-size: 75%;
        color: BF8A3E;
        text-decoration: none;
        font-weight: bold;
    }

    .pienaranjabold A:visited {
        color: BF8A3E;
        text-decoration: none;
    }

.pierojobold {
    font-size: 75%;
    text-decoration: none;
    font-weight: bold;
}

    .pierojobold A:link {
        color: Maroon;
        text-decoration: none;
    }

    .pierojobold A:hover {
        color: Maroon;
        text-decoration: none;
    }

    .pierojobold A:active {
        font-size: 75%;
        color: Maroon;
        text-decoration: none;
        font-weight: bold;
    }

    .pierojobold A:visited {
        color: Maroon;
        text-decoration: none;
    }

tr.textos2negrobold td a {
    display: inline;
    font-size: 12px;
}

tr.textos2negrobold td span {
    font-size: 12px;
}

tr.textos2negrobold td a:hover {
    background: none;
}

a.linkseguridad {
    list-style: none;
    height: 103px;
    vertical-align: top;
}

    a.linkseguridad div.item {
        background-position: center top;
        cursor: pointer;
    }

    a.linkseguridad:hover div.item {
        background-position: center bottom !important;
    }

div.arrow {
    float: left;
    margin-left: 29px;
    width: 20px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(/institucion/imagenes/selecc.png);
}

.segcont {
    float: left;
    display: none;
    width: 410px !important;
}

.context {
    height: 266px;
    background: #fff;
    width: 410px;
    overflow: hidden;
}

.dtgheader {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #526b51;
}

.dtgitem {
    font-size: 10px;
    color: #000;
    background: #fff;
}

.dtgalter {
    font-size: 10px;
    color: #000;
    background: #fefefe;
}

.dtgfooter {
    font-size: 10px;
    color: #fff;
    background: #97a496;
}

/* MAIL */

#directorio {
    background: #fff;
    border: solid 2px #000;
    margin: 10px;
    padding: 10px;
}

    #directorio div {
        text-align: left;
    }

    #directorio a {
        cursor: pointer;
    }

    #directorio img {
        height: 20px;
        display: block;
        float: left;
    }

    #directorio span {
        font-size: 10px;
    }

.tituloverde {
    font-weight: bold;
    color: #308345;
    font-size: 13px;
}

.textoverde {
    color: #74aa7f;
    font-size: 11px;
}

.linkverde a {
    font-weight: bold;
    color: #308345;
    font-size: 12px;
    text-decoration: none;
}

.masnoticias {
    border: none;
    background-color: Transparent;
    width: 132px;
    height: 12px;
    background-image: url(/imagenes/botonvermasnoticias.png);
    cursor: pointer;
}

.menosnoticias {
    border: none;
    background-color: Transparent;
    width: 132px;
    height: 12px;
    background-image: url(/imagenes/botonvermenosnoticias.png);
    cursor: pointer;
}

.textossecretarias {
    font-size: 12px;
    color: #10381d;
    text-decoration: none
}

.linkunsel {
    FONT-WEIGHT: bold;
    FONT-SIZE: 60%;
    COLOR: #689162;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    text-decoration: none;
    text-align: center
}

.linksel {
    FONT-WEIGHT: bold;
    FONT-SIZE: 60%;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    text-align: center
}



.globulito {
    display: block;
    background: #999;
    border-radius: 8px;
    border: solid 1px #fff;
    width: 14px !important;
    height: 14px !important;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.5);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3));
}

.globulito {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3));
}

    .globulito:hover {
        background: #aaa;
    }

    .globulito.selected {
        background: #9c0;
    }


input[type="text"], select, textarea {
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    border: solid 1px #bbb;
    border-radius: 2px;
    padding: 3px;
    margin: 0;
    box-shadow: inset -1px 1px 2px 0 rgba(0,0,0,0.2);
    outline: 0;
	border-radius: 4px;
	padding: 8px;
}

    input[type="text"]:not(:disabled):hover, select:not(:disabled):hover, textarea:not(:disabled):hover {
        border: solid 1px #666;
        color: #333;
    }

    input[type="text"]:focus, select:focus, textarea:focus {
        color: #000;
        box-shadow: none;
        border: solid 1px #00a19a !important;
    }

/* SCROLL */

.scroll {
    display: inline-block;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track {
    background-color: rgba(153,153,153,0.2);
    border-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
    border-color: rgba(0,0,0,0);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(153,153,153,0.4);
    }



/* Prensa */
.boxgrid {
    width: 330px;
    height: auto;
    /*margin-top:10px;
                float:left;
                background:#646464;
                border: solid 2px #8399AF;*/
    overflow: hidden;
    position: relative;
}

.boxcaption {
    float: left;
    position: absolute;
    background: #768f3e;
    display: table;
    overflow: hidden;
    color: #FFF;
    height: 190px;
    width: 100%;
    opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


.captionfull .boxcaption {
    top: 350;
    left: 0;
}

.caption .boxcaption {
    top: 350;
    left: 0;
}

.nota2 {
    padding-top: 30px;
    overflow: hidden;
    height: auto;
    width: 100%;
    /*width: 450px;*/
    font-size: 14px;
    position: relative;
}

.nota {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 0 23px 0 0;
    height: auto;
    width: 100%;
    min-width: 200px;
    /*width: 450px;*/
    font-size: 14px;
    position: relative;
}

    .nota:nth-child(even) {
        float: left;
    }

    .nota:nth-child(odd) {
        float: right;
    }

    .nota.principal:nth-child(even) {
        clear: left;
    }

    .nota.principal:nth-child(odd) {
        clear: right;
    }

.nota-expand {
    text-align: center;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    background: #ddd;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
}

.nota:hover .nota-expand {
    display: block;
}

.nota-expand:hover {
    color: #fff;
    background: #333;
}

/*.nota-imagen {
    background-color: #eeeeee;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    display: block;

}*/

    .nota-imagen img {
        width: 100%;
        height: auto;
        display: block;
    }
/*.principal .nota-imagen,
            .principal .nota-imagen img{
                height: auto;
				overflow: hidden;
                width: 100%;
                display: block;
                margin:0px auto;
                
            }*/
/*.nota-titulo {
    text-decoration: none;
    color: #00a19a;
    font-size: 18px;
}*/

    .nota-titulo:hover {
        text-decoration: none;
        color: #000000;
        -webkit-transition: color 1s ease-out;
        -moz-transition: color 1s ease-out;
        -o-transition: color 1s ease-out;
        transition: color 1s ease-out;
    }

.nota-fecha {
    color: #b4b4b4;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
}

.nota-copete {
    font-weight: normal;
    color: #333333;
    text-align: left;
	line-height: 22px;
}

.contenedorPrincipal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    font-weight: bold;
}

.principal {
    min-width: 200px;
    width: 40%;
    margin-top: 10px auto;
    height: auto;
}

.turismo-imagen {
    background-color: #eeeeee;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    display: block;
    border-radius: 4px 4px 0 0;
}
.turismo-back {
    background-color: #00a19a;
    color: #FFF;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.turismo-hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: none;
   border-bottom: 1px solid #ffffff;
}


.nota-imagen {
    background-color: #eeeeee;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    display: block;
    border-radius: 4px;
}

.nota-titulo {
    text-decoration: none;
    color: #00a19a;
    font-size: 18px;
}

.contenedorPrincipal {
    font-weight: bold;
}

.nota-copete {
    line-height: 18px;
}

/* Estilos Nuevos Prensa */

.textLastNotes {
    background-color: #22BCB9;
    color: white;
    font-weight: bold;
    padding: 1% 0;
    font-size: 120%;
    text-align: center;
    margin-bottom: 15px;
}

.ultimasNotasPrensa {
    color: black;
    font-size: 80%;
}

    .ultimasNotasPrensa:hover {
        text-decoration: none;
        color: #22BCB9;
    }

.notaPrensaNew {
    margin: 10px 0;
}

@media only screen and (min-width: 992px) {
    .textLastNotesContainer {
        margin-top: 40px;
    }
}

/* Estilos Default */
/*
.stylecontainerNotas {
    height: 300px;
}

.styleimgNotas {
    max-width: 300px;
    width: 100%;
}

.stylecontainerVerMas {
    max-width: 300px;
    width: 100%;
    height: 100%;
    max-height: 300px;
}
*/

@media only screen and (max-width: 768px) {
    div.containerDivNewNav {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    div.containerDivNewNav {
        display: block;
    }
}