/* $Id: ie6.css,v 1.6 2009/11/04 20:16:50 johnalbin Exp $ */

/**
 * @file
 * CSS targeted specifically for Internet Explorer 5 and 6 for Windows.
 *
 * Any CSS in this file will override the rules specified in the ie.css file.
 */


/*
 * Layout CSS
 */

body {
  text-align: center; /* 1st part of IE5/IE6quirks centering hack */
}

#page {
  text-align: left; /* LTR */ /* 2nd part of IE5/IE6quirks centering hack */
}

#main-wrapper {
  zoom: 1; /* Otherwise with a liquid layout, sidebars disappear when resizing the windows in IE6 */
}

#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second /* Floating divs */ {
  display: inline; /* display inline or double your floated margin! [1] */
  overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
  overflow-y: visible;
}

/*
 * Tabs - IE 5 and 6 don't support PNGs with alpha transparency.
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  display: inline-block; /* Otherwise the blocks mistakenly get 100% width in IE6 */
}

ul.primary li a {
  background: url(../images/tab-left-ie6.png) no-repeat left -38px;
}

ul.primary li a .tab {
  background: url(../images/tab-right-ie6.png) no-repeat right -38px;
}

ul.primary li a:hover {
  background: url(../images/tab-left-ie6.png) no-repeat left -76px;
}

ul.primary li a:hover .tab {
  background: url(../images/tab-right-ie6.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover {
  background: url(../images/tab-left-ie6.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: url(../images/tab-right-ie6.png) no-repeat right 0;
}

/*
 * Messages - IE 5 and 6 don't support PNGs with alpha transparency.
 */

div.messages,
div.status,
div.warning,
div.error /* Important messages (status, warning, and error) for the user */ {
  background-image: url(../images/messages-status-ie6.png);
}

div.warning /* Medium priority messages */ {
  background-image: url(../images/messages-warning-ie6.png);
}

div.error /* High priority messages. See also the .error declaration below. */ {
  background-image: url(../images/messages-error-ie6.png);
}


/*POR LUCIA*/
.footer
{
  background-color: #747B8E;
  background-image: url("../images/footer.gif");
  background-position: left center;
  background-repeat: no-repeat;
  clear: both;
  margin: 0;
  padding-left: 1px;
  position: relative;
  width: 759px;
}

.footer #footNotes
{
  color: #ffffff;
  font-family: Arial, Verdana, Helvetia, sans serif;
  font-size: 10PX;
  height: 90px;
  margin: 0;
  padding-left: 150px;
  padding-top: 5px;
  width: 475px;
}

div #footNotes a.certificadobvs img, div #footNotes a
{
  color: #747B8E;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

a:link{
  color: #555555;
  text-decoration: none;
}


.content a {
  color: #555555;
  text-decoration: none;
}

.content a:hover {
  color: #667389;
  text-decoration: underline;
}

.content a:visited {
  color: #555555;
  text-decoration: none;
}

.content li, .content ul li{
  list-style: none;
}

#institutionList
{
   text-align: right;
}

#institutionList ul {
	padding: 0px;
	margin: 0px;
	width: 120px;
	right:35px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:107px;
	width:120px;
}

#institutionList li {
	display: inline;
    margin-right: 3px;
	}

#institutionList ul a 
{
   text-decoration: none;
   color: #FFFFFF;
   font-size: 85%;
}

.contenedor{
  margin: 0 auto;
  position: relative;
  width: 760px;
}

#page-wrapper,
.region-page-closure {
  margin: 10px 0 5px;
  width: 760px;
  border-color: #abb3c1;
  border-style: none solid;
  border-width: 0 1px;
  clear: both;
  padding: 0;
  position: relative;
  float: right;
}

content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 760px;
  margin-left: 0; /* LTR */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 456px;
  margin-left: 152px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -608px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 456px;
  margin-left: 0; /* LTR */
  margin-right: -456px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
  width: 442px;
  margin-left: 159px; /* LTR */ /* The width of .region-sidebar-first */
  /*margin-right: -608px; /* LTR */ /* Negative value of #content's width + left margin. */
}

#content .section {
  margin: 0;
  padding: 0;
}

/*
 * Navigation
 */
#navigation {
   background-image: url("../images/barra-infomed.gif");
   background-repeat: repeat-x;
   font-size: 85%;
   padding: 5px 0 0 26px;
   position: relative;
   right: 0;
   top: 0;
   width: 732px;
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 2.3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section  a{
  background-image: url("../images/logo-infomed.gif");
  background-repeat: no-repeat;
  color: #F6F6F6;
  display: block;
  height: 100%;
  text-align: right;
}

#navigation .section {
  height: 30px;
  position: absolute;
  width: 120px;
  top: -1px;
}

.contact
{
   position: absolute;
   left: 685px;
   top: 7px;
   width: 100px;
   color: #000000;
}

.contact a
{
   background-image: url("../images/email.png");
   background-repeat: no-repeat;
   padding-left: 20px;
   color: #000000;
   text-decoration: none;
}

.contact a:hover{
  text-decoration: underline !important;
}

.contact a:visited{
  text-decoration: none;
}

/*#navigation ul /* Primary and secondary links  {
  background-image: url("../images/email.png");
  background-repeat: no-repeat;
  background-position: left;
  margin: 1px 0 0 657px;
  padding: 0;
  text-align: left; /* LTR 
  width: 60px;*/
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  padding: 0 0 0 20px; /* LTR */
  font-size: 10px;
  font-family: Arial, Helvetica, sans serif;
}




/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 152px;
  margin-top: 0;
  margin-left: 0; /* LTR */
  margin-right: -152px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
 /* border-left: 1px solid #abb3c1;*/
}

.region-sidebar-first .section {
  margin: 0 0 0 0; /* LTR */
  padding: 0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 152px;
  margin-left: 608px; /* LTR */ /* Width of content + sidebar-first. */
  margin-right: -760px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
  /*border-right: 1px solid #abb3c1;*/
}

.region-sidebar-second .section {
  margin: 0 0 0 0; /* LTR */
  padding: 0;
}

/*
 * Footer
 */
#footer {
  
}

#footer .section {
}

/*
 * Closure
 */
.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-closure {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#navigation {
  height: 25px;
  overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  width: 734px;
 /* margin-left: 2px;*/
}

#edit-submit-1{
  background-color: #727f98;
  color: #ffffff;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans serif;
  font-size: 10px;
  font-weight: bold;
  height: 21px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  
}

#edit-text{
  border: 1px solid #cccccc;
  font-size: 100%;
  height: 17px;
  width: 73%;
  margin-top: 5px;
}

#block-block-2 p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#block-block-2 p {
  margin-left: 5px;
}

#block-block-3 ul {
  padding-left: 2px;
}

#block-block-3 .content {
  padding-bottom: 0px;
}

#block-block-4 ul {
  padding-left: 2px;
}

.block-aggregator ul li {
  margin-bottom: 6px;
}

.block-aggregator ul {
  padding-left: 2px;
}

#infosearch-searcher-form a {
  display:none;
}

#content .section h1 {
  display:none;
}
/*
 * REFERENCES
 *

1. http://www.positioniseverything.net/explorer/doubled-margin.html
2. http://browservulsel.blogspot.com/2005/04/ie-overflow-auto-scrollbar-overlap.html
3. http://www.howtocreate.co.uk/wrongWithIE/?chapter=overflow%3Avisible%3B
4. http://www.ryanbrill.com/archives/multiple-classes-in-ie

 *
 */
