@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	/*background: #666;*/
	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;
}
.contenido #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_contenido.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. */
} 
.contenido #container.simple {
	background-color: #FFF;
	background-image: none;
}
.contenido #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;
}
.contenido #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;
}
.contenido #header #header-l h1 a{
	display: block;
	position: relative;
	width: 152px;
	height: 64px;
}
.contenido #header #header-r ul.translate {
	background: #FFF url(../../../images/bck_translate.jpg) no-repeat top right;
	height: 20px;
	width: 112px;
	text-align: right;
	/*float: right;*/
} 
.contenido #header #header-r ul.translate li {
	color: #24306C;
	display: inline;
	padding-right: 15px;
	font: 10px/15px Arial, Helvetica, sans-serif;
}
.contenido #header #header-r img {
	width: 198px;
	height: 38px;
	top: 10px;
	right: 10px;
	position: relative;
}
.contenido #header #header-r h2 {
	color: #999D81;
	font: normal 20px Arial, Helvetica, sans-serif;
	padding: 30px 20px 0 0;
	}

h3{
	color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;
	}
.contenido #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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: 5px 10px 15px 2px;
	margin-top: 0;
}
.contenido #sidebar1 h2 {
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
	color: #505050;
	/*padding-bottom: 5px;*/
}
.contenido #sidebar1 h3 {
	/*padding-bottom: 5px;*/
}
.contenido #sidebar1 ul {
	font: normal 10px/16px Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.contenido #sidebar1 p {
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	padding:4px 0 4px 18px;
	color: #666;
}
.contenido #sidebar1 li {
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	background: url(../../../images/ico_flecha.gif) no-repeat center left;
	padding:4px 0 4px 18px;
	color: #666;
}
.contenido #sidebar1 li a:link, .contenido #sidebar1 li a:visited {
	color: #666;
}
.contenido #sidebar1 li a:hover, .contenido #sidebar1 li a:active {
	color: #1B3266;
}
/* sidebar busquedas */
.contenido #sidebar1 ul.oportunidad {
	font: normal 10px/16px Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.contenido #sidebar1 ul.oportunidad li {
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	background: none;
	padding:4px 0 4px 0px;
	color: #666;
}
.contenido #sidebar1 ul.oportunidad li span.fechaul {
	font: normal 9px Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
.contenido #sidebar1 ul.oportunidad li strong {
	font: bold 10px Geneva, Arial, Helvetica, sans-serif;
	color: #24306C;
}
.contenido #sidebar1 ul.oportunidad li strong a {
	color: #24306C;
	font-weight: bold;
}
.contenido #sidebar1 ul.oportunidad li strong a:hover {
	color: #666;
}
.contenido #sidebar1 ul.oportunidad li div.hr {
  height: 4px;
  border-top: 1px solid #DDE4EA;
  font-size: 1px;
  background: #fff;
  margin: 0;
}
.contenido #sidebar1 ul.oportunidad li div.hr hr {
  display: none;
}

.contenido #mainContent { 
	margin: 0px 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 8px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

* html .contenido #mainContent { 
	margin: 0 230px 0 12px; /* 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 */
	
}
.contenido #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_cont.gif) no-repeat top left;
	font-size: 11px;
	color: #7DA5CF;
} 
.contenido #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 */
}
#derecha {
float: left;
	height: 32px;
}
#izquierda {
float:right;
	height: 32px;
	margin-right: 10px;
}
.contenido #mainContent h1 {
	font: bold 20px/32px Arial Narrow, Arial, Helvetica, sans-serif;
 color: #1B3266;
}
.contenido #mainContent h2 {
	font: bold 17px/22px Arial, Helvetica, sans-serif;
 color: #81827C;
}
.contenido #mainContent h3 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
 color: #555;
}
.contenido #mainContent h4, .contenido #mainContent h5 {
	font: bold 13px/16px Arial, Helvetica, sans-serif;
 color: #1B3266;
}
.contenido #mainContent .fecha {
	color: #666;
	clear: left;
	font: 9px Geneva, sans-serif;
}
blockquote {
	background-color: #DDE4EA;
	padding: 8px;
}
h1.business {
	text-indent: -1000em;
	background: url(../../../images/h1_business.jpg) no-repeat top left;
	text-align: left;
	width: 250px;
	height: 32px;
}
div#text {
	background: url(../../../images/bck_cont_pxs.gif) no-repeat top left;
	padding:10px 10px 0 26px;
}
div#text p {
	color: #666;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
