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

* { padding: 0; margin: 0 }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	line-height: 18px;
	background: url(../images/bg-body.gif) top left repeat-x;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #039;
	line-height: 23px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	}
	h1 img {
		vertical-align: middle;
		}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #F60;
	line-height: 23px;
	margin: 5px 0 10px 0;
	}
	h1 img {
		vertical-align: middle;
		}

img {
	border: none;
	}


#wrapper {
	width: 780px;
	border: 1px solid #c6c6c6;
	margin: 20px auto 10px auto;
	background: #FFF;
	}

#header {
	width: 780px;
	height: 89px;
	}
#logo {
	width: 146px;
	height: 65px;
	float: left;
	margin: 10px 0 0 25px;
	}
#banner {
	width: 550px;
	height: 68px;
	float: right;
	margin: 10px 10px 0 0;
	border: 1px solid #CCC;
	background: #FFF;
	overflow: hidden;
	}

#nav {
	width: 780px;
	height: 28px;
	position: relative;
	margin: 0 0 10px 0;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background: url(../images/nav/bg-nav.jpg) top left repeat-x;
	}
	#nav #language {
		width: 50px;
		position: absolute;
		top: 7px;
		right: 205px;
		/*float: right;
		margin: 7px 10px 0 0;*/
		}
	#nav #search {
		width: 191px;
		position: absolute;
		top: 3px;
		right: 10px;
		/*float: right;
		margin: 3px 10px 0 0;*/
		}
		#nav #search .inputSearch {
			width: 128px;
			height: 14px;
			float: left;
			color: #999;
			padding: 3px;
			border: 1px solid #c6c6c6;
			background: #f6f6f6;
			}
		#nav #search .searchButton {
			width: 55px;
			height: 22px;
			float: right;
			border: none;
			cursor: pointer;
			background: url(../images/searchButton.gif) top left no-repeat;
			}
		#nav #search .searchButtonENG {
			width: 55px;
			height: 22px;
			float: right;
			border: none;
			cursor: pointer;
			background: url(../images/searchButtonENG.gif) top left no-repeat;
			}

#servicios {
	width: 780px;
	height: 190px;
	}

#flash {
	width: 780px;
	height: 187px;
	margin: 0 0 10px 0;
	background: #FFF;
	border-top: 1px solid #c6c6c6;
	}

#content {
	width: 760px;
	/*min-height: 300px;*/
	padding: 0 10px 10px 10px;
	}
	#content p {
		margin: 0 0 15px 0;
		}
	#content a {
		color: #06F;
		text-decoration: underline;
		}
	#content a:hover {
		color: #900;
		text-decoration: none;
		}
		#content a img {
			vertical-align: middle;
			}
	#content img {
		vertical-align: middle;
		}
	#content ul {
		margin: 10px 0 0 20px;
		}
	#content ul li {
		list-style: none;
		list-style-position: inside;
		background: url(../images/icons/fatcow/16x16/bullet_add.png) top left no-repeat;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		}

#productos {
	width: 780px;
	height: 192px;
	position: relative;
	*margin-bottom: 10px;
	}
	#productosHeader {
		width: 32px;
		height: 183px;
		float: left;
		margin: 0 10px 0 8px;
		background: url(../images/slide/titleSlide-productos.gif) top left no-repeat;
		} 

#footer {
	width: 760px;
	padding: 0 10px;
	margin: 0 auto 20px auto;
	}
	#footer a {
		color: #5e5e5e;
		text-decoration: none;
		}
	#footer a:hover {
		color: #F60;
		text-decoration: none;
		}

/*::::::::::::::: SERVICIOS :::::::::::::::*/

.serviciosBox {
	width: 178px;
	height: 178px;
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	border: 1px solid #b9b9b9;
	background: #f6f6f6;
	overflow: hidden;
	}
	.serviciosHeader {
		width: 178px;
		height: 34px;
		}
	.serviciosContent {
		width: 158px;
		padding: 10px 10px 0 10px;
		background: url(../images/serviciosBox/bg-serviciosContent.gif) top left no-repeat;
		}
		.serviciosContent ul {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			}
		.serviciosContent li {
			list-style: none;
			}
			.serviciosContent li a {
				color: #5e5e5e;
				text-decoration: none;
				}
			.serviciosContent li a:hover {
				color: #ff6600;
				text-decoration: none;
				}
		.serviciosContentDestacados {
			font-weight: bold;
			color: #006699;
			}
			.serviciosContentDestacados a {
				color: #006699 !important;
				}
			.serviciosContentDestacados a:hover {
				color: #ff6600 !important;
				}
		.serviciosContentDivisor {
			width: 158px;
			height: 1px;
			margin: 5px 0;
			border-bottom: 1px solid #FFF;
			background: #d4d4d4;
			}
	.serviciosFooter {
		width: 168px;
		height: 35px;
		font-size: 11px;
		line-height: 14px;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px 10px 0 10px;
		background: url(../images/serviciosBox/bg-footerLogin.gif) top left no-repeat;
		}
		.serviciosFooter a {
			color: #5e5e5e;
			text-decoration: none;
			}
		.serviciosFooter a:hover {
			color: #ff6600;
			text-decoration: none;
			}
		
	.serviciosConsultar {
		width: 76px;
		height: 28px;
		position: absolute;
		right: 5px;
		bottom: 5px;
		}
