@import "comun.css";

.estudio fieldset{ border:1px solid #000; padding:5px; margin:10px auto; }
.estudio legend{font-weight:bold;}
.estudio label{ display:block; float:left; width:110px;}
.estudio .noborde{ border:1px solid #FFF; margin:2px 0 3px 0;}
.estudio input { margin:0 0 4px 0;}

#framecontent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:290px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	text-align:center;
}
#maincontent {
	position:fixed;
	top:290px; /*Set top value to HeightOfFrameDiv*/
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	text-align:center;
	margin:0;
	padding:0;
}
* html body { /*IE6 hack*/
	padding:290px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

.menuhome {
	height:40px;
	background:#000 url(../images/laclinica.gif) top left no-repeat;
}

.menuhome span {
	float:right;
	margin:0;
	padding:20px 0 0 0;
}

.menuhome span a {
	text-decoration:none;
	color:#FFF;
	font-size:0.75em;
	font-weight:bold;
	padding:0 10px 5px 10px;
	border-left:1px solid #FFF;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menuhome span a:hover {
	color:#4da6b5;
}

.menu {
	background-color:#FFF;
	margin:0;
	padding:0;
	height:39px;
	border-bottom:1px solid #000;
}

.menu ul {
	margin:0 0 0 50px;
	padding:0;
}

.menu ul li {
	display:block;
	float:left;
	padding:0;
	margin:21px 0 0 0;
	border-right:1px solid #000;
	height:18px;
}

.menu ul li a {
	position:relative;
	top:-8px;
	color:#000;
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
}

.menu ul li a:hover, .activa{
	background-color:#4da6b5;
}

/**/

.menu2 {
	background-color:#FFF;
	margin:0;
	padding:0;
	height:39px;
	border-bottom:1px solid #000;
}

.menu2 ul {
	margin:0 0 0 50px;
	padding:0;
}

.menu2 ul li {
	display:block;
	float:left;
	padding:0;
	margin:21px 0 0 0;
	border-right:1px solid #000;
	height:18px;
}

.menu2 ul li a {
	position:relative;
	top:-8px;
	color:#000;
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
	margin:0 10px 0 10px;
	padding:0 5px 0 5px;
}

.menu2 ul li a:hover{
	background-color:#4da6b5;
}

