/* CSS Document */
body {
  margin:0px;
  font-family:"Trebuchet MS", Arial, Tahoma, sans-serif; 
  font-size:14px; 
  color:#444444;
  background:#ffffff;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  font-weight:inherit;  }
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
a img {
  border-width:0;
  }
h1{margin:0;
}
h2{
margin:0px;
}
h3{margin:0;
}
p{margin:0;
}
hr{
   margin:0;
   border-bottom:1px dashed #985520;
   height:1px;
}


/* Contenido
----------------------------------------------- */
#outer-wrapper {
  width: 860px;
  margin:0 auto;
  padding:2px;
  text-align:left;
  font:"Trebuchet MS";
  }
#header {
  width:860px;
  margin:0px;
  border:0px solid #000000;
  text-align:center;
  }
#subheader {
  width:860px;
  margin:0px;
  border:0px solid #000000;
  }
#main {
  padding-top:40px;
  width: 860px;
  float: left;
  word-wrap: break-word;
  overflow: hidden;  
  }
#central {
  width: 860px;
  float: left;
  text-align:center;
  word-wrap: break-word;
  overflow: hidden;
  }
#contenido {
  width: 600px;
  float: right;
  word-wrap: break-word;
  overflow: hidden;  
  }
#contenidopatolog {
  width: 565px;
  float: left;
  word-wrap: break-word;
  overflow: hidden;  
  }
#sidebar {
  width: 335px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;     
}  
#footer {
  width:100%;
  height:80px;
  clear:both;
  margin:0 auto;
  padding-top:12px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
  font-size:11px;
  background-image:url(image/footer_bg.jpg);
  background-repeat:repeat-x;
  background-position:bottom;
}
#sidebarbrown {
  width: 180px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;
  background-color:#471403;
  padding:15px; 
  margin-right:10px;  
}
#sidebar_left {
  width: 200px;
  height:360px;
  float: left;
  word-wrap: break-word; 
  overflow: hidden;     
}
#right_column {
  width:450px;
  float: right;
  font-size:12px;
  font-family:"Trebuchet MS";
  color:#511B52;
  padding-left:4px;
  text-align:justify;  
}
#promo {
	width:760px;
	text-align:center;
	height:35px;
	float:left;
	color:#722875;
	font-weight:900;
	
	
	}
/* Textos
----------------------------------------------- */
.titulo{
  text-align:left;
  font:"Trebuchet MS";
  font-size:17px;
  color:#723873;
  font-weight:lighter;
  }
.subtitulo{
  text-align:left;
  font:"Trebuchet MS";
  font-size:13px;
  color:#723873;
  font-weight:bold;  
  }
.subtitulo-patolog{
  text-align:left;
  font:"Trebuchet MS";
  font-size:12px;
  color:#C89D64;
  font-weight:lighter;
  letter-spacing:2px; 
  }
.texto{
  text-align:justify;
  font:"Trebuchet MS";
  font-size:12px;
  color:#511B52;
  font-weight:lighter;
  }
.texto_big{
  text-align:justify;
  font:"Trebuchet MS";
  font-size:14px;
  color:#471403;
  font-weight:bold;
  }
.texto_big_brown{
  text-align:justify;
  font:"Trebuchet MS";
  font-size:14px;
  color:#ba5b0f;
  font-weight:bold;
  }
.texto-l{
  text-align:justify;
  font:"Trebuchet MS";
  font-size:13px;
  color:#210800;
  font-weight:lighter;
  letter-spacing:1px;
  }
.texto-claro{
  text-align:justify;
  font:"Trebuchet MS";
  font-size:12px;
  color:#EBE1CD;
  font-weight:lighter;
  } 
a.texto-claro{
  text-decoration:none;
  } 
a.texto-claro:hover{
  text-decoration:none;
  color:#C89D64;
  }   
.footer-txt{
  font:"Trebuchet MS";
  font-size:12px;
  color:#97609A;
  font-weight:lighter;
  }
a.footer-txt{
  color:#97609A; text-decoration:none;
  }
.destacado{
  text-align:center;
  height:20px;
  font:"Trebuchet MS";
  font-size:12px;
  color:#210800;
  font-weight:lighter;
  border-bottom:1px dashed #985520;
  width:98px; 
  }
a.destacado:hover{
  text-align:center;
  height:20px;
  font:"Trebuchet MS";
  font-size:12px;
  color:#210800;
  font-weight:lighter;
  border-bottom:1px dashed #985520;
  background-color:#DDCDAC; 
  width:98px;
  }
.lista {
	width:186px;
	height:120px;
	float:left;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#511B52;
	padding-left:4px;
	text-align:left;
}
.tit_recepcion {
  float:left;
  font-size:16px;
  font-family:Arial;
  color:#792A7D;
  text-align:center;
  font-weight:bold;
  margin-left:150px;  
}
/* Botones
----------------------------------------------- */
ul {
  	list-style:square;
	}
ul.btn {
  	list-style:none;
	margin:0;	
	padding:0;
	}
ul.btn li {
	padding-left:2px;
	margin-top:3px;	
	float:left;
	}
ul.btn li a {
	display:block;	
	width:120px;	
	height:47px;
	text-decoration:none;
	}
ul.btn li a:hover {
	background-position:bottom;
	background-repeat:no-repeat;
	}
ul.btn li a span {
	display:none; 
	}
#btn1 {
	background-image:url(images/btn-inicio.jpg);
	background-repeat:no-repeat;
	}
#btn2 {	
	background-image:url(images/btn-gigantografias.jpg);
	background-repeat:no-repeat;
	}
#btn3 {	
	background-image:url(images/btn-offset-digital.jpg);
	background-repeat:no-repeat;
	}
#btn4 {	
	background-image:url(images/btn-plotter-de-corte.jpg);
	background-repeat:no-repeat;
	}
#btn5 {	
	background-image:url(images/btn-carteles.jpg);
	background-repeat:no-repeat;
	}
#btn6 {	
	background-image:url(images/btn-contacto.jpg);
	background-repeat:no-repeat;
	}
#btn7 {	
	background-image:url(images/btn-poli.jpg);
	background-repeat:no-repeat;
	}

/* IMG
----------------------------------------------- */   

img.espacio_left{	
	padding-left:10px;
	}
img.espacio_right{	
	padding-right:10px;
	}

