@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);

body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    background-color: #F8F8F8;
    height: 100%;
}

#wrap-header {
    background-image: url(../images/bg-header.png);
    background-repeat: repeat-x;
    height: 160px;
    width: 100%;
}
#header {
    height: 160px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#header #logo {

    width: 340px;

    float: left;
}
#header #fields {
	/* [disabled]    background-image: url(../images/bg-fields-01.png); */
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 335px;
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 10px;
}

#header #fields2 {
    height: 40px;
    width: 335px;
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 5px;
}

#welcome-user{
	font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
	font-size: 190%;
	display: block;
	float: left;
	padding-top: 5px;
	clear: both;
	width: 350px;
}
#update-data a{
	color: #7997A2;
	text-decoration: none;
	float: left;
	width: 100px;
	font-size: 11px;
	background-image: url(../images/ico-update-data.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}
#update-data a:hover {
	color: #00F;
	text-decoration: none;
	/* [disabled]font-size: 12px; */
	background-image: url(../images/ico-update-data.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}
#sign-off a{
	color: #7997A2;
	text-decoration: none;
	float: left;
	width: 100px;
	font-size: 11px;
	background-image: url(../images/ico-log-off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}
#sign-off a:hover {
	color: #00F;
	text-decoration: none;
	/* [disabled]font-size: 12px; */
	background-image: url(../images/ico-log-off.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}

#wrap-header #header #fields2 #loggedon{
	color: #005580
}

#header #tabs {
	width: 500px;
	height: 31px;
	float: right;
	background-image: url(../images/bg-tabs.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 20px;
}
#header #tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#header #tabs ul li {
    float: left;
    padding: 0px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}
#header #tabs ul li a {
	font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
	background-image: url(../images/bg-tab-menu.png);
	display: block;
	height: 30px;
	width: 116px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
    text-shadow: 0 -1px 0 #FCF9EE
    letter-spacing: 1px;
	background-position: center top;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
}	
#header #tabs ul li a:hover {
	background-image: url(../images/bg-tab-menu.png);
	background-repeat: no-repeat;
	color: #FFFFCC;
	text-decoration: none;
	background-position: center bottom;
}	
	
#header #chat {
	/* [disabled]background-color: #C96; */
	/* [disabled]display: block; */
	/* [disabled]height: 35px; */
	/* [disabled]width: 150px; */
	float: right;
	margin-top: 13px;
	/* [disabled]border: 1px dotted #005580; */
	margin-right: 1px;
}



#header #loginbox {
    padding-left: 20px;
}
#header #errologin {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 200px;
	/* [disabled]clear: both; */
	height: 50px;
}
#header #errologin span{
	font-weight: bold;
	color: #CC0000;
}
#header #errologin img{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #errologin p{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 100%;
	font-size: 90%;
	color: #66321A;
}

.loginbox-user {
    font-family: 'Yanone Kaffeesatz', Arial Narrow, sans-serif;
    background-image: url(../images/bg-loginbox-username.png);
    background-repeat: no-repeat;
    height: 31px;
    width: 91px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #939CAA;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 30px;
    padding-top: 2px;
}
.loginbox-pwd {
    background-image: url(../images/bg-loginbox-pwd.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 85px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 28px;
    font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #939CAA;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 0px;
    line-height: 30px;
    padding-top: 2px;
}
.loginbox-button {
    background-image: url(../images/bg-loginbox-button.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 67px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
    font-size: 14px;
    color: #005580;
    font-weight: bold;
    text-transform: uppercase;
    background-position: center center;
    margin: 0px;
    padding: 0px;
}

#header #search {
    float: right;
    width: 164px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.searchbox-field {
    background-image: url(../images/bg-searchbox-field.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 124px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: left;
    background-position: left top;
    padding-left: 10px;
    font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #877F56;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 30px;
}

.searchbox-button {
    background-image: url(../images/bg-searchbox-button.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #F6EFC9;
    float: left;
    text-transform: uppercase;
    font-size: 1px;
}
#slider  {
	height: 250px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#slider2  {
    
    display: block;
    height: 168px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    margin: auto;
    width: 505px;
}

#wrap-header #header #tabs .left {
    float: left;
}
#wrap-header #header #tabs .right {
    float: right;
}



#wrap-content-up {
	background-image: url(../images/bg-content-up.jpg);
	background-repeat: repeat;
	/* [disabled]background-color: #FF0; */
	width: 100%;
	padding-top: 4px;
	height: 100%;
}
#content-up{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-anuncios2.png);
	background-repeat: repeat;
	/* [disabled]position: relative; */
	/* [disabled]top: -8px; */
	height: 100%;
}
#content-up  #servicios{
	float: left;
	width: 760px;
	display: block;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* [disabled]padding-top: 0px; */
	/* [disabled]padding-right: 0px; */
	/* [disabled]padding-bottom: 50px; */
	/* [disabled]padding-left: 0px; */
}
/*#content-up #servicios img {
	float: right;
	height: 150px;
	width: 130px;
}*/



