body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 996px;
	background: #FFFFFF url(../img/linea_fondo.jpg) repeat-x;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #01A78E;
}

a:hover {
	text-decoration: underline;
	color: #018B77;
}

form {
	padding: 0;
	margin: 0;
}

.noscreen {
	display: none;
}

.clear {
	clear: both;
}

.left{}

.right{float:right;}

#footer {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 34px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8CDD36;
	border-right-color: #8CDD36;
	border-bottom-color: #8CDD36;
	border-left-color: #8CDD36;
	clear: both;
	background-color: #CBF5A9;
	text-align: center;
	margin-top: 34px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 10px;

}

#footer a{
	font-size: 0.85em;
	color: #666666;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}
#footer a:hover {
	color: #01A78E;
}
.tellafriend {
color: #666666;
}
#footer .tellafriend a {
	background: url(img/footer.tellafriend.gif) no-repeat left top;
}
#footer .bookmark a {
	padding-left: 16px;
	background: url(img/footer.bookm.gif) no-repeat left top;
}
#footer .print a {
	background: url(img/footer.print.gif) no-repeat left top;
}
#footer .top a{
	background: url(img/footer.top.gif) no-repeat right top;
}

#footer .bayaddress {
	padding-top: 20px;
	font-size: 0.85em;
	color: #666666;
}

#main {
	background-color: #F0F0F0;
	width: 794px;
}

/* Header */

#header {
	height: 90px;
	background-color: #FFFFFF;
	margin-top: 1px;
}

#header * {
	margin: 0;
	padding: 0;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 716px;
	width: 280px;
	height: 44px;
	background-color: #FFFFFF;
}

/* HelpBar */

#helpbar {
	position: absolute;
	font-size: 0.85em;
	left: 782px;
	top: 56px;
	width: 200px;
}

#helpbar * {
	margin: 0;
	padding: 0;
}

#helpbar a {
	color: #01A78E;
	text-decoration: none;
}

#helpbar a:hover {
	color: #333333;
}

#helpbar li {
	display: inline;
}

#helpbar li a {
	padding: 0 4px 0 6px;
	border-left: 1px solid #CCCCCC;
}

#helpbar li a.first {
	border-left: none;
}

/* Menu */
#menu {
	z-index: 0;
	width: 795px;
	border: 1px solid #FFFFFF;
	border-width: 1px 0;
	position: absolute;
	top: 71px;
	right: 169px;
	left: 0;
}

/* Menu : Primer nivel*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	position: relative;
	text-align: center;
	line-height: 1.625em;
	border-left: 1px solid #FFFFFF;
	font-size: 0.9em;
	width: 100%;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	height: 1.625em;
	/* Menu 1 Normal */
	background-color: #01A78E;
	color: #FFFFFF;
}

#menu ul li a:hover {
	text-decoration: none;
	/* Menu 1 Over */
	background-color: #018B77;
}

/* Menu : Segundo nivel */

#menu table {
	margin: -1px;
	padding: 0;
	border-collapse: collapse;
}

#menu ul li ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	overflow: hidden;
}

#menu ul li ul li {
	text-align: left;
	border: none;
	font-size: 1em;
}

#menu ul li:hover ul li a:hover,
#menu ul li a:hover ul li a:hover {
	/* Menu 2 Over */
	background-color: #DEFEEA;
	color: #017C6A;
}

#menu ul li:hover ul li a,
#menu ul li a:hover ul li a {
	display: block;
	height: auto;
	line-height: 1.25em;
	padding: 5px 13px 5px 13px;
	background: transparent;
	border: 1px solid #fff;
	border-top: none;
	font-weight: normal;
	/* Menu 2 Normal */
	color: #017C6A;
}

#menu ul li:hover ul,
#menu ul li a:hover ul {
	visibility: visible;
	height: auto;
	position: absolute;
	top: 1.625em;
	left: -1px;
	overflow: visible;
	border-top: 1px solid #FFFFFF;
	/* Menu 2 Normal */
	background-color: #C7FEDA;
}

/* Menu : Item activo */
#menu span.act {
	display: block;
	height: 100%;
	background-color: #018B77;
}

/* Menu : Ancho botones */

