@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body{
	background:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:75%;
	}
a{
	font-weight:bold;
	}
ul{
	margin-left:30px;
	list-style:square;
	}
li{
	margin-bottom:15px;
	}
#principal{
	width:1000px;
	margin:auto;
	margin-top:10px;
	}
#cuerpo{
	padding:5px;
	background:#FFFFFF;
	overflow:hidden;
	height:100%;
	}
#contenido{
	width:800px;
	float:left;
	height:485px;
	overflow:hidden;
	}
#menu{
	width:190px;
	float:right;
	}
#menu2{
	clear:both;
	}
#foot{
background: #FFFFFF url(../img/foot.gif) bottom no-repeat;
padding:10px 17px;
text-align:right;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size:24px;
	font-weight:bold;
	color:#003366;
	}
h2{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	}
#foot hr{
	color:#ccc;
	margin-bottom:3px;
	margin-top:3px;
	height:1px;
	}
#doctores{
margin:0px 5px;
float:left;
}