@charset "utf-8";
/* CSS Document */

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body  {
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../image/index2_bg.jpg);
}
p {
	font-size: 12px;
	line-height: 1.3;
	margin: 1em 0;
	;
}
p span {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	margin-bottom: 2em;
	color: #4E0000;
}
h2 {
	font-size: 16px;
	margin: 1em 0;
	;
}
h3 {
	font-size: 14px;
	margin: 1em 0;
	;
}




#wrapper {

	background-color: #e3e3e3;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:relative;
	background-image: url(../image/header.png);
	height: 100px;
}
#header_nav {
	position:absolute;
	height: 35px;
	width: 415px;
	left: 360px;
	bottom: 0px;
}
#header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header_nav  li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header_nav li a:link, #header_nav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	line-height: 30px;
	display:block;
	width:100px;
	height:35px;
	margin-right:3px;
	background: url(../image/navicon_dual.png) no-repeat left bottom;
}
#header_nav li a:hover {
	color: #333;
	background: url(../image/navicon_dual.png) no-repeat left top;
}
#header_nav ul li a.current {
	color: #333;
	background: url(../image/navicon_dual.png) no-repeat left top;
}

#header2 {
	background-image: url(../image/header2.jpg);
	height: 290px;
	width: 800px;
}
#main {
	margin-top: 20px;
	background-color: #e3e3e3;
}
#sidebar {
	width: 220px;
	float: left;
}
#sidebar ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar ul li {
	list-style-position: inside;
	list-style-type: none;
}

#sidebar ul li a {
	font-size: 14px;
	text-decoration: none;
	padding: 10px 0px 10px 30px;
	color: #4E0000;
	font-weight: bold;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #222;
}
#sidebar ul li ul li a {
	font-size: 12px;
	padding: 5px 0px 5px 50px;
}
#sidebar ul li a:hover {
	background-color: #CCC;
}
#sidebar ul li a.first {
	border-top:thin dotted #222;
}

.hide {
	display:none;
}

.photo {
	border:1px solid #222;
	float:right;
	margin:15px 0px 15px 15px;
}

#content {
	background-color: #e3e3e3;
	float: right;
	width: 520px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}
#content ul li {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	line-height: 1.3;
}
#content h4 {
	font-size: 12px;
	margin: 10px 0px;
}
#content .referencia {
	margin: 0;
}
#content a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4E0000;
	text-decoration:none;
}




#footer {
	background-color: #5b5b5b;
	clear: both;
	height: 20px;
	color: #CCC;
	font-size: 9px;
	line-height: 20px;
	margin-bottom: 30px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;	
	color: #CCC;
}