.serviciosBoxLogin {
	width: 188px;
	height: 178px;
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	border: 1px solid #b9b9b9;
	background: #f6f6f6;
	overflow: hidden;
	}

.tableLogin {
	width: 168px;
	font-weight: bold;
	border-collapse: collapse;
	}

.inputLogin {
	width: 90px;
	height: 14px;
	padding: 3px;
	border: 1px solid #c6c6c6;
	background: #FFF;
	}
.buttonLogin {
	text-align: right;
	font-weight: bold;
	color: #ff6600;
	border: none;
	background: none;
	float: right;
	cursor: pointer;
	margin-top: 5px;
	}

/*::::::::::::::: CLASES GENERICAS :::::::::::::::*/

.clear {
	float: none;
	clear: both;
	}
.cursor {
	cursor: pointer;
	}
.divisor {
	width: 760px;
	height: 1px;
	display: block;
	margin: 10px 0;
	border-bottom: 1px dotted #FC0;
	background: #FFF;
	}
.cajaDestacada {
	margin: 10px 0;
	padding: 10px;
	text-align: justify;
	background: #f1f1f1;
	border: 1px solid #CCC;
	}
.bold {
	font-weight: bold;
	}
.txt10 {
	font-size: 10px;
	}
.imgFloatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgFloatRight {
	float: right;
	margin: 0 0 10px 10px;
	}
.celdaGris {
	background: #e2e2e2;
	}

.tablaPasos {
	width: 100%;
	border-collapse: collapse;
	margin: 7px 0 10px 0;
	border-bottom:1px solid #CCC;
	}
	.tablaPasos img {
		padding: 0;
		margin: 0;
		}

.tablaDatos {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	background: #FFF;
	}
	.tablaDatos td {
		border: 1px solid #999;
		vertical-align: middle;
		padding: 3px;
		}
	.tablaDatosEncabezado {
		text-align: center;
		font-weight: bold;
		color: #039;
		background: #f1f1f1;
		}
	.tablaDatosSubEncabezado {
		text-align: center;
		font-weight: normal;
		color: #f1f1f1;
		background: #039;
		}

.tablaNavegacion {
	width: 100%;
	text-align: right;
	border-collapse: collapse;
	margin: 10px 0 0 0;
	}

.botonGen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #03F;
	padding: 5px;
	margin: 0 0 0 5px;
	border: 1px solid #999;
	background: #f1f1f1 url(../images/bg-buttonGen.gif) 0px 0px;
	cursor: pointer;
	}
	.botonGen:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #039;
		padding: 5px;
		margin: 0 0 0 5px;
		border: 1px solid #F60;
		background: #FC0 url(../images/bg-buttonGen.gif) 0px 50px;
		}

/*::::::::::::::: CLASES ESPECIFICAS SLIDE VERTICAL :::::::::::::::*/

.tableInfoProductos {
	width: 450px;
	margin: 0 0 0 0;
	*margin: 0 0 0 40px;
	border-collapse: collapse;
	}
	.tableInfoProductos h1 {
		margin-bottom: 10px !important;
		font-size: 14px !important;
		font-weight: bold !important;
		height: 20px;
		}
		.tableInfoProductos a.verMas {
			font-weight: bold;
			color: #ff6600;
			text-decoration: none;
			}
		.tableInfoProductos a.verMas:hover {
			color: #013364;
			}
		.tableInfoProductos a.cotizar {
			font-weight: bold;
			color: #013364;
			text-decoration: none;
			padding: 0 0 0 20px;
			background: url(../images/icons/fatcow/16x16/bullet_go.png) center left no-repeat;
			cursor: pointer;
			}
		.tableInfoProductos a.cotizar:hover {
			color: #F60;
			}

/*::::::::::::::: FORMULARIOS :::::::::::::::*/

.inputForm {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #5e5e5e;
	padding: 3px;
	border: 1px solid #CCC;
	background: url(../images/nav/bg-nav.jpg) top left repeat-x;
	}
	.inputForm:focus {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12px !important;
		color: #5e5e5e;
		padding: 3px;
		border: 1px solid #F60;
		background: url(../images/nav/bg-nav.jpg) top left repeat-x;
		}

.inputFecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	padding: 3px;
	margin-right: 5px;
	border: 1px solid #CCC;
	background: url(../images/nav/bg-nav.jpg) top left repeat-x;
	}
	.inputFecha:focus {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5e5e;
		padding: 3px;
		border: 1px solid #F60;
		background: url(../images/nav/bg-nav.jpg) top left repeat-x;
		}

/*::::::::::::::: FORMULARIO DE CONTACTO :::::::::::::::*/

.inputFormContact {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	padding: 3px;
	border: 1px solid #CCC;
	background: url(../images/nav/bg-nav.jpg) top left repeat-x;
	}
	
.buttonFormContact {
	width: 258px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
	padding: 3px;
	border: 1px solid #999;
	background: #CCC;
	}
	.buttonFormContact:hover {
		width: 258px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #333;
		padding: 3px;
		border: 1px solid #F60;
		background: #FC0;
		cursor: pointer;
		}

/*::::::::::::::: GRAFICO :::::::::::::::*/

#grafico {
	width: 100%;
	height: 200px;
	background: #f1f1f1;
	}

/*::::::::::::::: TOOLTIP :::::::::::::::*/

.tooltipTitle {
	font-weight: bold;
	color: #000;
	}

#tooltip {
	position: absolute;
	padding: 4px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	text-align: left;
	background-color: #06C;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);*/
	}