div#text ul {
	margin: 0 10px 10px;
}
div#text li {
	color: #666;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 4px 14px;
	background: url(../../../images/ico_list.gif) no-repeat center left;
}
div#text p strong {
	color: #1B3266;
	font-weight: bold;
}
.search {
 color: #1B3266;
 font: normal 9px/32px Geneva, Arial, Helvetica, sans-serif;
 background: url(../../../images/ico_search.png) no-repeat center left;
 padding: 3px 3px 3px 22px;
	height: 32px;
}
.pdf {
 color: #1B3266;
 font: normal 9px/32px Geneva, Arial, Helvetica, sans-serif;
 background: url(../../../images/ico_pdf.gif) no-repeat center left;
 padding: 3px 3px 3px 18px;
	height: 32px;
}
a.pdf:hover {
	background-color:  #CACCBE;
	color: #1B3266;
}
.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_div {
  height: 15px;
  background: transparent url(../../../images/bck_divider.png) repeat-x center left;
}
div.hr_div hr {
  display: none;
}
 div.hr_top {
  height: 40px;
  background: transparent url(../../../images/bck_top.jpg) repeat-x top left;
}
div.hr_top hr {
  display: none;
}
 div.hr_sep {
  height: 15px;
  background: #fff;
}
div.hr_sep hr {
  display: none;
}

 div.hr_form {
  height: 2px;
  background: #fff;
  width: 90%;
  display: block;
  float: left;
  position: relative;
}
div.hr_form hr {
  display: none;
}
 div.hr_tit {
  height: 5px;
  width: 90%;
 /* border: 1px solid #DDD;*/
  display: block;
  float: left;
  position: relative;
  background: #fff;
}
div.hr_tit hr {
  display: none;
}
/*--- Productos ---*/
#products .productsId a {
color:#D348A1;
font-weight:bold;
}
.contenido #products ul.practicas {
	width: 249px;
	margin-right: 7px;
	padding:0 0 12px 0;
	background: #F1F4F9 url(../../../images/bck_productos.gif) no-repeat bottom left;
	float: left;
}
.contenido #products ul.soluciones {
	width: 249px;
	background: #F1F4F9;
	padding-bottom: 12px;
	background: #F1F4F9 url(../../../images/bck_productos.gif) no-repeat bottom left;
	float: left;
}
.contenido #products ul h2 {
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	padding-left: 12px;
	line-height: 22px;
	border-bottom: 2px solid #FFF;
	background: #B4B7A2 url(../../../images/h2_arrow.gif) no-repeat top left;
}
.contenido #products ul h3 {
	font-size: 13px;
	font-weight: bold;
}
#products ul li p {
	color:#666666;
font-size:11px;
line-height:1.3;
}
#products ul, #products li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
#products li {
background:transparent;
color: #1B3266;
border:0px solid #E9E9E9;
border-left: 2px solid #9EBDDC;
display:inline;
float:left;
margin:10px 5px 10px 8px;
padding:0px 0px 0px 4px;
width:230px;
}
#products li a:hover{
background: #C8DAEA;
	color: #1B3266;
	display: block;
}
#products li img {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
float:left;
margin-right:10px;
padding:1px;
width:30px;
}
.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;
}
/* no seas boton */
a.moreES {
/*background:transparent url(../../../images/btn_vermas.png) no-repeat scroll left bottom;*/
width:72px;
height: 16px;
text-indent: -1000em;
}
a.moreES:hover {
background-position: left top;
}
a.backES {
background:transparent url(../../../images/btn_volver.gif) no-repeat scroll left bottom;
width:72px;
height: 16px;
display: block;
text-indent: -1000em;
}
a.backES:hover {
background-position: left top;
}

a.moreEN {
background:transparent url(../../../images/btn_more.png) no-repeat scroll left bottom;
width:72px;
height: 16px;
text-indent: -1000em;
}
a.moreEN:hover {
background-position: left top;
}
a.backEN {
background:transparent url(../../../images/btn_back.gif) no-repeat scroll left bottom;
width:72px;
height: 16px;
display: block;
text-indent: -1000em;
}
a.backEN:hover {
background-position: left top;
}

div.mail {
	background: url(../../../images/ico_mailgr.png) no-repeat top left;
	padding-top: 20px;
}
/* p../../../imagesners */
#p../../../imagesners {
	width: 508px;
	display: block;
}
.p../../../imagesner {
	border: 1px solid #DDD;
	width: 160px;
	height: 80px;
	margin: 5px 3px;
	float: left;
}
.p../../../imagesner img {
	padding: 0;
	}
.p../../../imagesner p {
	text-align: left;
	margin: 2px 5px;
	color: #666;
}
.p../../../imagesner p strong {
	color: #505050;
}

