
/* CSS Document */

html, body {
	margin:0;
	background-color:#FFF;
	line-height: 16px;
}
body, input, textarea, select, option {
	font-family:Arial, Sans-serif;
	font-size:12px;
	color: #595959;
}
input, textarea, select, option {
	color:#595959;
	background:#FFF;
}
a {
	color:#0068B3;
	text-decoration:none;
}
a:hover {
	color:#EE3024;
	text-decoration:underline;
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
.hidden {
	display:none;
}
.clear {
	clear:both;
}

#page-container {
	width:977px;
	margin:0 auto;
	padding:0;
}

/********* HEADER  ********/

#header {
	width:977px;
	height:86px;
	margin:0;
	padding:0;
}

#header .logo {
	width:304px;
	height:86px;
	margin:0;
	padding:0;
	float:left;
}
#header .search {
	width:100px;
	height:31px;
	margin:0;
	padding:0;
	float:right;
}
#header .search .home a {
	width:26px;
	height:31px;
	margin:0 17px 0 0;
	padding:0;
	float:left;
	background-image:url(../images/img-nav/sec-nav-icon-home.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#header .search .home a:hover {
	background-position:0 -31px;
}
#header .search .home a span {
	display:none;
}
#header .search .contact a {
	width:31px;
	height:31px;
	margin:0 13px 0 0;
	padding:0;
	float:left;
	background-image:url(../images/img-nav/sec-nav-icon-contact.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#header .search .contact a:hover {
	background-position:0 -31px;
}
#header .search .contact a span {
	display:none;
}
#header .search .search-area {
	width:175px;
	height:31px;
	margin:0 0 0 0;
	float:right;
	background-image:url(../images/img-nav/sec-nav-icon-search.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#header .search input {
	width:120px;
	height:16px;
	margin:5px 0 0 32px;
	padding:2px 0 0 3px;
	border:1px solid #999999;
}

#header .nav {
	position:relative;
	width:500px;
	height:25px;
	margin:14px 0 0 0;
	padding:0;
	float:right;
	clear:right;
	background-color:#FFFFFF;
}

/* Botones de navegación principales */

ul#navigation {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	width:510px;
	height:25px;
}
ul#navigation li {
	position:relative;
	float:left;
	display:block;
	height:25px;
}
ul#navigation li a {
	display:block;
	height:25px;
}
ul#navigation li span {
	display:none;
}
ul#navigation li.nav-01 a { background-image:url(../images/img-nav/sec-nav-about.gif); width:110px; }
ul#navigation li.nav-02 a { background-image:url(../images/img-nav/sec-nav-servicios.gif); width:67px; }
ul#navigation li.nav-03 a { background-image:url(../images/img-nav/sec-nav-noticias.gif); width:65px; }
ul#navigation li.nav-04 a { background-image:url(../images/img-nav/sec-nav-ligas.gif); width:110px; }
ul#navigation li.nav-05 a { background-image:url(../images/img-nav/sec-nav-contacto.gif); width:70px; }
ul#navigation li.nav-06 a { background-image:url(../images/img-nav/sec-nav-media.gif); width:69px; }
ul#navigation li.nav-07 a { background-image:url(../images/img-nav/sec-nav-home.gif); width:50px; }

ul#navigation li a:hover { background-position:0px -23px;}

/* ************************************** TERMINA ESTILO GENERAL ***************************************/

/* Index */

#hp-image-area {
	width:977px;
	height:319px;
	clear:both;
}
#hp-image-area h1, #hp-image-area h2, #hp-image-area h3, #hp-image-area h4 {
	display:none;
}
#hp-image-area .left, #hp-image-area .right {
	width:488px;
	height:319px;
	float:left;
}

#hp-bottom-section {
	width:976px;
	margin:14px 0;
}

#hp-feature-left {
	width:444px;
	float:left;
	padding:0 0 0 28px;
	position:relative;
}

#hp-feature {
	width:444px;
	float:right;
	padding:0 30px 0 0;
}
#hp-feature h2, #hp-feature-left h2 {
	font-family:Myriad Web Pro, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0068B3;
	padding:0 0 3px 0;
	border-bottom:1px solid #D2D7DB;
	width:444px;
	margin:0;
}
#hp-feature .feature-wrap, #hp-feature-left .feature-wrap{
	width:444px;
	margin-top:8px;
}
#hp-feature .feature-wrap .image, #hp-feature-left .feature-wrap .image {
	width:170px;
	height:145px;
	float:left;
	margin:0 0 0 0;
	padding:0;
}
#hp-feature .feature-wrap .image img, #hp-feature-left .feature-wrap .image img {
	border:2px solid #D3D8DC;
}

#hp-feature .feature-wrap .feature-title, #hp-feature-left .feature-wrap .feature-title {
	font-family:Myriad Web Pro, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0068B3;
	line-height:normal;
}
#hp-feature .feature-wrap .feature-more a, #hp-feature-left .feature-wrap .feature-more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#EB6E1F;
	line-height:normal;
}
#hp-feature .feature-wrap .feature-text, #hp-feature-left .feature-wrap .feature-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	line-height:16px;;
	margin-top:6px;
}
#hp-feature .feature-hr, #hp-feature-left .feature-hr {
	width:444px;
	height:6px;
	margin:0 0 10px 0;
	border-bottom:1px solid #D2D7DB;
}
#hp-feature .buttons, #hp-feature-left .buttons {
	text-align:right;
	clear:both;
	width:308px;
	margin-left:137px;
}
ul#featured-btn {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	width:308px;
	height:25px;
}
ul#featured-btn li {
	position:relative;
	float:left;
	display:block;
	height:25px;
	width:25px;	
	padding-left:4px;
}
ul#featured-btn li a {
	display:block;
	height:25px;
	width:25px;	
}
ul#featured-btn li span {
	display:none;
}
ul#featured-btn li.label { background-image:url(../images/home/featured-buttons/select-solution.gif); width:130px;}
ul#featured-btn li.nav-01 a { background-image:url(../images/home/featured-buttons/1.gif); }
ul#featured-btn li.nav-02 a { background-image:url(../images/home/featured-buttons/2.gif); }
ul#featured-btn li.nav-03 a { background-image:url(../images/home/featured-buttons/3.gif); }
ul#featured-btn li.nav-04 a { background-image:url(../images/home/featured-buttons/4.gif); }
ul#featured-btn li.nav-05 a { background-image:url(../images/home/featured-buttons/5.gif); }
ul#featured-btn li.nav-06 a { background-image:url(../images/home/featured-buttons/6.gif); }

ul#featured-btn li a:hover { background-position:0px -25px;}


#footer-hp {
	width:977px;
	height:20px;
	margin:12px 0 0 0;
	float:right;	
	font-size:10px;
	font-weight:normal;
	color:#9B9FA2;
}
#footer-hp a {
	color:#9B9FA2;
}
#footer-hp .left {
	width:345px;
	float:left;
	text-align:left;
	padding-left:8px;
}
#footer-hp .right {
	width:500px;
	float:right;
	text-align:right;
	padding-right:8px;
}

