.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* WinIE7 only */
*:first-child+html .clearFix{
	height:1%;
}
/* WinIE6 and below */
/*¥*/
* html .clearFix{
	height:1%;
}
/**/
/* MacIE only */
/*¥*//*/
.clearFix{
	display:inline-table;
}
/* ESTILOS Generales*/
body {
	background-color: white;
	text-align: center;
	/* margin-top: 10%; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.content {
	border: 2px solid #039;
	width: 796px;
	position: absolute;
	left: 50%;
	margin-left: -398px;
}

/* HOME Menús */
.menu_home {
	background-color: #039;
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu_home {
	/*display: inline;*/
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu_home {
	padding-left: 140px;
}
.menu_home li {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	width: 178px;
	height: 21px;
}
.menu_home li a {
	display: block;
	width: 178px;
	height: 21px;
}
#medicina:hover, #cirugia:hover, #laser:hover, #home:hover, #equipo:hover, #quienes:hover {
	background-position: -178px 0;
}
#medicina {
	background: url("../img/menu_medicina.gif") no-repeat scroll 0;
}
#cirugia {
	background: url("../img/menu_cirugia.gif") no-repeat scroll 0;
}
#laser {
	background: url("../img/menu_laser.gif") no-repeat scroll 0;
}
#home {
	background: url("../img/menu_home.gif") no-repeat scroll 0;
}
#quienes {
	background: url("../img/menu_quienes.gif") no-repeat scroll 0;
}
#equipo {
	background: url("../img/menu_equipo.gif") no-repeat scroll 0;
}

/* SECCIONES */

.secciones {
	height: 551px;
	text-align: left;
}
.medicina {
	background-image: url(../img/fondo_medicina.gif);
}
.cirugia {
	background-image: url(../img/fondo_cirugia.gif);
}
.laser {
	background-image: url(../img/fondo_laser.gif);
}
.equipo {
	background-image: url(../img/fondo_equipo.gif);
}
.quienes {
	background-image: url(../img/fondo_quienes.gif);
}
.secciones_txt {
	color: #666;
	width: 268px;
	height: 224px;
	margin-top: 162px;
	margin-left: 150px;
	overflow: auto;
	font-size: 0.70em;
	font-weight: bold;
}
.secciones_txt p {
	margin-top: 0;
}

/* EQUIPO MÉDICO */
.equipo_list {
	float: left;
	margin-top: 162px;
	margin-left: 125px;
	padding: 0;
	color: White;
	font-size: 0.70em;
	font-weight: bold;
}
.equipo_list li {
	list-style-image: url(../img/bullet.gif);
	margin-left: 20px;
	margin-bottom: 6px;
}
.equipo_txt {
	float: left;
	width: 218px;
	height: 258px;
	margin-top: 162px;
	margin-left: 48px;
	overflow: auto;
	color: White;
	font-size: 0.70em;
	font-weight: bold;
}
.equipo_txt p {
	margin-top: 0;
}

/* QUIÉNES SOMOS */
.quienes .secciones_txt {
	color: White;
}