/* CSS Reset */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */


.clear {
	clear: both;
}

a { 
	outline: 0;
	color: #067;
}
a:hover { 
	text-decoration: underline;
}

/* ***********************************************************/


html, body {
	height: 100%;
}
#pagewrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -161px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 161px; /* .push must be the same height as .footer */
}

/* Estructura */
body {
	background: #d2dfdf url(images/body-bg.png) repeat-x top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}


#pagewrap {
	width: 1006px;
	padding: 0px;
	position: relative;
	background: transparent url(images/main-bg.jpg) no-repeat 0px 222px;
}
body.home #pagewrap  {
	background: transparent url(images/main-bg-no-menu.jpg) no-repeat 0px 222px;
}
body.m3 #pagewrap  {
	background: transparent url(images/main-bg-no-menu.jpg) no-repeat 0px 222px;
}
body.m4 #pagewrap  {
	background: transparent url(images/main-bg-picnomenu.jpg) no-repeat 0px 222px;
}
body.m1 #pagewrap, body.m2 #pagewrap, body.m5 #pagewrap, body.m6 #pagewrap  {
	background: transparent url(images/main-bg-pic.jpg) no-repeat 0px 222px;
}
#header {
	height: 222px;
	overflow: hidden;
	position: relative;
	background: transparent url(images/header-bg.jpg) no-repeat top center;
}
#main {
	background: transparent;
	min-height: 300px;
		 /* IE min-height workaround */
  			height:auto !important;
  			height:300px;
}

#main.nomenu  {
	background: transparent url(images/main-bg.png) no-repeat top left;
}
body.m3 #main {
	min-height: 100px;
		 /* IE min-height workaround */
  			height:auto !important;
  			height:100px;
}
#footer {
	background: #022 url(images/foot-bg.png) repeat-x top left;
	clear: both;
	width: 100%;
	position: relative;
}
#barra-inferior{
	height: 15px;
	width: 1006px;
	margin: 0 auto;
	padding: 0px;
}
#footer-inside {
	overflow: hidden;
	height: 146px;
	width: 1006px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background: transparent url(images/footer-inside-bg.jpg) no-repeat top center;
}

/* Elementos */
#header h1 a {
	width: 182px;
	height: 84px;
	display: block;
	background: transparent url(images/logo.png) no-repeat top left;
	text-indent: -9999px;
	position: relative;
	top: 10px;
	left: 60px;
}
#header h2 {
	width: 182px;
	height: 84px;
	display: block;
	position: relative;
	top: 18px;
	left: 60px;
	color: #7bb;
	border-top: 1px solid #388;
	padding-top: 6px;
	line-height: 1;
	letter-spacing: 1;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
ul#nav {
	position: absolute;
	top: 141px;
	left: 24px;
}
ul#nav li {
	color: white;
	text-align: center;
	display: block;
	width: 163px;
	height: 55px;
	float: left;
}
ul#nav li a{
	color: white;
	font-size: 17px;
	line-height: 1;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
ul#nav li a:hover{
	color: #b85;
	text-decoration: none;
}
ul#nav li span{
	font-size: 10px;
}

.m1 #m1,
.m2 #m2,
.m3 #m3,
.m4 #m4,
.m5 #m5,
.m6 #m6 {
 	background: transparent url(images/glow.png) no-repeat top left;
}
.m6 #m6 {
 	background: transparent url(images/glow2.png) no-repeat top left;
}
.m1 #m1 a,
.m1 #m1 a:hover,
.m2 #m2 a,
.m2 #m2 a:hover,
.m3 #m3 a,
.m3 #m3 a:hover,
.m4 #m4 a,
.m4 #m4 a:hover,
.m5 #m5 a,
.m5 #m5 a:hover,
.m6 #m6 a,
.m6 #m6 a:hover {
	color: #ea6;
	cursor: default;
}
ul#nav li#m4 {
	width: 203px;
}
ul#nav li#m5 {
	width: 163px;
}
ul#nav li#m6 {
	width: 123px;
}
#footer-inside {
	color: white;
	height: 100px;
	padding: 46px 48px 0;
	width: 910px;
}
#footer-inside h2 {
	width: 114px;
	height: 53px;
	background: transparent url(images/logo-pie.png) no-repeat top left;
	text-indent: -9999px;
}
#footer-inside h3 {
	width: 114px;
	display: block;
	position: relative;
	top: 8px;
	color: #7bb;
	border-top: 1px solid #388;
	padding-top: 4px;
	line-height: 1;
	letter-spacing: 1;
	text-transform: uppercase;
	font-size: 7px;
	font-weight: normal;
	text-align: center;
}
#footer-inside .address {
	position: absolute;
	top: 72px;
	left: 300px;
	line-height: 1.4;
	color: #3cd;
	font-size: 12px;
}
#barra-inferior {
	padding: 0px 48px;
	width: 910px;
	color: #167;
	font-size: 14px;
	height: 15px;
	overflow: hidden;
}
#barra-inferior p{
	line-height: 38px;
}

#barra-inferior p.bullet{
	float: left;
	background: transparent url(images/bullet1.png) no-repeat 0px 11px;
	padding-left: 30px;
}
#barra-inferior a{
	color: #167;
}
#barra-inferior a:hover{
	color: #245;
}
#barra-inferior form{
	float: right;
	padding-left: 30px;
	border-left: 1px dotted #a64;
}
#barra-inferior form label{
	font-size: 10px;
	margin-left: 10px;
	font-weight: normal;
	color: #864;
	text-transform: uppercase;
}
#barra-inferior form input.inputbar{
	width: 100px;
	border: 1px solid #a97;
	padding: 2px 5px;
	color: #777;
}


