/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
	background: #fff;
}
/* links */
a, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #7F7F7F;
	text-decoration: underline;
}
.clearTodo {
	clear: both;
}
/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	width:772px;
	position:absolute;
	top:50%;
	left: 50%;
	margin-top: -272px;
	margin-left: -386px;
	border: 2px solid #7F7F7F;
}
#izquierda {
	width:278px;
	height:545px;
	float:left;
	border-right: 2px solid #7F7F7F;
}
#izquierda h1 a {
	display:block;
	width: 192px;
	height: 38px;
	text-indent:-99999px;
	margin: 26px 0 27px 44px;
	background-image:url(../_img/logo.jpg);
}
#navlist {
	margin-left: 44px;
	list-style: none;
	font-size:13px;
}
#navlist li {
	padding: 0 0 7px 10px;
}
#navlist ul {
	list-style: none;
	font-size:11px;
	padding: 14px 0 0 0;
}
#sublist li {
	padding: 0 0 6px 21px;
}
#derecha {
	width:492px;
	height:545px;
	float:left;
}
#descripcion {
	width:394px;
	height: 110px;
	position: absolute;
	top:438px;
	padding:0 0 0 52px;
	margin:-18px 0 0 0;
}
#descripcion h2 {
	padding:0 0 10px 0;
	font-size:12px;
	float:left;
}
#paginador {
	position: absolute;
	top:3px;
	left:417px;
}
#about-foto {
	width:100px;
	float:left;
	margin:40px 0 0 30px;
}
#about-txt {
	width:300px;
	float:left;
	font-size:11px;
	margin:24px 0 0 30px;
}
#about-txt p{
	margin:0 0 6px 0;
}
#contato-foto {
	width:100px;
	height:100px;
	float:left;
	border: 2px solid #7F7F7F;
	margin:131px 0 0 80px;
}
#contato-txt {
	width:200px;
	float:left;
	font-size:11px;
	margin:148px 0 0 40px;
}
#contato-txt p{
	margin:0 0 6px 0;
}
.news-foto {
	width:180px;
	float:left;
	margin:25px 0 0 30px;
}
.news-txt {
	width:220px;
	float:left;
	font-size:11px;
	/*margin:24px 0 0 30px;*/
	margin:32px 0 0 30px;
	
}
.news-txt p{
	margin:0 0 6px 0;
}
/*--------------------------------------- Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/
#gallerypaginate {
	float: right;
	padding:0 0 10px 0;
}
.paginationstyle { /*Style for demo pagination divs*/
	width: 250px;
	text-align: right;
}
.paginationstyle select { /*Style for demo pagination divs' select menu*/
	border: 1px solid navy;
	margin: 0 15px;
}
.paginationstyle a { /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	color: #000;
	background-color: white;
}
.paginationstyle a:hover, .paginationstyle a.selected {
	color: #000;
	background-color: #e5e5e5;
}
.paginationstyle a.imglinks { /*Pagination Image links style (class="imglinks") */
	border: 0;
	padding: 0;
}
.paginationstyle a.imglinks img {
	vertical-align: bottom;
	border: 0;
}
.paginationstyle a.imglinks a:hover {
	background: none;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected { /*Pagination div "flatview" links style*/
	color: #000;
	background-color: #F0F0F0;
}
