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

body {
	margin: 10px;
	background-image: url(../images/fondo.png);
}
.logo {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d4d0b3;
	font-size: 12px;
}
.side_left {
	width: 200px;
	text-align: center;
	float: left;
}
.side_left img {
	margin-bottom: 10px;
}
.circle {
	width: 745px;
	float: left;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	position: relative;
	top: -100px;
	height: 500px;
}
#div1 {
	position: absolute;
	left: 318px;
	top: 85px;
	width: 245px;
	height: 183px;
}
#div2 {
	position: absolute;
	left: 387px;
	top: 205px;
	width: 245px;
	height: 185px;
}
#div3 {
	position: absolute;
	left: 262px;
	top: 255px;
	width: 245px;
	height: 185px;
}
#div4 {
	position: absolute;
	left: 137px;
	top: 155px;
	width: 245px;
	height: 185px;
}
.circle #titulos {
	position: absolute;
	top: 443px;
	left: 127px;
	color: #d4d0b3;
	text-align: center;
	width: 745px;
	margin-left: -100px;
}
.text1 {
	position: relative;
	float: left;
	width: 745px;
	text-align: center;
	color: #d4d0b3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#wraper {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
