#Estudios {
	display: block;
	width: 550px;
	margin-left: 5px;
	background: #E3E6EA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	position: relative;
	padding-bottom: 10px;
}
#Estudios #ErrorRegistro{
	font-size: 13px;
	background-color: #AE0000;
	color:#fff;
	
}

#Estudios h1 {
	display: block;
	width: 535px;
	background: #626413;
	color: white;
	padding: 5px;
	padding-left: 10px;
	font-size: 30px;
	height: 70px;
	line-height: 1em;
	text-indent: none;
}


#Estudios h2 {
	display: block;
	color: #dddddd;
	font-size: 13px;
	font-weight: normal;
	text-indent: 0;
	position: absolute;
	top: 6px;
	left: 280px;
	border-left: 1px solid #aaaaaa;
	padding-left: 15px;
	padding-right: 10px;
	width: 180px;
}
#Estudios #RegistroOk h3 {
background: #626413;
	display: block;
	color: #dddddd;
	font-size: 15px;
	font-weight: bolder;
	text-indent: 0;
	top: 6px;
	border-left: 1px solid #aaaaaa;
	padding: 5px;
}
#Estudios h2.pageCount {
	top: 16px;
	right: 5px;
	left: auto;
	border-left: none;
	font-size: 16px;
}

#Estudios h2 strong {
	color: white;
}

#Estudios h3 {
	display: block;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight: bolder;
}

#Estudios fieldset {
	display: block;
	width: 520px;
	background: #D1D0A2;
	border: 1px solid #c9b966;
	margin: 5px 0 0 5px;
	padding: 10px;
	color: black;
}

#Estudios fieldset.oneThird {
	display: inline;
	float: left;
	width: 516px;
	height: 110%;
}

#Estudios fieldset:hover, #Estudios fieldset:focus {
	border: 3px double #a09351;
	padding: 8px;
}

#Estudios table {
	font-size: 13px;
	line-height: 1.25em;
}

#Estudios table td {
	padding-bottom: 5px;
}

#Estudios p.parenthetical {
	font-size: 10px;
	font-style: italic;
}
#Estudios #infoEstudio{
	background-color: #626413;
	color: white;
	font-size: 12px;
	padding: 5px;
}
#Estudios #infoEstudio h2{
	position: static;
	color: white;
	font-size: 15px;
	font-weight: bolder;
	width: 90%;	
}
#Panel{
	background-color: #FBFBEA;
	width: 550px;
	height: 55px;
	margin-left: 5px;	
}

#Panel h1{
	background-color: #626413;
	width: 540px;
	font-size: 16px;
	color: white;
	padding: 5px;
}
#Panel ul{
	list-style: none;
}
#Panel ul li{
	float: left;
	border-bottom: #FBFBEA;
	font-size: 12px;
	background-color: #F0F0E1;
	padding: 3px;
	margin: 2px;
}
#Panel ul li:hover{	
	background-color: #D1D0A2;
}
#Panel ul li a:hover{	
	color:white;
}
