@charset "utf-8";
/* CSS Document */

* {
	line-height:100%;
}


html, body {
	margin:0;
	padding:0;
	background:#f2f2f2;
	min-width:1020px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}

br { margin:0; padding:0; line-height:120%;}

hr { color: #33ccff; } 

.border { border:0;}

a:link {text-decoration:none;color:#888; font-weight:900;}
a:visited {text-decoration:none;color:#ffcc33;}
a:active {text-decoration:none;color:#ff0000;}
a:hover {text-decoration:underline;color:#999999;}



h1 { font-size:25px;  color:#003366; }
	
h2 { font-size:150%;  color:#003366; line-height: 1; margin: 2em 0 0; }
	
h3 { color:#000;}
	
h4 { font-size:20px; color:#33CCFF; text-transform:uppercase; }



/* TOP */

#Top-Contenedor {
	width:860px;
	height:140px;
	margin:auto;
	}
	
#Logo { 
	width:117px;
	height:117px;
	float:left;
	background: url(../img/layout/head/farmacosdinsa_logo.png) no-repeat;
	margin-top:15px;
	}
	
.cursor {
	cursor:default;            /* pendienteee!!!! */
	}	
	

#Menu {
    margin:60px 0 0 75px;
	width:540px;
	height:60px;
	float:left;
	
}

#Menu ul {
	display:block;
	margin:0;
	padding:4px 0 5px 4px;
	text-align:right;
	cursor:default;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	
#icons {
	float:right; margin:0; width:120px;
}

.border {
	border:0;
}

/*   Contenidos   */

#contenidos {                                 
	width:1020px;
	height:auto;
	margin:auto;

	}
	
#contain {                                 
	width:auto;
	height:auto;
	margin:auto;
	padding:0px 23px 15px;
	}

#full {
	width:auto;
	height:auto;
	margin:auto;
	display:inline-block;
	}
	
	

.articulos {width:321px; height:250px; float:left; margin:0 5px 0 0;}

.Msg {width:321px; min-height:250px; float:right;}

.text {padding:22px; background:#FFF; text-align:justify; height: 210px;}

#productos {width:647px; height:auto; display:inline-block; margin:0; position:relative; background:#FFF;}

.tabs {padding:10px 32px 32px }

.azul { font-size:115%; text-transform:uppercase; color:#33CCFF; font-weight:600; }

.black { color:#000;}

.indicacion { font-style:oblique; text-align:left; }

.center { margin:95px 0 0 20px;}

#green {
	background:#8DCF00;
}
#sky {
	background:#00A0BF;
}
	
.articulos a {	
	display: block;
	height: 250px;
}
	
/*   Sub menu     */

#Sub-menu {
	height:25px;
	width:350px;
	
	margin:left;
	line-height: 100%;
}

#Sub-menu ul {
	display:block;
	margin:0;
/*	padding:4px 0 5px 4px;   */
	text-align:right;
	cursor:default;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	
#Sub-menu-bar {
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 100%;
}

#Sub-menu-bar li {
  margin:0;
  padding:0;

  float: left;
  position: relative;
  list-style: none;
  border-right:1px #bdbdbd solid;
}

.noBorder {
	border:none !important;
}

#Sub-menu-bar a {
  font-weight:bold;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding:8px 7px 6px;
  margin: 0 2px;

}

#Sub-menu-bar .current a, #Sub-menu-bar li:hover > a {
  color: #33CCFF;
}	
	
#derechos {
	width:240px;
	float:right;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFF;
	padding-top:4px;
}	

/*   Foot   */


#footCont {
	width:1020px;
	margin:0 0 20px 0;
	font-size:11px;
	display:inline-block;
	}

.base {width:310px;  line-height:140%; float:left; margin:0 0 0 18px;}


#footer {
		width:100%;
		height:80px;
		position:relative;
    	background:url(../img/layout/foot/base.jpg) repeat-x;		
		margin:0;
		padding:0;
	} 
	
#mail {
	width:230px; margin:33px 0 0 80px; display:inline-block;
}

.wrap {
	width:1020px;
	height:auto;
	margin:auto;
	}	
	
	
