@charset "utf-8";
/* CSS Document
On-Target template for screen
Author: Ricardo Castillo
*/

* {
	margin: 0px;
}
body {
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76.1%;
}
/*DIVS DE ESTRUCTURA*/
#all {
	width: 933px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}
#content_header {
	background: transparent url(images/header.jpg) no-repeat top left;
	width: 100%;
	height: 96px;
}
#logo {
	padding: 30px 0 0 30px;
	width: 277px;
	float: left;
}
h1, h1 a {
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	text-decoration: none;
}
#about {
	color: #CACACA;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	padding: 60px 100px 0 0;
}
#about ul {
	margin: 0px;
	padding-left: 0px;
}
#about li {
	list-style: none;
	list-style-position: inside;
	text-align: center;
}
span.mi_vi a {
	text-decoration: none;
	color: #999;
}
span.mi_vi a:hover {
	color: #3741A2;
}
span#values a {
	text-decoration: none;
	color: #999;
}
span#values a:hover {
	color: #3741A2;
}
#shadow_left {
	float: left;
	background-image: url(images/shadow_left.jpg);
	width: 14px;
	height: 387px;
}
#main_col {
	width: 933px;
}
#menu_master {
	text-align: center;
	padding-top: 4px;
	height: 23px;
}
#menu_master ul {
	padding-left: 0px;
}
#menu_master li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}
#menu_master li a {
	text-decoration: none;
	color: #DDD;
	padding: 1px 24px;
	border-right: #FFF 2px solid;
}
#menu_master li#contact a {
	border: none;
}
#menu_master li a.active {
	background-color: #F2F2F2;
	color: #000000;
}
#menu_master li a:hover {
	background-color: #FFF;
	color: #000000; 
}
#central_box {
	clear: both;
}
#content_menu_flash {
	background: transparent url(images/bg_card.jpg) no-repeat bottom left;
	float: left;
	width: 810px;
	height: 387px;
}
#flash {
	width: 810px;
	margin-top: -1px;
}
/*CAMBIO DE BG-COLOR PARA CADA MENÚ DE SECCIÓN*/
.menu_index {
	background-color: #325825;
}
.menu_mission {
	background-color: #6574C9;
}
.menu_vision {
	background-color: #94CAFC;
}
.menu_values {
	background-color: #85945D;
}
.menu_online {
	background-color: #8BB9DF;
}
.menu_qualitative {
	background-color: #226CAD;
}
.menu_pharma {
	background-color: #548945;
}
.menu_team {
	background-color: #86BE5D;
}
.menu_contact {
	background-color: #285576;
}
.menu_facilities {
	background-color: #547D1D;
}
/*FIN DE CAMBIO DE IMGAEN*/
#shadow_right {
	float: right;
	background-image: url(images/shadow_right.jpg);
	width: 109px;
	height: 387px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 933px;
	height: 30px;
	clear: both;
	padding-top: 40px;
}
#footer p {
	text-align: right;
	padding-right: 110px;
	font-size: 10px;
	color: #999999; /*GRIS 40% COREL*/
}
