@charset "UTF-8";
/* CSS Document */

<!--
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 1.8;
	background-repeat: repeat;
	background-position: center center;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}
#fondo_menu {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	position:relative;
	z-index:2;
}
.container {
	height: 100%;
	width: 950px;
	display:block;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	z-index:2;
}
.header {
	color: #FFF;
	width: 950px;
	/*font-style: italic;*/
	position:relative;
	z-index:2;
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
}
.header ul, ol, dl {
	padding: 0;
	margin: 0;
}
.header li {
	display: inline;
	padding: 5px;
	color: #FFF;
}
.header li a:link {
	color: #FFF;
	text-decoration: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
.header li a:visited {
	color: #FFF;
	display: inline;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.header li a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none;
	/*font-style: italic;*/
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_active, .btn-slide {
	color: #F3C;
	text-decoration: none;
	/*font-style: italic;*/
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
.content_experimentos {
	text-align: center;
	overflow:hidden;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index:2;
	height: 100%;
	width: 100%;
	display:block;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
#panel {
	height: 100%;
	display: none;
	color: #666;
	/*background-color: #FFF;*/
	width: 100%;
	z-index:100;
	position:relative;/*background-image: url(../images/backgrounds/04.jpg);
	background-repeat: repeat;*/
}
#ensayos_container {
	background-image: url(../images/backgrounds/fondo_trans1x1.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}
#ensayos {
	width: 800px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 94%;
	overflow: auto;
}
#utilities {
	text-align: right;
	width: 100%;
}
#utilities div {
	float: right;
}
.footer {
	position: relative;
	z-index:2;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	background-color: #333;
	color: #FFF;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	font-size: 80%;
	padding-top: 5px;
	-moz-box-shadow: 0px 3px 34px #000;
	-webkit-box-shadow: 0px 3px 34px #000;
	box-shadow: 0px 3px 34px #000;
 For IE 8 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color='#000000')";
 For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color='#000000');
	letter-spacing: 0.1em;
	font-style: italic;
}
.footer p a {
	margin-left: 5px;
	float:left;
}
.footer p a:link {
	color:#FFF;
	text-decoration: none;
}
.footer p a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer p a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}
#copyright {
	font-size: 70%;
	float: right;
	margin-right: 5px;
	color: #999;
	padding-top:3px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.shadow {
	-moz-box-shadow: 0px 3px 34px #000;
	-webkit-box-shadow: 0px 3px 34px #000;
	box-shadow: 0px 3px 34px #000;
 For IE 8 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color='#000000')";
 For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color='#000000');
}
#fondo_titulo_abrir_ensayo {
	position:absolute;
	display:block;
	width:100%;
	text-align:center;
	background-color:#666;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 30px;
	padding: 5px;
	height:20px;
}
#titulo_abrir_ensayo {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#titulo_abrir_ensayo a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #F3C;
	text-decoration: none;
	z-index:3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#titulo_abrir_ensayo a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #F3C;
	text-decoration: none;
	z-index:3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#titulo_abrir_ensayo a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFF;
	text-decoration: none;
	z-index:3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#titulo_abrir_ensayo a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #F3C;
	text-decoration: none;
	z-index:3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
