.foto1 {
	background: #fff;
	width:150px;
	height:120px;
	overflow: hidden;
	display: flex;
	justify-content: center;
    align-items: center;
    border: 0px solid #000;
}
.foto1 img{
	width: 100%;
	height: auto;
}
.foto2 {
	background: #fff;
	width:90px;
	height:60px;
	overflow: hidden;
	display: flex;
	justify-content: center;
    align-items: center;
    border: 0px solid #000;
}
.foto2 img{
	width: 100%;
	height: auto;
}

.font_red{
	color:#dd4b39;
}
.font_red:hover{
	color:#000;
}

.font_blue{
	color:#2599cf;
}
.font_blue:hover{
	color:#000;
}

.font_gray{
	color:#afafaf;
}
.font_gray:hover{
	color:#000;
}

.text-middle{
	vertical-align: middle;
}

.text-center{
	text-align: center;
}

.border-right{
	border-right:1px dotted #c9c9c9;
}

.border-left{
	border-left:1px dotted #c9c9c9;
}

table{
	font-size: 12px;
}

select,option,input{
	font-size: 13px;
}