/* Elementos principales: body y divs por id */
body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	line-height: normal;
	text-decoration: none;
	color: black;
	background-color: #EEEEEE;
}
#encabezado {
	height: 96px;
	max-height: 96px;
	/* background-image: url('/img/template/fondosup.jpg'); */
	background-color: #E5DBA8;
	cursor: pointer;
}
#encabezado h1 {
	margin: 0;
	padding: 0;
	width: 775px;
	height: 96px;
	background: transparent url('/img/template/logo_iles.jpg') no-repeat top left;
}
#encabezado h1 span {
	display: none;
}
#cuerpo {
	margin: 0;
	padding: 0;
	/*width: 778px;*/
	width: 100%;
	float: left;
	background: white url('/img/template/fondoizq.jpg') repeat-y left;
}
#cuerpo h1 {
	width: 90%;
}
#ad {
	height: 300px;
	width: 150px;
	margin: 10px 5px;
}
#contenido {
	background-color: white;
	padding: 20px;
	/*width: 578px;*/
	/*float: left;*/
	margin-left: 160px;
}
#nav {
	text-align: center;
	border-top: 2px solid #003366;
	margin: 24px 48px 0 48px;
	padding: 8px 24px;
}
#pie {
	clear: both;
	background-color: #003366;
	height: 32px;
}
#pie span {
	text-align: center;
	display: block;
	font-size: 9pt;
	color: white;
	padding-top: 8px;
}
/* Elementos comunes: imagenes, titulos, parrafos y listas */
img {
	border-width: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	line-height: normal;
	text-decoration: none;
	text-align: justify;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 16pt;
	color: #003366;
}
h2 {
	font-size: 14pt;
	color: #CC3333;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
	font-style: italic;
	text-decoration: underline;
}
h5 {
	font-size: 11pt;
	font-style: italic;
}
h6 {
	font-size: 10pt;
	font-style: italic;
}
/* Elementos anchor con href (hipervinculos) */
a:link, a:visited {
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
	cursor: pointer;
}
/* Menu: Estilos generales por id */
#menu {
	width: 160px;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 160px;
	list-style-type: none;
	border: white solid 0;
	border-width: 1px 0 0 0;
}
#menu li {
	margin: 0;
	padding: 0;
	width: 160px;
	border: white solid 0;
	border-width: 0 0 1px 0;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}
#menu a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	width: 144px;
	color: white;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul li ul {
	margin: 0;
	padding: 0;
	background: #CC3333 url('/img/template/fondoizq.gif') no-repeat top left fixed;
	display: none;
}
#menu ul li ul li {
	width: 180px;
}
#menu ul li ul li a {
	width: 164px;
}
/* Menu: Estilos particulares por clase */
.menu_li1_on, .menu_li2_on {
	background-image: url('/img/template/fondoovr.jpg');
}
.menu_li1_off, .menu_li2_off {
	background-image: url('/img/template/fondoizq.jpg');
}
.menu_a1_on, .menu_a2_on {
	text-decoration: underline;
}
.menu_a1_off, .menu_a2_off {
	text-decoration: none;
}