/* contacto */
fieldset {
border-color:#B6B6B7;
border-style:solid none none;
border-width:1px medium medium;
clear:left;
display:block;
float:left;
margin-bottom:10px;
padding-left:10px;
width:98%;
}
fieldset a {
	font-size: 11px;
}
fieldset.consulting {
	width: 100%;
padding-left:0px;
}
form, fieldset, button {
background:transparent none repeat scroll 0%;
border:medium none;
outline-color:invert;
outline-style:none;
outline-width:medium;
}
legend {
font-size:13px;
font-weight:normal;
margin-bottom:10px;
margin-left:-6px;
color:  #7EA8CE;
padding:6px;
}

.divContactForm{
	color:#737980;
display:block;
float:left;
font-size:9px;
margin-bottom:10px;
position:relative;
text-transform:uppercase;
width:240px;
}

label {
	color:#737980;
display:block;
float:left;
font-size:9px;
margin-bottom:10px;
position:relative;
text-transform:uppercase;
width:240px;
}
label.full {
width:100%;
}
fieldset.consulting label{
	width: 210px;
}
input {
width:210px;
}
input, select, textarea {
background:#FFF none repeat scroll 0%;
border:1px solid #7EA8CE;
font-family:"Lucida Grande",tahoma,sans-serif;
font-size:11px;
color: #666;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:17px;
outline-color:invert;
outline-style:none;
outline-width:medium;
padding:3px;
}
.formButtonES
{
	border:medium none;
	cursor:pointer;
	display:block;
	height:16px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-9999px;
	background:transparent url(../../../images/btn_enviar.png) no-repeat scroll left bottom;
	float:right;
	margin:10px;
	width:72px;
}
.formButtonEN
{
	border:medium none;
	cursor:pointer;
	display:block;
	height:16px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-9999px;
	background:transparent url(../../../images/btn_submit.png) no-repeat scroll left bottom;
	float:right;
	margin:10px;
	width:72px;
}

button {
border:medium none;
cursor:pointer;
display:block;
height:16px;
outline-color:invert;
outline-style:none;
outline-width:medium;
position:relative;
text-indent:-9999px;
}

fieldset.submit {
background:#F2F2F2 none repeat scroll 0%;
border:medium none !important;
}

.Submit
{
	background:transparent url(../../../images/btn_submit.png) no-repeat scroll left bottom;
float:right;
margin:10px;
width:72px;
	}

.Submit:hover {
background-position: left top;
	}

input.full {
	width: 450px;
}
textarea {
height:85px;
width:450px;
}
.errFld {
border:1px solid #BA250E;
}
.errMsg {
color:#BA250E;
text-transform:lowercase;
}
/*------login---------*/
#login {
border: 1px solid #E6E6E6;
/*background: url(../../../images/ico_login.jpg) no-repeat top left;*/
padding: 3px 3px 3px 3px;
font-size: 10px;
margin-bottom: 5px;
	}
#login img {
text-align: left;
float: left;
	}
#login a,#login p {
	line-height: 18px;
}
#login a:hover {
	text-decoration: underline;
}
fieldset.login {
background:#F2F2F2 none repeat scroll 0%;
border:medium none !important;
}
button.login {
background:transparent url(../../../images/btn_ingresar.png) no-repeat scroll left bottom;
float:right;
margin:10px;
width:72px;
}
button.login:hover {
background-position: left top;
}
button.recuperar {
background:transparent url(../../../images/btn_recuperar.png) no-repeat scroll left bottom;
float:right;
margin:10px;
width:72px;
}
button.recuperar:hover {
background-position: left top;
}
div.alerta {
border:1px solid #EBEBEB;
margin:10px 0pt;
font-size: 10px;
padding:3px;
/*width:90%;*/
}
div.alerta img {
	float: left;
	margin-right: 6px;
}
	
div.alerta p {
	line-height: 18px;
}

#partners {
	width: 508px;
	display: block;
}
.partner {
	border: 1px solid #DDD;
	width: 160px;
	height: 80px;
	margin: 5px 3px;
	float: left;
}
.partner img {
	padding: 0;
	}
.partner p {
	text-align: left;
	margin: 2px 5px;
	color: #666;
}
.partner p strong {
	color: #505050;
}

.Clients {
	border: 1px solid #DDD;
	width: 160px;
	margin: 3px;
	float: left;
}

.Clients p {
	text-align: left;
	margin: 2px 5px;
	color: #666;
}
.Clients p strong {
	color: #505050;
}
/*
.hr_tit {
  height: 5px;
  width: 90%;
  display: block;
  float: left;
  position: relative;
  background: #fff;
}*/