#content-up #servicios  #content{
	width: 570px;
	float: right;
	background-image: url(../images/bg-servicios2.png);
	/* [disabled]padding-top: 20px; */
	/* [disabled]padding-right: 20px; */
	padding-bottom: 60px;
	/* [disabled]padding-left: 20px; */
	height: 100%;
}
#content-up #servicios #content #CONTENT h1 {
    font-family: 'Lato', sans-serif;
    color: #02863D;
    font-size: 24px;
    letter-spacing: -1px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#content-up #servicios #content #CONTENT h2 {
    color: #015681;
    font-weight: normal;
    text-shadow: 1px 1px 3px #8A9DAA;
}
#content-up #servicios #content #CONTENT h3 {
    color: #666;
}
#content-up #servicios #content #CONTENT p {
    color: #666;
}
#content-up #servicios #content #CONTENT pre {
    font-size: 12px;
}
#content-up #servicios #content #CONTENT p em {
    font-family: "Lato", "sans serif";
}
#content-up #servicios #content #CONTENT p code {
    font-size: 12px;
}


#content-up #servicios #breadcrumbs {
	font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
	/* [disabled]background-image: url(../images/bg-servicios.png); */
	/* [disabled]background-repeat: no-repeat; */
	width: 540px;
	float: left;
	padding-left: 23px;
	padding-top: 11px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: dashed; */
	/* [disabled]border-bottom-color: #D6D6D6; */
	padding-bottom: 11px;
	font-size: 16px;
	color: #7997A2;
	text-transform: uppercase;
}
#content-up #servicios #breadcrumbs a {
	text-decoration: none;
	font-size: 16px;
	display: block;
	float: left;
	margin-right: 5px;
	/* [disabled]margin-left: 10px; */
	text-transform: uppercase;
	color: #C0CED3;
}
#content-up #servicios #breadcrumbs a:hover {
    color: #00F;
    text-decoration: underline;
}
#content-up #servicios #breadcrumbs img {
	float: left;
	padding-top: 4px;
	/* [disabled]padding-left: 3px; */
	padding-right: 5px;
}

#article-box {
	width: 570px;
	float: right;
	background-image: url(../images/bg-servicios2.png);

	}
#wrap-content-up #content-up #servicios #content #subportal #sobre-nosotros a img {
	/* [disabled]margin-left: 15px; */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#article-box h1 {
	font-family: 'Lato', sans-serif;
	color: #02863D;
	font-size: 24px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	padding-left: 28px;
	padding-right: 28px;
	}
	
	#article-box h2 {
	color: #005580;
	font-size: 18px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	background-image: url(../images/bg-separator-tiny.png);
	display: block;
	/* [disabled]height: 30px; */
	padding-left: 28px;
	margin-right: 7px;
	margin-left: 2px;
	padding-right: 28px;
	background-repeat: repeat-x;
	background-position: left bottom;
	/* [disabled]line-height: 17px; */
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-weight: normal;
	}
	
	#article-box h3 {
	color: #C63;
	font-size: 16px;
	display: block;
	/* [disabled]height: 30px; */
	font-weight: normal;
	padding-left: 28px; !important
	padding-right: 28px;
	}
	
	#article-box h4 {
	color: #331D00;
	font-size: 14px;
	display: block;
	font-weight: normal;
	padding-left: 28px;
	padding-right: 28px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
	#article-box h5 {
	color: #7997A2;
	font-size: 12px;
	display: block;
	height: 30px;
	font-weight: bold;
	padding-left: 28px;
	padding-right: 28px;
	}	
    #article-box p {
	color: #7997A2;
	font-size: 12px;
	line-height: 18px;
	padding-left: 40px;
	padding-right: 40px;
	}
	
	 #article-box blockquote {
	color: #7997A2;
	font-size: 12px;
	line-height: 18px;
	padding-left: 40px;
	padding-right: 40px;
	border: 1px solid #C6C6D2;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.horarios {	color: #7997A2;
	font-size: 12px;
	line-height: 18px;
		padding-left: 28px;
}
	#article-box img {
	padding-left: 2px;
	padding-bottom: 10px;
	}
	
	#article-box ul {
	padding-right: 50px;
	padding-left: 40px;
	list-style-type: none;
	}

	#article-box li {
	background-image: url(../images/ico-arrow2.png);
	font-size: 12px;
	line-height: 18px;
	color: #40545B;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

	#article-box em {
	color: #7997A2;
	font-family: 'Yanone Kaffeesatz',"Arial Narrow",sans-serif;
	font-style: normal;
	height: 10px;
	margin-left: 30px;
}
	.descargas-pdf {
	color: #BD3E3E;
	text-decoration: none;
		}
	
