@charset "utf-8";
/* CSS Document */
html{
	min-height: 100%;
	height:auto;
}	

@font-face {
    font-family: MySegoe;
    src: url('SEGOEUI.TTF');
    src: url('SEGOEUI.TTF') format('truetype'); /* For non-IE */ 
    }
@font-face {
    font-family: MySegoeSB;
    src: url('SEGUISB.TTF');
    src: url('SEGUISB.TTF') format('truetype'); /* For non-IE */ 
    }
    
body
{
    font-family: Segoe UI, MySegoe;
    letter-spacing: 0.010em;
    word-spacing: 0.025em;
    font-style: normal;
    font-weight: normal; /*font-size:62.5%;*/
    font-size: 13px;
    color: #222;
    border-width: 0 0 0 0;
    border-style: solid;
    padding: 0;
    height: 100%;
    margin: 0;
    background-color: #fff;
}
.texto
{
    color: #333;
}
#slide ul{

	padding:0;
	margin:0;

}
#header #slide{

	margin-top:5px;

	width:640px;

	height:334px;

}

#header #slide ul{

	list-style:none;

}
h1
{
    margin: 2px 15px 5px 5px;
    font-size: 18px;
    color: #FF3706;
    font-weight: bold;
}
h2
{
    margin: 4px 0px 6px 0px;
    color: #0072BC;
    font-size: 16px;
    font-family: Segoe UI Semibold, MySegoeSB;
}
h3{
	font-size:14px;
	}
h4{
	font-size:12px;
	color:#000;
	}
a:link, a:active{
	color:#0072BC;
	text-decoration:none;
	}
a:visited{
	color:#0072BC;
	text-decoration:none;
	}
a:hover
{
    color: #FF3706;
}
.menu a:link, a:active{
	color:#fff;
	text-decoration:none;
	}
.menu a:visited{
	color:#fff;
	text-decoration:none;
	}
.menu a:hover
{
    color: #0072BC;
}
.menu h2
{
    margin: 4px 0px 6px 0px;
    color: #fff;
    font-size: 14px;
}
.menu li
{
    padding: 1px;
    margin: 2px;
    color: #fff;
    list-style-image: url('../icon.png');
    list-style-position: inside;
}
.menuPta a:link, a:active{
	color:#fff;
	text-decoration:none;
	}
.menuPta a:visited{
	color:#fff;
	text-decoration:none;
	}
.menuPta a:hover
{
    color: #FF3706;
}
.menuPta h2
{
    margin: 4px 0px 6px 0px;
    color: #fff;
    font-size: 14px;
}
.menuPta li
{
    padding: 1px;
    margin: 2px;
    color: #fff;
    list-style-image: url('../icon.png');
    list-style-position: inside;
}
.Destacados
{
    background-image: url('../images/fdoNar.png');
    background-repeat: repeat;
}
.DestacadosAlt
{
    background-image: url('../images/fdoAz.png');
    background-repeat: repeat;
}
	.container
{
    width: 960px;
    background-color: #fff;
}
	.footer
{
    background-color: #0072BC;
    color:#fff;
}
.footer a:link, a:active{
	color:#fff;
	text-decoration:none;
	}
.footer a:visited{
	color:#fff;
	text-decoration:none;
	}
.footer a:hover
{
    color: #FF3706;
}

   .valor
{
    background-color: #F0F0F0;
    font-weight: bold;
    color: #0072BC;
    border: 1px none #858585;
    width: 90px;
    text-align: center;
    font-size: 12px;
}
   .propiedad
{
    text-align: left;
    border: 1px none #4A4A4A;
    background-color: #ffffff;
    padding-left: 15px;
    color: #333333;
}
.menu li
{
    padding: 1px;
    margin: 2px;
    list-style-image: url('../icon.png');
    list-style-position: inside;
}

.menuPta li
{
    padding: 1px;
    margin: 2px;
    list-style-image: url('../icon.png');
    list-style-position: inside;
}
.thumb
{
    display: block;
    overflow: hidden;
    width: 200px;
    height: 150px;
}