@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
a {
	color: #00757D;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#wrap {
	height: 530px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#cuerpo {
	float: left;
	height: 500px;
	width: 900px;
	background-position: center center;
}
#head {
	float: left;
	height: 80px;
	width: 900px;
	margin-bottom: 60px;
}
#center {
	float: left;
	height: 280px;
	width: 760px;
	margin-right: 95px;
	margin-left: 50px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
}
#profesionales {
	float: left;
	height: 100px;
	width: 210px;
	margin-left: 160px;
	margin-top: 90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#profesionales h1 {
	font-size: 16px;
	color: #07B6C1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
#profesionales p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
#profesionales2 {
	float: left;
	height: 100px;
	width: 210px;
	margin-left: 15px;
	margin-top: 90px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#profesionales2 h1 {
	font-size: 16px;
	color: #07B6C1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
#profesionales2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
#footer {
	float: left;
	height: 30px;
	width: 900px;
	text-align: center;
	font-size: 12px;
}

