﻿@import url("layout.css");

body {
	font-family: "Trebuchet MS";
	font-size: 11px; 
	color: white;
}
#container {
	width: 100%;
	height: 100%;
	
}
#masthead {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-image:none

}
#page_content {
    font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	position: relative;
	color: lime;
}
#sidebar {
	position: relative;
	top: 25px;
	float: left;
	width: 140px;
	
}
#content {
	border-color: #663300;
	margin-left: 140px;
	padding: 10px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: none;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Estilos de exploración */
.boton{
        font-size:14px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        background-image:url('../images/boton.jpg');
        border:1px;
        border-color:lime;
        width:136px;
        height:32px;
       }
.botonEng{
        font-size:12px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        background-image:url('../images/boton2.jpg');
        border:1px;
        border-color:lime;
        width:170px;
        height:32px;
       }

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-style: none; border-width: none; border-color:none;
	}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: lime;
	padding: 5%;
	display: block;
	border-bottom:none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-bottom:none;
}
	/* Estilos de pie de página */
#footer p {
	font-size: small;
}
#footer a {
	color: lime;
	text-decoration: underline;
}
#footer a:hover {
	color: aqua;
	text-decoration: none;
}
a {
	color: orange;
	text-decoration: underline;
}
a:hover {
	color: lime;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}