

/* --- Basic Settings --- */
.artepixel {
	font-size: 10px;
	color: #55565b;
}

/* --- Makes page 100% high --- */
body {
	position: absolute;
	 margin: 0px 0px;
}

/* --- Defines BG color and centers content on page --- */
body { 
    background-color: #FFFFFF;
}

html, body {
height: 100%;}
#container { /* div you want to stretch */
min-height: 100%;}




/* --- ////////////// --- */

/* --- FONTS  --- */
BODY, TABLE {
	font-family: arial;
	font-size: 12px;
}

#corazon {
	color: #F4B729;
	font-size: 40px;
	font-weight: bold;
	padding: 100px 0px 0px 0px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #F4B729;
}
#cerebro {
	color: #EA3B3A;
	font-size: 40px;
	font-weight: bold;
	padding: 100px 0px 0px 0px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #EA3B3A;
}
#big {
	color: #046090;
	font-size: 40px;
	font-weight: bold;
	padding: 100px 0px 0px 0px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #046090;
}
.right_column {
	width: 240px;
	font-size: 11px;
	padding: 100px 0px 0px 10px;
}
.right_yellow {
	color: #F4B729;
}
.right_red {
	color: #EA3B3A;
}

#home_bigtitle {
	color: #999999;
	font-size: 46pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	padding: 0px 0px 0px 10px;
}
#home_red {
	color: #AB2230;
	font-size: 22px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 0px 10px;
}
#home_smalltitle {
	color: #999999;
	font-size: 13pt;
	padding-right: 17px;
	text-align: right;
	padding: 0px 3px 0px 10px;
}
.visitanos_red {
	width: 400px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 30px;
	background-color: #EA3B3A;
	color: #FFFFFF;
}
.visitanos_yellow {
	width: 400px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 30px;
	background-color: #F4B729;
	color: #FFFFFF;
}

#result {
	border-style: solid;
	border: 2px white ;
	padding: 10px;
}

.news_title {
	color: #046090;
	font-size: 16px;
	font-weight: bold;
}
/* --- PSEUDO CLASSES  --- */
a.colla {
	color: #005286;
	text-decoration: none;
}
a.colla:visited {
	color: #005286;
	
}
a.colla:hover {
	text-decoration: underline;
	color: #7f7f7f;
}
a.colla:active {
	color: #005286;
	}
	
.coll {
	border-color: silver;
	padding: 5px 25px 20px 25px;
	background: #FFFFFF;
	}

a.colla_brain {
	color: #AB2230;
	text-decoration: none;
}
a.colla_brain:visited {
	color: #AB2230;
	
}
a.colla_brain:hover {
	text-decoration: underline;
	color: #7f7f7f;
}
a.colla_brain:active {
	color: #AB2230;
	
}

a.colla_heart {
	color: #FF9A02;
	text-decoration: none;
}
a.colla_heart:visited {
	color: #FF9A02;
	
}
a.colla_heart:hover {
	text-decoration: underline;
	color: #7f7f7f;
}
a.colla_heart:active {
	color: #FF9A02;
	}
	
a.sitemap {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.sitemap:visited {
	color: #FFFFFF;
	
}
a.sitemap:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.sitemap:active {
	color: #FFFFFF;
	}
.sitemap_nolink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* --- LINKS  --- */
a.validator {
	color: #A2A2A2;
	font-size: 10px;
}
a.validator.hover {
	color: #CCCCCC;
	font-size: 10px;
}



/* --- CONTENT  --- */
h1 {
	padding: 100px 0px 0px 0px;
	color: #046090;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #046090;
}
.h1_heart {
	padding: 100px 0px 0px 0px;
	color: #FF9A02;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF9A02;
}
.h1_brain {
	padding: 100px 0px 0px 0px;
	color: #AB2230;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #AB2230;
}
h2 {
	padding: 100px 0px 0px 0px;
	color: #046090;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	padding: 10px 0px 0px 0px;
	color: #046090;
	font-size: 18px;
	font-weight: bold;
}
.h3_brain {
	padding: 20px 0px 20px 0px;
	color: #AB2230;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	padding: 10px 0px 0px 0px;
	color: #046090;
	font-size: 14px;
	font-weight: bold;
}
.h4_heart {
	padding: 20px 0px 20px 0px;
	color: #FF9A02;
	font-size: 18px;
	font-weight: bold;
}
.h4_brain {
	padding: 20px 0px 20px 0px;
	color: #AB2230;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #046090;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.green_left {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #C7D104;
}
a.green_left:hover {
	background-image: url(art/arrow_green_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #748C21;
}

.bayer_links {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-top: 3px;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #999999;
}

.sub_mainmenu_selected {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #748C21;
	background-image: url(art/arrow_green_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.bayer_menu {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.bayer_menu:hover {
	background-image: url(art/menubg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.substatic {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #82B0C8;
}
a.sub_mainmenu_title {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #82B0C8;
}
a.sub_mainmenu_title:hover {
	background-image: url(art/arrow_green_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #748C21;
}

.sub_mainmenu_title_selected {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #748C21;
	background-image: url(art/arrow_green_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.sub_mainmenu {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #82B0C8;
}
a.sub_mainmenu:hover {
	background-image: url(art/arrow_green_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #748C21;
}

a.sub_sub {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	font-size: 12px;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #82B0C8;
}
a.sub_sub:hover {
	background-image: url(art/arrow_green_bg_indent.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #748C21;
}

.sub_sub_selected {
	display: block;
   position: relative;
	border: 1px #FFFFFF;
	font-size: 12px;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #82B0C8;
	background-image: url(art/arrow_green_bg_indent.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #748C21;
}
a.bayer_menu_small {
	
display: block;
   position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	padding: 1px 5px 2px 15px;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.bayer_menu_small:hover {
	background-image: url(art/menubg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

a.top_nav_menu{
	color: #5a5a5a;
	text-decoration: none;
	font-size: 10px;
}
a.top_nav_menu:hover {
	color: #3c3c3c;
}






/* --- GALLERIES  --- */




/* --- FOOTER  --- */
.footer_div {
	width: 996px;
	display: block;
	position: relative;
	border: 1px #FFFFFF;
	border-style: solid solid solid solid;
	margin-bottom: 15px;
	padding: 1px 5px 2px 15px;
	background: #80CCE6;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

/* --- SPACERS  --- */
/*#flasher {
	POSITION: absolute; 
	TOP:0px; 
	LEFT:0px; 
	HEIGHT:310px; 
	WIDTH:320px; 
	Z-INDEX:2;
	display: block;
	border: solid;
	border-color: Red;
	border-width: thick;
}*/

/* --- HACKS  --- */


#mes {
	float:left;
	width:545px;
}
.verde {
	width:545px;
	height:48px;
	float:left;
	line-height:48px;
	background-color:#00ff69;
	text-align: center;	
	color:#fff;
	font-size:16px;
}
.verde a {
	color:#fff;
	width:545px;
	height:48px;
}
.verde a:hover {
	color:#333;
	text-decoration:none;
}
.rojo {
	width:545px;
	height:48px;
	float:left;
	line-height:48px;
	background-image:url(img/fondo_rojo.jpg);
	background-repeat:repeat-y;
	text-align: center;	
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.popup {
	width:545px;
	float:left;
}
