@charset "UTF-8";

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 15px;
	padding: 0;
	background: url(images/333original.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006EA6;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 0em 0;
	text-align: left;
	line-height: 20px;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}

a:hover, a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: 876px;
	height: 165px;
	margin: 0 auto 0px auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	height: 90px;
	background: url(images/img03.gif) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 5px 0 0 100px;
	font-size: 40px;
	color: #0099E8;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #5F9D10;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 100px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6D6D;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#nav, 
#nav ul {
	margin:auto;
	list-style:none;
	background:#F4FAFB;
	position:relative;
	/*background-image: url(images/fondo_menu.jpg);*/
	font-family: arial, sans-serif,;
	font-size: 12px;
	color: #22797D;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}


#nav {
	height:28px;
	padding:0;
	margin: auto;
	width: 876px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/fondo_menu.jpg)
}

#nav table {border-collapse:collapse;}
#nav li {
	float:left;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 19px;
	font-size: 12px;
}
#nav li li {
	float:none;
	background-color: #F8F8F8;
	/*background-image: url(images/fondo_menu2.jpg);*/
}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {
	display:block;
	float:left;
	color:#22797D;
	height:28px;
	padding-right:5px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
	font-size: 12px;
}
#nav li li a {height:25px; line-height:20px; float:none;}

#nav li:hover {
	position:relative;
	z-index:300;
	background-color:##F8F8F8;
	/*background-image: url(images/fondo_menu3.jpg);*/
}
#nav a:hover {
	position:relative;
	z-index:300;
	text-decoration:underline;
	color:#CC3300;
}

#nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {
	text-decoration:underline;
	color:#CC3300;
}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

#nosotros {
	background-image:url(skeleton/menu_nosotros.jpg);
}

/* aMenu

#amenu {
	float: right;
	padding-top: 30px;
}

#amenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#amenu li {
	display: inline;
}

#amenu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: url(images/img02.gif) repeat-x left top;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#amenu a:hover {
	text-decoration: underline;
}

#amenu .active a {
}*/

/* Page */

#page {
	width: 876px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content1/* Content */

 {
	float: left;
	width: 320px;
	padding: 30px 0 0 20px;
}
#content2 {
	float: left;
	width: 290px;
	padding: 30px 0 0 20px;
}


/* Post */

.post {
}

.post .title {
	height: 30px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px dashed #D1D1D1;
	color: #22797D;
}

.post .title b {
	font-weight: normal;
	color: #0094E0;
}

.post .date p {
	margin: 0;
	padding: 0;
}

.post .date {
	width: 200px;
	margin-top: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.post .date b {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	padding-left: 2px;
	font-size: 11px;
	color: #22797D;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 10px 0 20px 0;
}



.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}


.post .meta .more {
	width: 200px;
	height: 25px;
	padding: 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.post .meta .comments {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	font-size: 9px;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #22797D;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 190px;
	padding-right: 20px;
	padding-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	font-size: 12px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #0094E0;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
	font-size: 12px;
}

/* Search */

#search {
}

#search h2 {
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 876px;
	background: url(images/fondo_footer.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 25px 0px 0 0px;
	color: #353535;
	height: 60px;
}

html>body  {
	height: auto;
}

#footer-menu {
}

#legal {
	clear: both;
	font-size: 11px;
	color: #333333;
	text-align: center;
	line-height: 16px;
}

#legal a {
	color: #FFFFFF;
	font-size: 11px;
}

#footer-menu {
	float: left;
	color: #353535;
	text-transform: capitalize;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	text-decoration: none;
	font-size: 11px;
	color: #6D6D6D;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu .active a {
	padding-left: 0;
}

.pie_pagina_acuarium {

    font-family: "Century Gothic", Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: right;
	line-height: 12px;
	}

