@charset "UTF-8";
/* 

CSS Document for Oriental Farmaceutica
Desarrollado por zyte.com.ar

Versión: 1.0
Fecha: 28 SEP 2007

*/


/* Main Layouting
------------------------------------------------ */

body, h1, h2, h3, h4, h5, h6, hr, p, ul, li {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}


a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

a:active, a:hover {
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

:focus
{
  -moz-outline-style: none;
}

.clear, .clearfix {
	clear: both;
}

.clearfix {
	font-size: 0px;
}

em {
	color: #32b1ce;
	font-weight: bold;
	font-style: normal;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.center {
	text-align: center;
}

.thumb {
	border: 1px solid #e2e2e2;
	padding: 2px;
}

a {
	outline: 0;
}

hr { 
	clear:both;
	visibility:hidden;
	display:block;
	height:1px;
	margin:0.5em auto;
}


/* Boxes Layouting
------------------------------------------------ */

#wrapper {
	width: 680px;
	margin: 0 auto;
}

#header {
	padding-top: 15px;
	height: 90px;
}

#banner {
	margin: 10px 0 10px 0;
}

#columna_a {
	width: 170px;
	float: left;
	margin-left: 10px;
}

#columna_b {
	width: 480px;
	float: right;
	margin-right: 10px;
}

#footer {
	border-top: 1px dotted #c0c0c0;
	margin-top: 10px;
	padding: 25px 10px 10px 185px;
	background: url(images/footer_logo.png) no-repeat 20px 15px;
	height: 45px;
	font-size: 10px;
}


/* Header Layouting
------------------------------------------------ */


#header img {
	padding: 5px 0 0 14px;
}


#top_menu {
	float: right;
	color: #9a9a9a;
}

#top_menu a {
	color: #9a9a9a;
	border: 0;
}

#top_menu img {
	padding: 0 15px 0 0;
}

/* Nav Layouting
------------------------------------------------ */

ul#nav {
	background: url(images/nav_bar.png) no-repeat;
	height: 30px;
	width: 680px;
	margin: 10px 0 10px 0;
}
	
ul#nav li {
	display:block;
	float:left;
	text-indent:-9999px;	
}
	
ul#nav li a {
	border:0;
	display:block;
	overflow:hidden;
	background: url(images/nav_bar.png) no-repeat;
}
	
li#inicio a {
	width:70px;
	height:30px;
}
	 
li#compania a {
	width:76px;
	height:27px;
}

li#planta a {
	width:60px;
	height:27px;
}

li#productos a {
	width:82px;
	height:27px;
}

li#contacto a {
	width:76px;
	height:27px;
}

li#rrhh a {
	width:62px;
	height:27px;
}

li#cuenta a {
	width:61px;
	height:27px;
}
	 	 	 
li#inicio a:hover, li#inicio a:focus {
	background-position:0px -30px;
	 }
li#compania a:link, li#compania a:visited {	
	background-position:-70px 0px;
	}
li#compania a:hover, li#compania a:focus {	
	background-position:-70px -30px;
	}
li#planta a:link, li#planta a:visited {	
	background-position: -146px 0px;
	}
li#planta a:hover, li#planta a:focus {	
	background-position: -146px -30px;
	}
li#productos a:link, li#productos a:visited {	
	background-position: -206px 0px;
	}
li#productos a:hover, li#productos a:focus {	
	background-position: -206px -30px;
	}
li#contacto a:link, li#contacto a:visited {	
	background-position: -288px 0px;
	}
li#contacto a:hover, li#contacto a:focus {	
	background-position: -288px -30px;
	}
li#rrhh a:link, li#rrhh a:visited {	
	background-position: -364px 0px;
	}
li#rrhh a:hover, li#rrhh a:focus {	
	background-position: -364px -30px;
	}
li#cuenta a:link, li#cuenta a:visited {	
	background-position: -426px 0px;
	}
li#cuenta a:hover, li#cuenta a:focus {	
	background-position: -426px -30px;
	}

body#pagina-inicio ul#nav li#inicio a {
	background-position:0px -60px;
	}