#menu ul li,
#menu ul li a {
	width: 124px;
}
#menu ul li ul li {
	width: 225px;
}
#menu ul li ul li a {
	width: 198px;
}
#menu ul li.first {
	width: 170px;
	border-left: none;
}
#menu ul li.first a {
	width: 150px;
	text-align: left;
	padding-left: 20px;
}

#menu ul li.last,
#menu ul li.last a {
	width: 135px;
}

/* LeftMenu */

#leftmenu {
	left: 0;
	width: 170px;
	background-color: #FFFFFF;
}

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftmenu li {
	display: block;
}

/* LeftMenu : Nivel 1 */

#leftmenu li a {
	font-size: 0.9em;
	display: block;
	width: 148px;
	border-bottom:1px solid #FFFFFF;
	padding: 2px 0 2px 22px;
	text-decoration: none;
	color: #01A78E;
	background-color: #DEFEEA;
	font-weight: bold;
}

#leftmenu li a:hover {
	color: #666666;
	background-color: #DEFEEA;
	background-image: url(img/submenue1_pfeil.gif);
	background-repeat: no-repeat;
}

#leftmenu li a.act,
#leftmenu li a.act:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #01A78E;
	background-image: url(img/submenue_pfeil.gif);
	background-repeat: no-repeat;
}

/* LeftMenu : Nivel 2 */

#leftmenu li li a {
	width: 136px;
	padding: 2px 0 2px 34px;
	background-color: #9EFEC0;
}

#leftmenu li li a:hover {
	background-color: #9EFEC0;
	background-image: url(img/submenue2_pfeil.gif);
	background-repeat: no-repeat;
}

#leftmenu li li a.act,
#leftmenu li li a.act:hover {
	background-color: #018B77;
	background-image: url(img/submenue3_pfeil.gif);
	background-repeat: no-repeat;
}

/* LeftMenu : Nivel 3 */

#leftmenu li li li a {
	width: 124px;
	padding: 2px 0 2px 46px;
	background: #FFC8A3;
}

#leftmenu li li li a:hover {
	background: #FFC8A3 url(img/submenue4_pfeil.gif) no-repeat;
}

#leftmenu li li li a.act,
#leftmenu li li li a.act:hover {
	background: #FFC8A3 url(img/submenue4_pfeil.gif) no-repeat;
	color: #666666;
}

/* BayerLinks */

#bayerlinks p {
	background-color: #999999;
	padding: 2px 0 2px 20px;
	margin: 0;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
}

#bayerlinks ul {
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

#bayerlinks li {
	display: inline;
}

#bayerlinks li a {
	display: block;
	padding: 2px 0 2px 22px;
	color: #666666;
	border: none;
	background-color: #ffffff;
}

#bayerlinks li a:hover {
	background-color: #DEFEEA;
}

/* Tools */
#tools {
	position: absolute;
	top: 72px;
	left: 786px;
	margin: 0 0 0 10px;
	width: 200px;
	font-size: 0.85em;
	color: #666666;
	background-color:#FFFFFF;
	background-position: center;
}

/* Tools - Buscador */

#search {
	margin-bottom: 10px;
}

#search form {
	padding: 10px;
}

#search input {
	width: 145px;
	padding: 2px;
	font-family: inherit;
	font-size: 1em;
	color: #999999;
	border: 1px solid #666666;
}
#search button {
	width: 1.5em;
	height: 1.5em;
	vertical-align: top;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	background-color: #018B77;
	color: #FFFFFF;
	line-height: 1em;
}

/* Tools - Buscador productos */

#productsearch {
	background-color:#019CB0;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#productsearch a {
	color:#FFFFFF;
}

#productsearch a:hover {
	color:#FFFFFF;
}
#CategoriasAgenda {
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

#detalle_agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color:#FFFFFF;
	text-transform: none;
}

#detalle_agenda div img {
	margin-right: 5px;
}

#detalle_agenda  hr {
	background-color:#A8DCE3;
}

#detalle_agenda a {
	color:#018496;
	text-decoration:none;
}

#detalle_agenda a:hover{
	color:#81CED8;
	text-decoration:underline
}

#detalle_agenda  h1 {
	color:#018496;
	font-size:11px;
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
}