#flash_home {
	float: left;
	width: 320px;
	padding-right: 0px;
	padding-top: 0px;
	height: 160px;
	margin-bottom: 5px;
}
#home_not_destacada {
	float: left;
	width: 290px;
	padding-right: 0px;
	padding-top: 0px;
	height: 190px;
	margin-bottom: 10px;
}

#home_logos {
	float: left;
	width: 60px;
	padding-right: 0px;
	padding-top: 0px;
	height: 60px;
	margin-right: 8px;
}

#sidebar form{
	width:190px;
	height:180px;
	position:relative;
	margin:0 auto;
	background:url(images/fondo_form.jpg) 0 0 no-repeat;
	color:#fff;
	padding-top: 10px;
}
#sidebar form input{
	width:159px;
	height:17px;
	margin:3px 0 2px 15px;
}
#sidebar form label{
	width:143px;
	height:18px;
	margin:2px 0 0 15px;
	font:12px/15px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#sidebar form input.button{
	width:60px;
	height:20px;
	float:left;
	background:url(images/arrow5.gif) 100% 50% no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	border:none;
	text-align: center;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#sidebar form h2{width:150px; height:47px; display:block; background:url(images/memberbg.gif) 0 0 no-repeat #D5D2BC; color:#fff; font-size:18px; line-height:47px; padding:0 0 0 65px;}
#sidebar form #register{
	width:90px;
	height:24px;
	float:left;
	margin:3px 0 0 0;
	padding-left: 50px;
}
#sidebar form #register a{
	display:block;
	background: url(images/arrow5.gif) 100% 50% no-repeat;
	color:#fff;
	font-size:12px;
	padding:0 5px 0 5px;
	text-decoration:none;
	font-weight: bold;
}
#sidebar form #register a:hover{text-decoration:underline;}
#sidebar form #olvido {
	width:150px;
	height:24px;
	float:left;
	margin:3px 0 0 0;
	padding-left: 20px;
}
#sidebar form #olvido a {
	display:block;
	background: url(images/arrow5.gif) 100% 50% no-repeat;
	color:#fff;
	font-size:12px;
	padding:0 5px 0 5px;
	text-decoration:none;
	font-weight: normal;
}
#sidebar form #olvido a:hover {
	text-decoration:underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: right;
}
#banner {
	float: left;
	width: 900px;
	padding-right: 0px;
	padding-top: 0px;
	height: 70px;
	margin-bottom: 5px;
}
#banner_foro {
	float: left;
	width: 170px;
	padding-right: 0px;
	padding-top: 0px;
	height: 120px;
	margin-bottom: 5px;
	background-image: url(images/banner_farmacopea.jpg);
}
#banner_pharmakon {
	float: left;
	width: 190px;
	padding-right: 0px;
	padding-top: 0px;
	height: 140px;
	margin-bottom: 5px;
}
#banner_face {
	float: left;
	width: 160px;
	padding-right: 0px;
	padding-top: 0px;
	height: 70px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#banner_face1 {
	float: left;
	width: 170px;
	padding-right: 0px;
	padding-top: 0px;
	height: 70px;
	margin-bottom: 5px;
	padding-left: 0px;
}

#banner_abajo {
	float: left;
	width: 866px;
	padding: 30px 0 0 10px;
}
#banner_ultimo {
	float: right;
	width: 160px;
	padding-right: 10px;
	padding-top: 0px;
	height: 70px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#sidebar atencion {
	padding: 20px;
	font-size: 12px;
	color: #6D6D6D;
}
#sidebar atencion:hover {
	padding: 20px;
	font-size: 12px;
	color: #8BCB2F;
	text-decoration: none;
}
.capacitacion {
	font-size: 12px;
	color: #666666;

}
.capacitacion:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;

}
.capacitacion:active {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;

}
.capacitacion:link {
	font-size: 12px;
	color: #6D6D6D;
	text-decoration: none;

}
.capacitacion:visited {
	font-size: 12px;
	color: #6D6D6D;
	text-decoration: none;

}