body#pagina-compania ul#nav li#compania a {
	background-position:-70px -60px;
	}
body#pagina-planta ul#nav li#planta a {
	background-position:-146px -60px;
	}
body#pagina-productos ul#nav li#productos a {
	background-position:-206px -60px;
	}
body#pagina-contacto ul#nav li#contacto a {
	background-position:-288px -60px;
	}
body#pagina-rrhh ul#nav li#rrhh a {
	background-position:-364px -60px;
	}
body#pagina-rrhh ul#nav li#rrhh a {
	background-position:-364px -60px;
	}
body#pagina-cuenta ul#nav li#cuenta a {
	background-position:-426px -60px;
	}
body#pagina-cuenta ul#nav li#cuenta a {
	background-position:-426px -60px;
	}


/* Columna A Layouting
------------------------------------------------ */

#columna_productos {
	font-size: 10px;
}

#columna_productos a {
	color: #32b1ce;
}

#columna_productos h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #32b1ce;
	padding: 10px 0 5px 0;
}

/*h2.productos_list {
	margin-top: 20px;
}*/

#columna_productos p {
	line-height: 25px;
}

#columna_productos img {
	border: 1px solid #e2e2e2;
}

#columna_productos ul {
	list-style: none;
}

#columna_productos ul li {
	margin-left: 10px;
	background: url(images/bullet.gif) left no-repeat;
	padding-left: 10px;
	line-height: 20px;
}


/* Columna B Layouting
------------------------------------------------ */


h1 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #32b1ce;
	padding: 10px 0 5px 0;
}

#content p, #noticias p {
	line-height: 16px;
	padding: 0 0 13px 0;
}

.novedades {
	width: 250px;
}

#noticias {
	border-top: 1px dotted #c0c0c0;
}

#noticias h3 {
	background: url(images/bullet.gif) left no-repeat;
	padding: 2px 0 3px 10px;
	margin: 10px 0 10px 0;
	line-height: 20px;
	color: #32b1ce;
	font-size: 11px;
}

#noticias img {
	margin-right: 10px;
	border: 1px solid #999;
}

#noticias img.bio {
border: none;
}

#content a, #noticias a {
	color: #32b1ce;
}


/* Footer Layouting
------------------------------------------------ */

.zyte, p.zyte a {
	color: #b2b2b2;
}


/* Productos Layouting
------------------------------------------------ */

h4 a { 
	margin: 15px 10px 15px 0;
	font-size: 11px;
}

table {
	margin-bottom: 20px;
}

.criticos {
	margin-right: 10px;
	border: 1px solid #999;
}


/* Contacto Layouting
------------------------------------------------ */

div.separate_content {
	border-top: 1px dotted #c0c0c0;
	padding-top: 10px;
	margin-top: 5px;
}

#emails a {
	color: #666;
}

li.col_a, li.col_b {
	width: 50%;
}

ul#form li {
	list-style: none;
}

ul#form input, ul#form textarea, ul#form select {
	width: 85%;
	border: 1px solid #c0c0c0;
	background-color: #e2e2e2;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #333;
}

ul#form textarea, ul#form .browse {
	width: 93%;
}

ul#form .radios {
width: 5%;
}

ul#form .form_submit {
	width: 50px;
	background: none;
	color: #006699;
	margin-right: 5%;
}

ul#form label {
	color: #006699;
}



/* Highslide
------------------------------------------------ */

#disclaimer {
	margin-bottom: 30px;
}

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10px;
}

.highslide-html {
    background-color: white;
}

.highslide-html-blur {
}

.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: normal;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}

.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 0 5px 5px 5px;
}

.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color: gray;
	text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 15px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}

.highslide-wrapper .highslide-body {
}

.highslide-move {
    cursor: move;
}

.highslide-resize {
    cursor: nw-resize;
}



/* Desplegable
------------------------------------------------ */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
background: none;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:149px;
padding:7px 0;
color:#000;
background:none;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
background:none;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

hr {
	margin: 51px 0 5px 0;
}
