@charset "utf-8";
/* CSS Document */

.mainslide {
	border-style: solid none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #3498db;
	/*overflow: hidden;*/
}
#itema {
	background-image: url(../images/bg-slide-azul.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	height: 449px;
}
#item1_1 {
	background-image: url(../images/slide1bg.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 449px;
}

#item1_2 {
	width: 500px;
	height: 449px;
}
#item1_2 h3 {
	color: #000600;
	font-size: 40px;
	font-weight: bold;
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
	margin-top: 40px;
	margin-bottom: 20px;
}
#itemb {
	background-image: url(../images/bg-slide-verde.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	height: 449px;
}
#item2_2 {
	background-image: url(../images/slide2bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 449px;
}
#item2_2 h3 {
	color: #000600;
	font-size: 40px;
	font-weight: bold;
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
	margin-top: 40px;
	margin-bottom: 20px;
}
#item2_2 strong {
	color: #C00;
	font-size: 50px;
	font-weight: bold;
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
	margin-top: 40px;
	margin-bottom: 20px;
}