@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Gotham-Thin";
    src: url(../font/Gotham/Gotham-Thin.ttf) format("truetype");
}
@font-face{
 font-family: "Gotham-Medium";
    src: url(../font/Gotham/Gotham-Medium.ttf) format("truetype");    
}
@font-face{
 font-family: "Gotham-Book";
    src: url(../font/Gotham/Gotham-Book.ttf) format("truetype");    
}
@font-face{
 font-family: "Gotham-XLight";
    src: url(../font/Gotham/Gotham-XLight.ttf) format("truetype");    
}

@font-face{
 font-family: "Gotham-Bold";
    src: url(../font/Gotham/Gotham-Bold.ttf) format("truetype");    
}

@font-face{
 font-family: "Lucida-Grande";
    src: url(../font/LucidaGrande/LucidaGrande.ttf) format("truetype");    
}

.boldtext{
	font-family:Gotham-Bold;
	font-size:16px;
	color:#333;
	font-weight:normal;
	line-height:1.25;
}

.boldtextmedium{
	font-family:Gotham-Bold;
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:1.25;
}

.normaltext{
	width: 620px;
	height: 40px;
	font-family:'Lucida Grande';
	font-size:16px;
	color:#333;
	font-weight:normal;
	line-height:1.25;
}

.litetext{
font-family:'Lucida Grande';
font-size:11px;
/*color:#666;*/
font-weight:normal;
}

.destacados{

}

.text{
font-family:'Lucida Grande';
font-size:14px;
/*color:#666;*/
font-weight:normal;
line-height:0.25;
}

.mediumtext{
font-family:Gotham-Medium;
font-size:14px;
/*color:#666;*/
color:#453e42;
font-weight:normal;
}


.error{
 color: #DD1700;
}