#detalle_agenda  h2 {
	color:#018496;
	font-size:11px;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: normal;
}

#detalle_agenda  h3 {
	color:#999999;
	font-size:10px;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 0;
}

#detalle_agenda  h4 {
	color:#019CB0;
	font-size:14px;
	background-position: right;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
}
#FotoContent {
	float: left;
	width: 135px;
}

#Cuerpo1 {
	float: right;
	width: 469px;
}

#Cuerpo2{
	float: left;
/*	width: 603px; */
}

#contents {
	position: absolute;
	width: 624px;
	top: 90px;
	left: 170px;
	color: #666666;
	margin-left: 1px;
	padding-right: 0px;
	background-color: #CFE6EE;
}

#contents .vermas {
	display: block;
	text-align: right;
}

#contents h1 {
	font-size: 18px;
	color: #019680;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

#contents h1.largo {
	margin-right: 0px;
}

#contents h2 {
	font-size: 14px;
	color: #019680;
}

#contents h3 {
	font-size: 1em;
	color: #999999;
}

#contents h4 {
	color: #017C6A;
}

#contents ul {
	list-style: url(img/bullet.gif);
}

#NoticiasPortada {
	padding: 3px;
	height: 250px;
	width: 210px;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
	background: url(img/fondo_noticias_index.jpg);
	border-left: 1px solid #DDDDDD;
}

#NoticiasPortada  hr {
	background-color:#069EB2;
}

#NoticiasPortada a {
	color:#069EB2;
	font-size:11px;
	text-decoration:none;
}

#NoticiasPortada a:hover{
	color:#81CED8;
	text-decoration:underline
}

#NoticiasPortada  h2 {
	margin-right: 7px;
	margin-left: 7px;
	color:#069EB2;
	font-size:10px;
}
#NoticiasPortada  h5 {
	color:#069EB2;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 5px;
	margin: 0px;
}

#NoticiasPortada .Fecha {
	font-size: 11px;
	color: #999999;
}

#NoticiasPortada p {
	color: #069EB2;
	font-size:11px;
	font-weight: bold;
	margin: 2px 0 10px 0;
	padding: 0;
}

#FondoAgenda {
	border-top: 1px solid #DDDDDD;
	background-image: url(/img/fondo_agenda_index.jpg);
	background-repeat: no-repeat;
}

#login {
	width: 199px;
	background-color: #87D500;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1px;
}
#login label {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-bottom: 1px;
}
.titIngreso {
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #03717f;
	background-image: url(img/candado_login.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 12px;
}
#login input {
	font-size: 95%;
	color: #333333;
	background-color: #FFFFFF;
	width: 130px;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px solid #D9FF8A;
	height: 15px;
	margin-bottom: 2px;
}
.linkIngreso {
	text-decoration: none;
	font-size: 85%;
	color: #005b67;
	padding-right: 10px;
	margin-right: 4px;
	background-image: url(img/flecha_ingresar.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.linkIngreso:hover {
	color: #000000;
	text-decoration: none;
}
.linkOlvido {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/flecha_naranja.jpg) no-repeat right 5px;
	padding-right: 7px;
}
.linkOlvido:hover {
	color: #333333;
	text-decoration: none;
}
.divOlvido {
	display: block;
	width: 150px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 10px;
}
.concurso {
	margin-left: 15px;
	margin-right: 10px;
	width: 580px;
}
#login button {
	background-color: #86BA08;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 70px;
	text-transform: uppercase;
	height: 18px;
	line-height: normal;
	text-align: center;
	top: 5px;
	margin: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.contador {
	font-size: 11px;
	color: #999999;
}

#AgendaIndex {
	font-size: 11px;
	padding-bottom: 20px;
}

#AgendaIndex img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 15px 10px 0 0;
}

#AgendaIndex h2 {
	margin: 15px 0 3px 0;
}

div.PagNav {
	text-align: center;
	font-size: 11px;
	padding: 10px;
	background-position: center;
}
div.PagNav a {
	border: 1px solid #078F7B;
	background-color: #F1F1DA;
	padding: 4px;
}
div.PagNav strong.PagNavActive {
	border: 1px solid #00616F;
	background-color: #F1F1DA;
	padding: 3px;
	color: #009966;
}
