@charset "UTF-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #fff;
	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: #354ec1;
}
a:link {
color: #05996a;

	font-weight: bold;
}
a:visited {
	color: #00af7c;
}
a:hover {
	color: #00af7c;
}
a:active {
	color: #05996a;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0 40px 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. */
}

.oneColFixCtrHdr #mainContent, .oneColFixCtrHdr #mainContent_int {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body_center.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	/*margin-top: 5px;*/
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 400px;
}
#mainContent h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-weight:normal; 
	font-size:24px;
	color:#354ec1;
}

#mainContent p {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
	
	}
.oneColFixCtrHdr #footer {
	position: relative;
	bottom: 0px;
	background-image:url(../images/bg_pie.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:800px;
	font-size:10px;
	background-position: center bottom;
	text-align: center;
	/*padding-top: 10;*/
	padding-bottom: 0;	/*padding-top: 10px;*/
	line-height:30px;
	margin-left:-1px;
	margin-top:-18px;
}

.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*********MENU DE NAVEGACION ESTILOS AGREGADOS*******************/
#nav {
	/*float: none;
	clear: right;*/
	position: absolute;
	/*left: 250px;*/
	top:85px;
	width:900px;
	text-align:center;
	

}

#nav-menu {
	background-repeat: no-repeat;
/*	height: 36px;
*/	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top:1px;
	
}

#nav-menu-list {
  position: relative;
  top: 3px;
  padding-left:0px;
  list-style: none;
  margin: 0;
  font-size: 14px;
  color: #05996a;
/*  height: 25px;*/ 
  font-weight:normal;}
  
  #nav-menu-list li {
    display: inline;
    margin-right: 15px;
    font-size: 14px; }
  
  #nav-menu-list li a {
      color: #00af7c;
      text-decoration: none;
      display: block;
      float: left;
      cursor: pointer;
      line-height: 25px;
      margin-right: 11px;
	  font-weight:normal;
	 }
      #nav-menu-list li a:hover {
        color: #fff;
		}
      #nav-menu-list li a div {
        height: 25px;
        float: left; }
      #nav-menu-list li a.current-tab {
        color:#fff;; }
      #nav-menu-list li a div.button-left {
        width: 9px; }
      #nav-menu-list li a div.button-right {
	width: 9px;
	/*background-image: url(../images/flechita.jpg);*/
}
    /*estilos para fondos en mouseover*/
	#nav-menu-list li a:hover div.button-left {
        background: url('../images/button-left.png') no-repeat !important; }
    
	#nav-menu-list li a:hover div.button-middle {
        background: url('../images/button-middle.png') repeat-x !important; }
    
	#nav-menu-list li a:hover div.button-right {
        background: url('../images/button-right.png') no-repeat !important; }
     
	 /*MENU CON FONDO EN EL MOUSEOVER*/ 
	  #nav-menu-list li a.current-tab div.button-left {
/*        background: url('../images/button-current-left.png') no-repeat; 
*/		
background: url('../images/button-left.png') no-repeat !important; }

     
	 #nav-menu-list li a.current-tab div.button-middle {
       /* background: url('../images/button-current-middle.png') repeat-x;*/ 		        
	background: url('../images/button-middle.png') repeat-x !important; }

		
      
	  #nav-menu-list li a.current-tab div.button-right {
      /*  background: url('../images/button-current-right.png') no-repeat; */
		background: url('../images/button-right.png') no-repeat !important;
		}
  
  
  #nav-menu-list .nav-menu-list-selected a {
    color: #05996a; 
	font-weight:bold;}
	
	#bannerPacientes{
		float:right;
		margin-top:-55px;
		border:none;
		margin-right:8px;
		}
	#bannerInformarse{
		float:right;
		width:267px;
		margin-left:492px;
		position:absolute;
		margin-top:30px;
		margin-right:15px;
		}
#imagenseccion{
		float:right;
		width:267px;
		height:200px;
		margin-left:492px;
		position:absolute;
		margin-top:-10px;
			margin-right:5px;
		}
/************FIXES PARA FIREFOX**********/
.ff3 .oneColFixCtrHdr #mainContent{
	min-height:450px;}

/****************FIXES PARA IE********/
.ie .oneColFixCtrHdr #mainContent{
	min-height:450px;}
.ie7 #nav{
	width:900px;}