/*----- Start "Main definitions" -----*/
* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial, "Trebuchet MS", Tahoma sans-serif;
	color: #4a4a4a;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	background-color: #DFEDF2;
	background-repeat: repeat-x;
	background-position: 0 0;
}
html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
a img { border: 0; }
a {
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a2 {
	text-decoration: underline;
}
a2:hover { text-decoration: none; }
/*----- End "Main definitions" -----*/

#page {
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100%;
}
#contenedor {
	position: absolute;
	height: 1200px;
	width: 970px;
	top: 0px;
	vertical-align: middle;
	margin: auto;
}
#ftp {
	position: absolute;
	height: 25px;
	width: 30px;
	top: 10px;
	right:10px;
	
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #2b2b2b;
	font-weight: normal;
}
h1 { font-size: 23px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

ul { padding-left: 15px; }

#header {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	position: absolute;
	height: 50px;
	width: 950px;
	left: 0px;
	top: 60px;
}

#header .description { font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif; font-size: 11px; color: #9c9c9c; text-transform: uppercase; line-height: 1; }
#header h1 { line-height: 1.1; }
#header h1 a { color: #2b2b2b; text-decoration: none; }

#navigation {
	float: left;
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	width: 850px;
	height: 35px;
	display: inline;
	padding-top: 15px;
}
#botonera_top {
	position: absolute;
	height: 35px;
	width: 890px;
	left: 30px;
	top: 35px;
}

#navigation ul li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 9px;
	margin-right: 9px;
	background: url(images/nav-sep.gif) repeat-y right 0;
}
#navigation ul li.last { margin-right: 0; padding-right: 0; background: none; }
#navigation ul li a { color: #7f7f7f; text-decoration: none; }
#navigation ul li a:hover { text-decoration: underline; }
#navigation ul li.active a { color: #000; }

#header2 {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 650px;
	text-align: left;
	height: 60px;
}
#header2 .description { font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif; font-size: 11px; color: #9c9c9c; text-transform: uppercase; line-height: 1; }
#header2 h1 { line-height: 1.1; }
#header2 h1 a { color: #2b2b2b; text-decoration: none; }

#navigation2 {
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	padding-top: 0px;
	width: 300px;
}
#navigation2 ul li {
	float: right;
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	margin-right: 9px;
}
#navigation2 ul li.last { margin-right: 0; padding-right: 0; background: none; }
#navigation2 ul li a {
	color: #7F7F7F;
	text-decoration: none;
}
#navigation2 ul li a:hover { text-decoration: underline; }
#navigation2 ul li.active a {
	color: #000000;
}

#slideshow {
	height: 454px;
	width: 962px;
	position: absolute;
	left: 1px;
	top: 100px;
	z-index: 0;
}
#slideshow .bg { height: 454px; width: 962px; background: url(images/slider.png) no-repeat 0 0; }
#slideshow .cnt { padding: 42px 36px 0 36px; }
#slideshow .big-image { margin-bottom: 12px; }
#slideshow .big-image img { padding: 2px; border: solid 1px #d5d5d5; }

#slider {
	width: 900px;
	position: relative;
}
#slider .buttons span { display: block; width: 38px; height: 37px; font-size: 0; line-height: 0; text-indent: -4000px; cursor: pointer; }
#slider .buttons span { position: absolute; top: 21px; }
#slider .buttons .prev { left: 0; background: url(images/button-prev.gif) no-repeat 0 0; }
#slider .buttons .next { right: 0; background: url(images/button-next.gif) no-repeat 0 0; }
#slider .holder {
	width: 900px;
	height: 78px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#slider .content {
	position: absolute;
	top: 4px;
	left: -14px;
	width: 922px;
}
#slider .content ul { float: left; display: inline; padding-left: 0; }
#slider .fragment { float: left; display: inline; list-style-type: none; }
#slider .fragment a {
	float: left;
	display: inline;
	width: 133px;
	height: 72px;
	padding: 0px;
	background: url(images/slider-fragment.gif);
	margin: 0 10px;
}

#content {
	padding: 0 5px 10px 5px;
	position: absolute;
	left: 6px;
	top: 675px;
}
#content4 {
	padding: 0 5px 10px 5px;
	position: absolute;
	left: 6px;
	top: 675px;
	width: 950px;
}

#content p { padding-bottom: 18px; }
#content .separator {
	padding-right: 15px;
	background: url(images/col-sep.gif) no-repeat right 10px;
	width: 200px;
	padding-left: 10px;
}
#content .left-col {
	float: left;
	display: inline;
	width: 300px;
}
#content .left-col-2 {
	float: left;
	display: inline;
	width: 300px;
}
#content .right-col {
	float: right;
	display: inline;
	width: 222px;
}
#content2 {
	padding: 0 5px 10px 5px;
	position: absolute;
	left: 340px;
	top: 0px;
	width: 620px;
}
#content3 {
	padding: 0 5px 10px 5px;
	position: absolute;
	left: 340px;
	top: 0px;
	width: 420px;
}
#flash {
	position: absolute;
	width: 950px;
	left: 7px;
	top: 565px;
	height: 100px;
}

#content2 p { padding-bottom: 18px; }
#content2 .separator {
	padding-right: 0px;
	width: 380px;
	padding-left: 0px;
}
#content2 .left-subcol {
	float: left;
	display: inline;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
}
content2 .right-subcol {
	float: right;
	display: inline;
	width: 250px;
}

.linklist { padding-left: 0; }
.linklist li { padding-left: 7px; background: url(images/linklist-ico.gif) no-repeat 0 7px; list-style-type: none; }
.linklist2 { padding-left: 0; }
.linklist2 li { padding-left: 7px; background: url(images/linklist-ico.gif) no-repeat 0 7px; list-style-type: none; }

#footer {
	background: url(images/footer-line.gif) no-repeat center 0;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	position: absolute;
	height: 40px;
	width: 935px;
	left: 0px;
	top: 1050px;
}
#contacto {
	position: absolute;
	height: 30px;
	width: 260px;
	top: 30px;
	right: -30px;
}
#telefono {
	position: absolute;
	height: 30px;
	width: 50px;
	top: 35px;
	right: 230px;
}
#mail {
	position: absolute;
	height: 25px;
	width: 130px;
	top: 20px;
	right: -5px;
}


.texto02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.texto02 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.texto02 a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.texto02 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.texto01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	text-decoration: none;
}
#logo {
	position: absolute;
	height: 60px;
	width: 950px;
	left: 0px;
	top: 0px;
}
#ggr {
	position: absolute;
	height: 50px;
	width: 500px;
	left: 20px;
	top: 10px;
}
#consulta  {
	position: absolute;
	height: 110px;
	width: 110px;
	right: 45px;
	bottom: 120px;
	z-index: 1;
	}
#logos_clientes {
	position: absolute;
	height: 120px;
	width: 620px;
	left: 348px;
	top: 920px;
}
#logos_clientes3 {
	position: absolute;
	height: 120px;
	width: 950px;
	left: 10px;
	top: 920px;
}