#videos2 h1 {
	font-family: 'Lato', sans-serif;
	color: #02863D;
	font-size: 24px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#videos2 ul {
	list-style-type: none;
	padding: 0px;
	width: 410px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}	
#videos2 li {
	float: left;
	width: 100px;
	border: 1px solid #E0E0E0;
	background-image: url(../images/bg-downloads-box.png);
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding: 10px;
}
#videos2 a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #00853C;
	font-size: 11px;
	line-height: 15px;
	/* [disabled]width: 15px; */
	/* [disabled]padding-top: 5px; */
}	
#videos2 img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	




#descargas2 h1 {
	font-family: 'Lato', sans-serif;
	color: #02863D;
	font-size: 24px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#descargas2 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}	
#descargas2 li {
	background-image: url(../images/bg-downloads-box.png);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #E0E0E0;
}
#descargas2 a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #00853C;
	font-size: 11px;
	line-height: 15px;
	/* [disabled]width: 15px; */
	/* [disabled]padding-top: 5px; */
}	
#descargas2 img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	

#galerias2 h1 {
	font-family: 'Lato', sans-serif;
	color: #02863D;
	font-size: 24px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#galerias2 ul {
	list-style-type: none;
	padding: 0px;
	width: 410px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}	
#galerias2 li {
	float: left;
	width: 100px;
	border: 1px solid #E0E0E0;
	background-image: url(../images/bg-downloads-box.png);
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding: 10px;
}
#galerias2 a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #00853C;
	font-size: 11px;
	line-height: 15px;
	/* [disabled]width: 15px; */
	/* [disabled]padding-top: 5px; */
}	
#galerias2 img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	










#content-up #anuncios{
	float: right;
	width: 190px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*#anuncios ul {
    margin: 0px;
    list-style-type: none;
    background-image: url(../images/bg-anuncios.png);
    background-repeat: repeat-y;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    clear: both;
}
#anuncios ul li {
    text-align: center;
    border: 1px solid #D6D6D6;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    height: 75px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #CCC;
}*/
#foot-wrap-content-up{
    clear: both;
    background-image: url(../images/separador.png);
    display: block;
    height: 20px;
    background-repeat: no-repeat;
    width: 960px;
    background-position: center;
}
#content-up #deck {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/bg-servicios2.png);
	background-repeat: repeat-y;
	/* [disabled]background-position: center center; */
}
#wrap-content-up #content-up #deck img {
	position: relative;
	top: 16px;
	right: 9px;
}

#wrap-content-down  {
    background-image: url(../images/bg-separator.png);
    background-repeat: repeat-x;
    height: 650px;
    width: 100%;
    background-color: #005580;
}
#wrap-content-down #content-down h2 {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #5AA4D0;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-shadow: 1px 1px 1px #000000;
}

#wrap-content-down #content-down #UIS {
    clear: both;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#wrap-content-down #content-down #UIS ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#wrap-content-down #content-down #UIS ul li {
    float: left;
    margin-right: 10px;
}
#wrap-content-down #media {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
    height: 420px;
}
#wrap-content-down #media #fotos h2 a {
	font-family: 'Lato', sans-serif;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFC;
	font-size: 11.5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 37px;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	background-image: url(../images/ico-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#wrap-content-down #media #fotos h2 a:hover{
	text-decoration: underline;
}

#wrap-content-down #media #fotos {
    width: 370px;
    float: left;
}
#wrap-content-down #media #fotos ul {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#wrap-content-down #media #fotos ul li {
    padding-top: 0px;
    padding-right: 0px;
    /* [disabled]padding-bottom: 10px; */
    /* [disabled]padding-left: 10px; */
    float: left;
}
#wrap-content-down #media #fotos a img   {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002940;
	padding: 0px;
	height: 75px;
	width: 100px;
}

