@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}

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

#header {
	height: 114px;
	position: relative;
}

.logoEnciende {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

.logoBayer {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
}

#navTools {
	width: 993px;
	height: 14px;
	position: absolute;
	bottom: 30px;
	right: 0px;

	font-size: 11px;
}

#navTools ul { 
	width: 213px;
	list-style: none;
	position: absolute;
	right: 0px;
}

#navTools li {
	float: left;
	padding-left: 10px;
}

#navTools a {
	color: #000;
	text-decoration: none;
}

#navTools a:hover {
	color: #000;
	text-decoration: underline;
}

#mainNav {
	width: 993px;
	height: 20px;
	background-image: url(/html/images/new_design/backMainMenu.png);
	background-repeat: repeat-y;
	position: absolute;
	bottom: 5px;
	left: 0px;
	
	color: #FFF;
	font-size: 12px;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
    /*padding: 3px 30px;*/
	border-right: #CF5F09 solid 1px;
	border-left: #FA9C56 solid 1px;
	float: left;
}

#mainNav li a {
	display: block;
	padding: 3px 30px;
	text-decoration: none;
	color: #FFF;
}

#mainNav li a:hover {
	background-color: #660265;
}

#contents {
	margin-top: 15px;
	/*padding-left: 27px;*/
}

#lefCol {
	width: 173px;
	float: left;
}

.fieldText {
	width: 150px;
	height: 13px;
	padding: 1px 0px;
	border: #B6B6B6 solid 1px;
	
	font-size: 10px;
}

.contCaja {
	padding: 10px 10px;
	color: #535353;
	font-size: 11px;
	text-align: left;
}

.tituloCaja {
	padding: 2px 0px;
	background-color: #F37C1E;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.pieLeftCol {
	padding: 10px 10px;
	color: #535353;
	font-size: 11px;
	border-top: #878787 solid 1px;
	text-align: left;
}

.linkPieLeftCol {
	display: block;
}

#lefCol a {
	color: #535353;
	text-decoration: none;
}

#lefCol a:hover {
	color: #535353;
	text-decoration: underline;
}

#rightCol {
	margin-left: 14px;
	width: 779px;
	float: left;
}

/* estilos HOME */

#firstColBanners {
	margin-right: 13px;
	width: 370px;
	float: left;
}

.banner370 {
	margin-bottom: 15px;
	width: 370px;
}

#secondColBanners {
	margin-right: 11px;
	width: 212px;
	float: left;
}

.banner212 {
	margin-bottom: 12px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 40px;
	width: 198px;
	height:275px;
	height:275px;
	min-height:190px;
	position: relative;
	background-image:  url(/html/images/new_design/images/backBanner212.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #474645;
}

.banner212 p, .banner212 span{
	text-align: left;
}

.imgTitle {
	height: 48px;
}

.tituloNota {
	margin-bottom: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F37C1E;
}

.banner212 p {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.vermas {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	float: right;
	
	font-size: 11px;
}

.vermas a {
	text-decoration: none;
}

.vermas a:hover {
	text-decoration: underline;
	color: #FFF;
}

#toolsHomeColDer {
	width: 173px;
	float: left;
	color: #000;
}

#toolsHomeColDer ul {
	list-style: none;
}

#toolsHomeColDer li {
	padding: 3px 0px;
}

#toolsHomeColDer li img {
	margin-right: 5px;
}

#toolsHomeColDer a {
	color: #000;
	text-decoration: none;
}

#toolsHomeColDer a:hover {
	color: #000;
	text-decoration: underline;
}


/* Página BIENVENIDOS */

#bannerTop {
	margin-left: 40px;
	margin-bottom: 30px;
}

#txtBienvenido {
	margin-left: 40px;
	_margin-left: 20px;
	width: 390px;
	float: left;
	font-size: 12px;
}

#txtBienvenido p {
	margin-bottom: 13px;
	text-align: left;
}

#formAcceso {
	margin-right: 50px;
	width: 173px;
	float: right;
}

#formAcceso a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#formAcceso a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

p a {
	color: #F07D24;
	text-decoration: none;
}

p a:hover {
	color: #F07D24;
	text-decoration: underline;
}
