body {
	background-image:  url(../include/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 180%;
}

#imagenes a:focus, #imagenes a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 100%;
}

h1 {
	color: #366A9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
}

h2 {
	color: #366A9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style:oblique;
}

code {
	font-size: 12px;
	color: #FFFFFF;
	width: 705px;
	background-color: #366E9F;
	display: block;
	font-family: "Courier New", Courier, mono;
	border-left-width: 15px;
	border-left-style: groove;
	border-left-color: #0099FF;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #366B9F;
	padding: 0px;
	margin-top: 40px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 86px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#izquierda {
	height: 300px;
	width: 13%;
	display: block;
	position: absolute;
	top: 150px;
	left: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
}
#izquierda a:link, #izquierda a:active, #izquierda a:visited {
	text-decoration : none;
}
#derecha {
	height: 300px;
	width: 12%;
	display: block;
	position: absolute;
	top: 140px;
	left: 87%;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
}
#derecha a:link, #derecha a:active, #derecha a:visited, #derecha a:focus, #derecha a:hover {
	text-decoration : none;
}

#centro {
	width: 68%;
	display: block;
	position: absolute;
	top: 140px;
	left: 14%;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 2%;
	padding-right: 1%;
	border-left: #000000 1px dotted;
	border-right: #000000 1px dotted;
}
#centro a:link, #centro a:active, #centro a:visited {
	text-decoration : none;
	font-size:100%;
	color: #35699B;
}
#centro a:focus, #centro a:hover {
	text-decoration : none;
	font-size: 100%;
}

#nav {
	height: 43px;
	width: 842px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../include/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#navi {
	height: 43px;
	width: 842px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../include/righti.png);
	background-repeat: no-repeat;
	background-position: right;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 43px;
	list-style-type: none;
	background-image: url(../include/left.png);
	background-repeat: no-repeat;
}
#navi ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 43px;
	list-style-type: none;
	background-image: url(../include/lefti.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(../include/middle.png);
	background-repeat: repeat-x;
	height: 43px;
	width: 100px;
	display: block;
	line-height: 43px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}
#navi li a:link, #navi li a:active, #navi li a:visited {
	background-image: url(../include/middle.png);
	background-repeat: repeat-x;
	height: 43px;
	width: 100px;
	display: block;
	line-height: 43px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(../include/rollOver.png);
	background-repeat: repeat-x;
}
#navi li a:focus, #navi li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(../include/rollOver.png);
	background-repeat: repeat-x;
}