#wrap-content-down #media #videos {
	float: right;
	width: 560px;

}
#wrap-content-down #media #videos h2 a{
	clear: both;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	color: #FFC;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 37px;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	
	background-image: url(../images/ico-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#wrap-content-down #media #videos h2 a:hover{
	text-decoration: underline;
}
#wrap-content-down #media #videos #utube {
	background-color: #003C5F;
	height: 247px;
	width: 350px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002940;
}
#wrap-content-down #media #videos #masvideos {
    width: 200px;
    float: right;
}
#wrap-content-down #media #videos ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#wrap-content-down #media #videos ul li {
    float: left;
}
#wrap-content-down #media #videos ul li a {
    color: #96B9C8;
    text-decoration: none;
    display: block;
    font-size: 90%;
    height: 65px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #00699B;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #003853;
    width: 200px;
    padding-top: 9px;
}
#wrap-content-down #media #videos ul li a:hover {
	background-color: #2F7395;
	color: #FFF;
	text-decoration: underline;
}
#wrap-content-down #media #videos #masvideos a img   {
	float: left;
	margin-right: 10px;
	/* [disabled]margin-top: 5px; */
	margin-bottom: 4px;
	margin-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002940;
}

#wrap-top-footer {
    width: 100%;
    background-image: url(../images/bg-footer-main.gif);
    background-repeat: repeat-x;
    /* [disabled]clear: both; */
    background-color: #00537C;
    /* [disabled]position: relative; */
    /* [disabled]top: -20px; */
    background-position: center -17px;
}
#separador {
    background-image: url(../images/bg-wrap-top-footer-restore.png);
    height: 10px;
    background-position: 0px -54px;
}

#wrap-top-footer #guajira {
	height: 80px;
	/* [disabled]background-image: url(../images/bg-guajira.png); */
	background-repeat: repeat-x;
	width: 960px;
	/* [disabled]border-top-style: none; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-right-color: #C9D4D7; */
	/* [disabled]border-bottom-color: #C9D4D7; */
	border-left-color: #C9D4D7;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
	margin-bottom: 40px;
}
#wrap-top-footer #guajira #comollegar {
    background-image: url(../images/bg-guajira2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 105px;
    position: relative;
    top: -20px;
    padding-left: 130px;
    float: left;
}
#wrap-top-footer #guajira #comollegar ul {
    list-style-type: none;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#wrap-top-footer #guajira #comollegar h3 {
	font-size: 150%;
	font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #005580;
	letter-spacing: 1px;
	font-weight: normal;
}
#wrap-top-footer #guajira #comollegar#enlaces {
    float: left;
    /* [disabled]width: 540px; */
    /* [disabled]padding-left: 80px; */
    /* [disabled]padding-top: 10px; */
}
#wrap-top-footer #guajira #comollegar #enlaces ul{
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /* [disabled]margin-left: 30px; */
}
#wrap-top-footer #guajira #comollegar #enlaces ul li{
    float: left;
    margin: 0px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#wrap-top-footer #guajira #comollegar #enlaces ul li a{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	height: 30px;
	line-height: 28px;
	text-decoration: none;
	width: 130px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	text-shadow: 1px 1px 1px #000000;
	font-weight: bold;
	background-color: #00853C;
}
#wrap-top-footer #guajira #comollegar #enlaces ul li a:hover{
	text-decoration: none;
	color: #E2CE87;
	background-color: #005580;
	position: relative;
	top: -1px;
}

.comollegar-encarro {
    background-color: #E4E3E2;
    background-image: url(../images/ico-comollegar-carro.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 28px;
    width: 35px;
    font-size: 1px;
    color: #E4E3E2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #F2F2E8;
    border-bottom-color: #E3E1C4;
    border-left-color: #F2F2E8;
    float: left;
}
.comollegar-enbus {
    background-color: #E4E3E2;
    background-image: url(../images/ico-comollegar-carro.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 28px;
    width: 35px;
    font-size: 1px;
    color: #E4E3E2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #F2F2E8;
    border-bottom-color: #E3E1C4;
    border-left-color: #F2F2E8;
    float: left;
}


#wrap-top-footer #footer-up {
    width: 960px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    /* [disabled]background-color: #005580; */
    margin-bottom: 20px;
}








#wrap-top-footer #footer-up #footer-katz {
    width: 600px;
    float: right;
}

#wrap-top-footer #footer-up #footer-katz h3  {
    font-family: 'Lato', sans-serif;
    /* [disabled]text-shadow: 1px 1px 1px #000000; */
    color: #008546;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #004365;
    line-height: 15px;
    height: 15px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#wrap-top-footer #footer-up #footer-katz ul {
    margin: 0px;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#wrap-top-footer #footer-up #footer-katz ul li {
    float: left;
    width: 200px;
}
#wrap-top-footer #footer-up #footer-katz ul li a {
    color: #5A8BB4;
    text-decoration: none;
    font-size: 11px;
}

