@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}

html, body {height: 100%;/* Required */}
body {
  background: #f2f2ec url(../images/bgrepeat.png); background-repeat: repeat-x;
  font-family: arial,helvetica,verdana,sans-serif;
  color: #69675f;
  line-height:16px;
  font-size:12px;
  text-align: center;
}
/*	TAG	*/
hr { height: 0px; border: solid #c7c7b9 0px; border-top-width: 1px; width:100%; margin:0 auto;}
h1 { margin: 0 0 10px 0; padding: 0; font-size: 26px; font-weight: normal; line-height: 28px; color: #69675f; }
h2 { font-size: 14px; font-weight: bold; line-height: 16px; color: #669933; }
h3{ text-align: justify; margin: 0 0 8px 0; padding: 0; font-size: 14px; font-weight: normal; line-height: 20px; color: #69675f; }

/*	ESTRUCTURA	*/
#container-page {
  margin: 0 auto;
  width: 775px;
  background: transparent url(../images/sombra.gif) repeat-y top;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
.barra{
margin:0 auto;
height:10px;
background:transparent url(../images/verde10.png) repeat-x top;
width:100%;
}
#header{
	position:relative;
	height: 101px;
	width:739px;
	margin:0 auto;
	background: transparent url(../images/logop.gif) no-repeat top left;
	background-image: url(../images/logop12.gif);
}
#headerE{
position:relative;
height: 101px;
width:739px;
margin:0 auto;
background: transparent url(../images/logomedicas.gif) no-repeat top left;
}
#headerED{
position:relative;
height: 101px;
width:739px;
margin:0 auto;
background: transparent url(../images/logointdom.gif) no-repeat top left;
}
#headerS{
	position:relative;
	height: 101px;
	width:739px;
	margin:0 auto;
	background: transparent url(../images/logosalud.gif) no-repeat top left;
	background-image: url(../images/logosalud.gif);
}
#headerR{
position:relative;
height: 101px;
width:739px;
margin:0 auto;
background: transparent url(../images/logored.gif) no-repeat top left;
}
#menusup{
	z-index:90;
	float:right;
	right:-1px;
	bottom:10px;
	position:absolute;
	width: 455px;
}
/*	CONTENIDO	*/
#container-content { padding-bottom:40px; margin:0 auto;width:775px;}/* padding al footer ojo*/
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
.zona{
width:18px;
height:217px;
float:left;
}
#contenido{
float:left;
width:739px;
}
#content-pri {
	width:739px;
	float: left;
}
#container-foot {
  text-align:center;
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;/* altura footer ojo*/
}
#foot{
margin:0 auto;
width:100%;
padding:0;
line-height: 40px;/* altura footer ojo*/
}
#foot a{
color:#0D7B35;
outline:none;
text-decoration:none ;
}
#foot p{
color: #FFF; 
margin:0 auto; 
line-height: 30px; 
width:739px; 
font-size: 10px;
background-color:#BAD40F;
font-family: arial,helvetica,verdana,sans-serif;
}
.limpiar{clear:both;}

