﻿@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../../../images/bck_page.jpg) no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
a {
	text-decoration: none;
	color: #24306C;
}
p {
	font: 11px/16px Arial, Helvetica, sans-serif;
}
.home #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFF;*/
	background: #FFF url(../../../images/bck_main.gif) repeat-y bottom left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#banner #flash {
	float: right;
	margin: 0px;
	padding: 0px;
}
.home #header { 
	background: #FFF url(../../../images/back_header.jpg) no-repeat top left; 
	height: 81px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header-l {
	float: left;
}
#header-r {
float:right;
text-align:right;
}
.home #header #header-l h1 {
	width: 152px;
	height: 64px;
	top: 10px;
	left: 10px;
	position: relative;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #FFF url(../../../images/logo_DaBrein.jpg) no-repeat top left;
	text-indent: -1000em;
	clear: left;
}
.home #header #header-r img.notranslate {
	margin-top: 20px;
}
.home #header #header-r ul.translate {
	background: #FFF url(../../../images/bck_translate.jpg) no-repeat top right;
	height: 20px;
	width: 112px;
	text-align: right;
	margin-left: 150px;
	/*float: right;*/
} 

.home #header #header-r ul.translate li {
	color: #24306C;
	display: inline;
	padding-right: 12px;
	font: 10px/15px Arial, Helvetica, sans-serif;
}
.home #header #header-r img {
	width: 198px;
	height: 38px;
	top: 10px;
	right: 10px;
	position: relative;
}
.home #news h2 {
	color: #7DA5CF;
	padding-bottom: 10px;
}
.home #news p{
	padding: 0 0 10px 10px;
}
.home #news {
	width: 36%;
	padding-top: 10px;
	margin: 0px 10px 0 20px;
}
ul.nav {
	background: #FFF url(../../../images/bck_menu.jpg) no-repeat top left;
	height: 26px;
	width: 770px;
	display: block;
	text-align: left;
} 
* html ul.nav {
	top: 17px;
}
ul.nav span.dividir{
	background: url(../../../images/bck_li_menu.gif) no-repeat 100% 110%;
	/*line-height: 24px;
	height: 26px;*/
	text-align: center;
	margin: 0px 0 0;
	padding: 0;
	}
ul.nav li {
	color: #24306C;
	display: inline;
	padding-left: 4px;
	font: 12px/26px Arial, Helvetica, sans-serif;
}
ul.nav li.forzar {
	margin-right: 34px;
}
ul.nav li a {
	color: #24306C;
	display: inline;
	padding-right: 3px;
	text-align: left;
	font: 12px/26px Arial, Helvetica, sans-serif;
}
* html ul.nav li {
	padding-left: 4px;
}
* html ul.nav li a {
	padding-right: 4px;
	}
ul.nav li a:hover {
	color: #969A83;
}
.home #banner { 
	background: #FFF; 
	height: 238px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}

.flyout_pnl
{
	/*background-color:#d2d4c7;*/
	background-color:White;
	font-size:11px;
	text-align:left;
	margin-top:5px;
	padding: 7px 7px 7px 7px;
	border: solid 2px #d2d4c7;
	}
	
.flyout_link
{	
	
	}

.home #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.home #mainContent { 
	margin: 0 256px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 /*10px*/; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.home #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(../../../images/bck_foot.gif) no-repeat top left;
	font-size: 11px;
	color: #7DA5CF;
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.maintop {
	background: #FFF url(../../../images/top_main.jpg) no-repeat top left;
	font-size: 100%;
}
#main {
	background: #FFF url(../../../images/bck_main.gif) repeat-y bottom left;
	padding: 0 0 0px 0;
	display: block;
	clear: both;
}
#main strong {
	color: #1B3266;
}
#main .fecha {
	color: #666;
}
#main img.margen {
	margin: 0 10px;
	clear: right;
	float: left;
}
#main p {
	margin: 0 10px 10px;
}
#main h1, #main h2, #main h3 {
	color: #969A83;
	padding: 0 10px 10px 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
 div.hr {
  height: 15px;
  margin-top: 15px;
  background: #F2F2F2 url(../../../images/hr_01.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
.center {
	margin: 0px auto 0 auto;
	text-align: center;
}
.borde {
	border: 1px solid #999;
	padding: 0;
}
.clear {
 clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
a.moreES:link, a.moreES:visited {
	background:transparent url(../../../images/btn_vermas.png) no-repeat scroll left bottom;
	width:72px;
	height: 16px;
	display: block;
	text-indent: -10000px;
}
a.moreES:hover, a.moreES:active {
	background-position: left top;
}

a.moreEN:link, a.moreEN:visited {
	background:transparent url(../../../images/btn_more.png) no-repeat scroll left bottom;
	width:72px;
	height: 16px;
	display: block;
	text-indent: -10000px;
}
a.moreEN:hover, a.moreEN:active {
	background-position: left top;
}
span.bordefla {
border: 1px solid #999;
width: 160px;
height: 80px;
margin: 0 auto;
display: block;
}

.galleryItem
{
	padding: 0px 6px 0px 6px;	
}