/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	vertical-align: middle;
	text-align: justify;
	font-weight: normal;
	color: #000099;
	font-family: "ZApfHumnst Dm BT";
	font-size: 16px;
}

body {
	background: #3B6B00 url(images/back_all.gif) repeat-x top;

}

body, th, td, input, textarea {
	font-family: "ZApfHumnst Dm BT";
	font-size: 14px;
}

p, ol
{
	color: #06C;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: justify;
}

h1, h2, h3 {
	color: #92331D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #345A05;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

a:hover {
	border: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #00F;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #345A05;
	font-size: 14px;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #345A05;
}

hr {
	display: none;
}


#main
{
	width: 760px;
	background: #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}


/* Header */

#header {
	width: 760px;
	margin: 0 auto;
	height: 405px;
}

#menu {
	float: left;
	height: 59px;
	width: 760px;
	background: url(images/button.gif) repeat-x;
	padding: 0px;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 39px;
	width: 125.4px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
	background-repeat: repeat-x;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/button_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 760px;
	height: 340px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 40px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 760px;
	border-top: none;
	padding-top: 10px;
	background: url(images/table_back.gif) repeat-y;
	border-top: 0px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* Content */

#content {
	float: left;
	width: 540px;
	padding-top: 0px;
}

#content H2
{
	padding-left: 15px;
	width: 518px;
	font-size: 16px;
	color: #3B6B00;
	background-color: #FFF;
	text-align: left;
	vertical-align: text-bottom;
	padding-top: 5px;
	border: medium double #3B6B00;
	padding-right: 0px;
	font-weight: bolder;
	font-family: "ZApfHumnst Dm BT";
}

#content H2 a
{
color: #345A05;
}

#content H3{
	margin:25px 30px 5px 0px;
	font-size:1.4em;
	letter-spacing:-1px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
#content H4{
	margin:0px 0px 0px 0px;
	font-size:1.1em;
	font-family: "ZApfHumnst Dm BT";
	font-weight: bold;
	text-align: center;
	color: #000;
}
#content H5{
	margin:0px 0px 0px 0px;
	font-size:12pt;
	letter-spacing:-1px;
	font-family: "ZApfHumnst Dm BT";
	font-weight: bold;
	text-align: left;
	color: #06C;
	text-decoration: underline;
	vertical-align: middle;
}
#content H6{
	margin:0px 0px 0px 0px;
	font-size:14pt;
	letter-spacing:-1px;
	font-family: "ZApfHumnst Dm BT";
	font-weight: normal;
	text-align: left;
	color: #000;
	text-decoration: none;
}
#content H7{
	margin:0px 0px 0px 0px;
	font-size:14pt;
	letter-spacing:-1px;
	font-family: "ZApfHumnst Dm BT";
	font-weight: bold;
	text-align: left;
	color: #06C;
	text-decoration: none;
}
#content H8{
	margin:0px 0px 0px 0px;
	font-size:1pt;
	letter-spacing:-1px;
	font-family: "ZApfHumnst Dm BT";
	font-weight: bold;
	text-align: left;
	color: #06C;
	text-decoration: none;
}
#content .entry
{
	width: 540px;
	margin-bottom: 20px;
}

#content .pad
{
	padding: 0px;
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 210px;
	margin-left: 10px;
}

#sidebar2 h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 27px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 8px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	font-size: 0.2em;
}

#sidebar2 a {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: bold;
	color: #06C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: text-top;
	text-align: center;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */
#footer
{
padding: 20px;
background: url(images/button.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #ffffff;
}
.Panel_enlaces {
	text-align: center;
	vertical-align: middle;
}
.Texto_panel {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
}
.Titulo {
	font-size: 18px;
	color: #009;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}
.Pie {
	font-size: 10px;
}
.imagenestext {
}
.imagencenter {
	text-align: center;
	vertical-align: middle;
}
.Imagenperson {
}
.departament {
	font-family: "ZApfHumnst Dm BT";
	color: #06C;
}
.IZQUIERDA {
	text-align: right;
}
.splitcontentleft{
	float:left;
	width:30%;
}
.splitcontentright{float:right; width:48%;}
