@font-face {
    font-family: helveticaLT;
    src: url(HelveticaNeueLTStdLtCn.ttf) format('truetype');
}
@font-face {
    font-family: helveticaMD;
    src: url(HelveticaNeueLTStdMdCn.ttf) format('truetype');
}
body {
    font-family: helveticaLT;
    font-size: 17px;
}

.bgMenu {
    background-color: #0094af;
    width: 220px;
    height: 202px;
}

.gris {
    height: 0px;
    background-color: #C0C0C0;
    vertical-align: top;
    text-align: center;
}

.Buscador {
    background-color: #90a2ad;
}

.valor {
    background-color: #0094af;
    font-weight: bold;
    color: #FFFFFF;
    border: solid 1px #858585;
    width: 90px;
    text-align: center;
    font-size: 12px;
}

.propiedad {
    text-align: left;
    border: solid 1px #858585;
    background-color: #ffffff;
    padding-left: 15px;
}

h1 {
    font-family: helveticaMD;
    margin: 8px;
    font-size: 21px;
    color: #0094af;
    font-weight: normal;
        letter-spacing: 1px;
}

h2 {
    font-family: helveticaMD;
    color: #0094af;
    font-size: 19px;
    margin: 6px;
    font-weight: normal;
    letter-spacing: 1px;
}

a {
    color: #0074af;
    text-decoration:none
}

h3 {
    font-family: helveticaMD;
    color: #0094af;
    font-size: 18px;
    margin: 4px;
    font-weight: normal;
    letter-spacing: 1px;
}

h4 {
    font-family: helveticaMD;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    margin: 4px;
    letter-spacing: 1px;
}

.LinkMenu {
    font-family: helveticaMD;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
}

    .LinkMenu:hover {
        color: #90a2ad;
        text-decoration: underline;
    }
/* Easy Slider */

	#slider ul, #slider li{		
        margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:720px;
		height:202px;
		overflow:hidden; 
		}	
/* // Easy Slide/* // Easy Slider */