#main {
	padding: 65px 4px 50px 24px;
}
.col {
	float: left;
	margin-right: 20px;
	position: relative;
}
.one {
	width: 143px;
}
.two {
	width: 306px;
}
.three {
	width: 469px;
}
.four {
	width: 632px;
}
.five {
	width: 795px;
}


.imagen {
	background: transparent url(images/fondo-imagen.png) no-repeat top left;
	width: 186px;
	padding: 7px;
	height: 189px;
	position: relative;
	top:-7px;
	left: -7px;
}

.home #main h3 {
	color: #006677;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: transparent url(images/bullet2.png) no-repeat 2px 6px;
	padding-left: 30px;
}
.home #main p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

#main h3 {
	color: #067;
	font-family: Verdana,Georgia, Times, serif;
	font-weight: bold;
	font-size: 20px;
	margin-left: -.3em;
	padding-left: .3em;
	margin-bottom: 1em;
	border-bottom: 1px solid #067;
}
#main h4 {
	color: #006677;
	font-size: 16px;
	margin: 1em 0 .3em;
}
#main h4.seccion {
	color: #034;
	font-size: 12px;
	margin: 1em 0 -.5em;
	text-transform: uppercase;
}
#main h4.seccion a {
	color: #034;
} 
#main h4.seccion a:hover {
	color: #b85;
} 
#main p {
	font-family: Verdana,Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	margin-bottom: .5em;
}
#main ul {
	margin-top: .5em;
}
#main ul li {
	padding-left: 25px;
	background: transparent url(images/bullet3.png) no-repeat 0px 1px;
	margin-bottom: .5em;
}
ul.menu-vert {
	margin-left: 15px;
	position: relative;
	top: 20px;
	width: 230px;
}
.cuad {
	background: transparent url(images/cuadraditos-ch.png) no-repeat 5px 0px;	
	padding-top: 100px;
}
.toright {
	background: transparent url(images/cuadraditos-ch.png) no-repeat 100px 10px;	
	padding-top: 50px;
	position: relative;
	top: -30px;
}
ul.cuad {
	margin-left: 15px;
	position: relative;
	top: -20px;
	width: 230px;
}
#main ul.menu-vert li {
	line-height: 35px;
	background: transparent;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Georgia, Times, serif;
	margin-bottom: 0px;
}
ul.menu-vert li a {
	color: #555;
	background: transparent url(images/bullet3.png) no-repeat 14px 14px;
	border-bottom: 1px solid #ccc;
	padding-left: 38px;	
	display: block;
	padding-top: 5px;
	height: 35px;
	line-height: 35px;
}
ul.menu-vert li a:hover {
	color: #067;
	text-decoration: none;
	background: #f4f4f4 url(images/bullet3h.png) no-repeat 14px 14px;
	border-bottom: 1px solid #999;
}
ul.menu-vert li.sel a,
ul.menu-vert li.sel a:hover  {
	color: #fff;
	text-decoration: none;
	background: #067 url(images/bullet3h.png) no-repeat 14px 14px;
	border-bottom: 1px solid #999;
}
ul.menu-vert li.active a,
ul.menu-vert li.active a:hover {
	color: #067;
	font-weight: bold;
	text-decoration: none;
	background: #f4f4f4 url(images/bullet3h.png) no-repeat 14px 14px;
	border-bottom: 1px solid #999;
}


ul.menu-vert ul.submenu {
	margin-left: 0px;
	position: relative;
	top: -7px;
	width: 230px;
	background: #fafafa;
}
ul.menu-vert ul.submenu li {
	line-height: 25px;
	background: transparent;
	padding-left: 0px;
	text-transform: none!important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif!important;
	margin-bottom: 0px;
}
ul.menu-vert ul.submenu li a {
	color: #555;
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	padding-left: 38px;	
	display: block;
	padding-top: 5px;
	height: 25px;
	line-height: 25px;
}
ul.menu-vert ul.submenu li a:hover {
 	color: #067;
	text-decoration: none;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
ul.menu-vert ul.submenu li.sel a,
ul.menu-vert ul.submenu li.sel a:hover {
	color: #067;
	font-weight: bold;
	background: #f4f4f4;
}

#main form p {
	margin-top: 10px;
}
#main form label {
	display: block;
	font-size: 10px;
	text-transform:  uppercase;
	margin-left: 3px;
}

#bloque-clientes {
	margin-left: 5px;
	margin-right: -5px;
}
.cliente {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background: white;
	border: 1px solid #9bb;
	position: relative;
	overflow: hidden;
	

	padding: 0px;
}
.cliente img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.cliente .textos {
	display: none;
	text-align: center;
	padding: 5px;
}
.cliente .textos h3 {
	border-bottom: 1px solid #067 !important;
	font-size: 12px!important;
	padding-left: 0px !important;
	font-weight: bold!important;
	font-family: Arial, Helvetica, sans-serif!important;
	text-transform: uppercase;
}
.cliente .textos p {
	color: #067!important;
	font-size: 11px!important;
	line-height: 1.1!important;
}