#wrap-top-footer #footer-up #footer-katz ul li a:hover  {
	color: #66321A;
	text-decoration: underline;
}
#wrap-top-footer #footer-up #footer-katz ul li ul li {
    float: none;
    background-image: url(../images/ico-vignete.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

#wrap-top-footer#footer-up a        {
    text-decoration: none;
    color: #CDDDE3;
}



#wrap-top-footer #footer-up #twitter {
    float: left;
    width: 320px;
    height: 170px;
    display: none;
}
#wrap-top-footer #footer-up #twitter h3  {
    font-family: 'Lato', sans-serif;
    color: #508AB1;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 5px;
    padding-left: 32px;
    background-image: url(../images/bg-twitter0.png);
    background-repeat: no-repeat;
    display: block;
    background-position: 0px 5px;
    height: 35px;
    padding-top: 0px;
    padding-right: 0px;
}
#wrap-top-footer #footer-up #twitter p  {
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 40px;
	color: #508AB1;
	font-size: 11px;
	/* [disabled]font-style: normal; */
    /* [disabled]width: 290px; */
    background-image: url(../images/bg-twitter1.png);
	background-repeat: repeat-y;
	/* [disabled]background-position: 0px 0px; */
    /* [disabled]display: block; */
    /* [disabled]font-family: Tahoma, Geneva, sans-serif; */
    margin: 0px;
	padding-bottom: 5px;
}
#wrap-top-footer #footer-up #twitter .quote1 {
    position: relative;
    top: -5px;
    left: -10px;
}

#wrap-top-footer #footer-up #twitter .quote2 {
    padding-left: 10px;
    position: relative;
    top: 10px;
}

#wrap-top-footer #footer-up #twitter ul  {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 33px;
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    background-image: url(../images/bg-twitter6.png);
    display: block;
    background-repeat: no-repeat;
    clear: both;
    background-position: left center;
    /* [disabled]width: 230px; */
    /* [disabled]border-top-width: 1px; */
    /* [disabled]border-top-style: dotted; */
    /* [disabled]border-top-color: #4A85AA; */
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
#wrap-top-footer #footer-up #twitter ul li  {
    float: left;
    margin-right: 10px;
}
#wrap-top-footer #footer-up #twitter ul li a  {
    color: #00A9FF;
    text-decoration: none;
    margin-right: 10px;
    line-height: 40px;
}
#wrap-top-footer #footer-up #twitter ul li a:hover  {
    color: #75D2FF;
}



.follow-us {
    background-image: url(../images/bg-twitter2.png);
    background-repeat: no-repeat;
    display: block;
    padding-left: 40px;
    margin-left: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#wrap-top-footer #footer-up #footer-down{
    clear: both;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-top: 20px;
}
#wrap-top-footer #ubiquenos  {
    float: left;
    width: 285px;
    margin-left: 35px;
    font-size: 110%;
}
#wrap-top-footer #footer-down h3   {
	font-family: 'Lato', sans-serif;
	color: #005580;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
	/* [disabled]text-shadow: 1px 1px 0px #000000; */
}
#wrap-top-footer #ubiquenos address   {
	font-style: normal;
	color: #545429;
	font-size: 12px;/* [disabled]text-shadow: 1px 2px 1px #000000; */
}

#wrap-top-footer #footer-down #footer-logos {
	float: right;
	width: 610px;
	margin-bottom: 30px;
}
#wrap-top-footer #footer-down #footer-logos ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#wrap-top-footer #footer-down #footer-logos ul li {
    float: left;
    margin-right: 20px;
}
#wrap-top-footer  #wrap-bottom-footer{
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    background-image: url(../images/bg-volver-arriba2.png);
    padding-bottom: 50px;
}
#wrap-top-footer #wrap-bottom-footer #bottom-footer{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#wrap-top-footer #wrap-bottom-footer  #hacia-arriba{
    float: left;
    text-align: center;
    display: block;
}
#wrap-top-footer #wrap-bottom-footer #hacia-arriba  a{
	font-family: 'Yanone Kaffeesatz', "Arial Narrow", sans-serif;
	display: block;
	width: 150px;
	height: 50px;
	
	color: #A78D00;
	text-decoration: none;
	font-weight: normal;
	line-height: 50px;
	font-size: 150%;
	text-transform: uppercase;
	background-image: url(../images/bg-volver-arriba.png);
	background-position: center top;
}

#wrap-top-footer #wrap-bottom-footer #hacia-arriba  a:hover{
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
		background-image: url(../images/bg-volver-arriba.png);
	background-position: center bottom;
}

#wrap-top-footer #wrap-bottom-footer  #copyrights{
    clear: none;
    float: right;
    margin-top: 15px;
    color: #7997A2;
}
