/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	font:11px Verdana, sans-serif;
	line-height: 17px;
	background:#f4f4f4 url(../images/bodybg.gif) center repeat-y;
	color: #333333;
}
#wrapper { margin:2px auto; width:900px;  padding:0; background:#fff;}

/* -----------------  general styles  -------------------------------------------------------*/

a {
	color:#666666;
	text-decoration: underline;
	background:none;
}
a:hover {
	color:#006666;
	background:none;
	text-decoration:underline;
}
p {
	margin:0;
	padding-top:2px;
}
h2 {
	font-weight:bold;
	font-size:12px;
	padding:0px 10 4px 10px;
	margin: 0 0 2px 0;
	color:#444;
	background:none;
	border-bottom: 1px dotted #444;
}
ul { margin: 0; padding : 0; list-style : none; }
img {
	border: 0;
}
h4 {font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;}
.pic{margin-top:8px;}
/* -----------------  top info  -------------------------------------------------------*/

#header { clear:both; width:900px; height:80px; background: url(../images/header.jpg) no-repeat; 
margin:0; }
#title {
	float:left;
	width:180px;
	padding: 0px 0 0px 5px;
}
#title h3 {
	font-size:11px;
	padding:10px 0 0 0;
	margin:0;
	color:#444;
}
#hright {
	float:right;
	width:710px;
	height: 60px;
	margin:15px 0 0 0;
}
#hrighttop {
	width: 200px;
	margin: 0 2px 0 0;
	padding: 0 0px 2px 0;
	float:right;
	text-align: right;
}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu {
	width: 710px;
	float:right;
	margin:2px 0 0 0;
	text-align:right;
	padding: 0;
}
#menu li { display:inline; }
#menu li a {
	color:#444;
	text-decoration:none;
	padding:1px 5px 1px 5px;
	height:19px;
	background:none;
	font-weight: bold;
}
#menu  a:hover, #menu .active a {
	background: none;
	color:#006666;
	font-weight: bold;
	width: 690px;
	height: 19px;
	padding: 1px 5px 1px 5px;
}

/* ----------------- Main content -------------------------------------------------------*/

#homepic {
	width:900px;
	height:196px;
	margin:5px 0 10px 0;
	background: url(../presentacion/banner.swf) no-repeat;
}
#homepic a{ position:absolute;  width:360px; float:left; margin:70px 0px 0px 165px; color:#fff;}
#bottomcontenttop{width:900px;height:10px;background: url(../images/b_contenttop.jpg) no-repeat;}
#bottomcontent{
	width:898px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	height: auto;
	float: left;
}
#bottomcontentbtm{
	width:900px;
	height:10px;
	background: url(../images/b_contentbtm.jpg) no-repeat;
	float: left;
}
.left {
	float: left;
	width: 205px;
	margin: 0 0px 0px 0;
	padding:10px;
}
.middle {
	float: right;
	width: 600px;
	margin: 0 0px 0px px;
	padding:10px 35px 0 35px;
}
.right {
	float: right;
	width: 165px;
	margin: 0 6px 5px 0;
	padding:10px 5px 0 15px;
}
.thumbs img{
	position:relative;
	padding:1px;
	margin:5px 8px 5px 9px;
	background:none;
}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer { clear: both; text-align:center; line-height: 1.8em; color: #444; background: #fff; padding: 4px 0; 
margin:10px 0 0 0;}
#footer a {
	color: #006666;
	background: inherit;
}

