@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sistema: Farmashop			 										 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira | Genotipo								 //
// @Fecha: 14 Agosto 2009 											 	 //
// Descripci�n: Archivo de Estilos Estructurales CSS					 //
/////////////////////////////////////////////////////////////////////////*/

.main-container {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/header.png) center top no-repeat;
}
#logo a {
	display: block;
	width: 344px;
	height: 89px;
	background: url(../images/farmashop.png) center no-repeat;
	margin: 0 auto;
	padding: 60px 0 0 0;
}
#logo h1, #logo h2 {
	display: none;
}
.displays {
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#menu {
	width: 900px;
	height: auto;
	margin: 13px auto;
}
#menu li {
	list-style: none;
	float: left;
	margin: 10px 0 0 0;
	width: 33%;
}
#menu li a {
	display: block;
	margin: 0;
	padding: 30px 30px 40px 60px;
	text-decoration: none;
	color: #0D2E61;
	font-size: 30px;
	font-weight: bold;
	border-left: 1px solid #b7e5e8;
}
#menu li a:hover, .active a {
	color: #3DADB5;
	background: url(../images/menu-hover.png) repeat-x bottom left;
}
#menu li a span {
	font-size: 18px;
	font-weight: lighter;
}
#last {
	border-right: 1px solid #b7e5e8;
}
.content {
	width: 900px;
	height: auto;
	margin: 35px auto;
	font-size: 16px;
}
.content h1 {
	font-size: 35px;
	font-weight: lighter;
}
.content h2 {
	font-size: 22px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#qs1 {
	float: left;
	margin: 20px 10px 20px 0;
}
#qs2 {
	float: left;
	margin: 20px 0 20px 0;
}

#servicios{
	margin:0 0 0 50px;
	}

#hrs24 {
	float: left;
	width: 290px;
	height: 280px;
	background: url(../images/24hrs.jpg) no-repeat bottom center;
	text-align: left;
	color: #0D2E61;
	margin: 0 15px 0 0;
	line-height: 1.9em;
}
#autoservicio {
	float: left;
	width: 290px;
	height: 280px;
	background: url(../images/autoservicio.jpg) no-repeat bottom center;
	text-align: left;
	color: #0D2E61;
	margin: 0 15px 0 0;
	line-height: 1.9em;
}
#adomicilio {
	float: left;
	width: 290px;
	height: 280px;
	background: url(../images/adomicilio.jpg) no-repeat bottom center;
	text-align: left;
	color: #0D2E61;
	margin: 0 0 0 0;
	line-height: 1.9em;
}
#hrs24 h3, #autoservicio h3, #adomicilio h3 {
	font-size: 20px;
}
#hrs24 h3 strong, #autoservicio h3 strong, #adomicilio h3 strong {
	font-size: 30px;
}
#hrs24 h3 strong, #autoservicio h3 strong, #adomicilio h3 strong {
	font-size: 30px;
}
#hrs24 h3 span, #autoservicio h3 span, #adomicilio h3 span {
	font-size: 17px;
	font-weight: lighter;
}
#complement {
	clear: both;
	display: block;
	width: 900px;
	height: 38px;
	margin: 0 auto;
	background: url(../images/complement.jpg) no-repeat center;
}
.footer {
	width: 900px;
	height: auto;
	text-align: center;
	padding: 0 0 15px 0;
	margin: 0 auto;
	background: #0d2d60;
}
.footer a {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	color: #3DADB5;
	text-decoration: underline;
}

#webmail{
	text-transform:uppercase;
	}
	
.map{
	width:290px;
	height:290px;
	margin:0 0 25px 0;
	overflow:hidden;
}

table{
	width:590px;
	margin:20px auto;
	}

table td{
	width:49%;
	padding:0.1em;
	}
	
#nota{
	font-size:12px;
	}
	
table input{
	width:99%;
	padding:5px 1px;
	border:none;
	}
	
table textarea{
	width:99%;
	height:180px;
	padding:5px 1px;
	border:none;
	}
	
.left{
	text-align:left;
	float:left;
	width:290px;
	height:auto;
	margin:0 10px 0 0;
	}
	
.rigth{
	float:left;
	width:595px;
	height:auto;
	}
