@charset "utf-8";
body {
	background-color: #6e7e8b;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1;
	width:100%;
	height:100%;
}
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c5c5c5) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c5c5c5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c5c5c5');
	background-color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#069;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:7px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.classname:active {
	position:relative;
	top:1px;
}
.menumapa {
	color: #333;
	font-weight: bold;
	text-align: left;
	height: 23px;
	display: block;
	padding-top: 7px;
	padding-left: 4px;
}
.menumapa:hover {
	color: #666;
	font-weight: bold;
	text-align: left;
	height: 23px;
	display: block;
	padding-top: 7px;
	background-color: #FFF;
	padding-left: 4px;
}
.menumapa2 {
	color: #666;
	font-weight: bold;
	text-align: left;
	height: 23px;
	display: block;
	padding-top: 7px;
	padding-left: 4px;
}
.menumapa2:hover {
	color: #999;
	font-weight: bold;
	text-align: left;
	height: 23px;
	display: block;
	padding-top: 7px;
	background-color: #FFF;
	padding-left: 4px;
}
h1 {
  font-size:138.5%;  
}
h2 {
  font-size:123.1%; 
}
h3 {
  font-size:108%;  
}

h1,h2,h3 {
  margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
  font-weight:bold; 
}
abbr,acronym {
  border-bottom:1px dotted #000;
  cursor:help;
} 
em {
  font-style:italic;
}
blockquote,ul,ol,dl {
  margin:1em;
}
ol,ul,dl {
  margin-left:2em;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: disc outside;
}
dl dd {
  margin-left:1em;
}
th,td {
  border:1px solid #000;
  padding:.5em;
}
th {
  font-weight:bold;
  text-align:center;
}
caption {
  margin-bottom:.5em;
  text-align:center;
}
p,fieldset,table,pre {
  margin-bottom:1em;
}
input[type=text],input[type=password],textarea{
	width:12.25em;
}
#banner {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#banner_contenedor {
	padding: 0px;
	height: 145px;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
#banner_arriba {
	background-image: url(img/bg_banner_arriba.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
	width: 799px;
}
#banner_logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 117px;
	width: 564px;
	padding: 0px;
	margin-left: 10px;
	float: left;
}
#banner_botones {
	padding: 0px;
	float: right;
	height: 25px;
	width: 70px;
	margin-right: 5px;
	background-color: #DDD9DA;
}
#banner_medio {
	background-color: #DDD9DA;
	height: 135px;
	width: 799px;
	padding: 0px;
	margin: 0px;
}
#menu {
	height: 47px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu_contenedor {
	background-color: #DDD9DA;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 47px;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#boton {
	margin-top: 0px;
	width: 799px;
	height: 34px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#boton a {
	height: 34px;
	margin-left: 3%;
	text-decoration: none;
	color: #FFF;
	width: 130px;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding-top: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#boton a:hover {
	color: #e8b152;
	font-size: 91%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/bg_bt.png);
}

#contenedor {
	height: auto;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DDD9DA;
}
#panel_especial {
	width: 820px;
	height: 344px;
	z-index: 100;
	background-image: url(img/cola_slider.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-left: -15px;
	margin-bottom: 15px;
}
#slider {
	height: 344px;
	width: 340px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
#servicios {
	height: 326px;
	width: 430px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#titulo {
	height: 40px;
	width: 430px;
	float: left;
	margin-bottom: 5px;
	background-image: url(img/bg_titulos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#titulo2 {
	height: 40px;
	width: 500px;
	float: left;
	margin-bottom: 5px;
	background-image: url(img/bg_titulos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	padding-left: 5px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}
#panel1 {
	height: 130px;
	width: 799px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#guia {
	height: 17px;
	width: auto;
	background-color: #369;
	margin-top: -30px;
	padding-left: 15px;
	padding-right: 4px;
	font-size: 75%;
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 4px;
}
#guia a {
	height: 17px;
	width: auto;
	background-color: #369;
	margin-top: -30px;
	padding-left: 15px;
	padding-right: 4px;
	font-size: 75%;
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 4px;
}
#guia a:hover {
	height: 17px;
	width: auto;
	background-color: #369;
	margin-top: -30px;
	padding-left: 15px;
	padding-right: 4px;
	font-size: 75%;
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 4px;
}
#panel2 {
	width: 799px;
	height: 550px;
}
#panel3 {
	height: 570px;
	width: 799px;
}
#panel4 {
	width: 799px;
	height: 330px;
}
#panel5 {
	width: 799px;
	height: 815px;
}
#panel_negocios {
	width: 799px;
	height: 350px;
}
#negocio_soluciones {
	height: 279px;
	width: auto;
	margin-left: 25px;
	float: left;
}
#negocio_consultoria {
	height: 279px;
	width: auto;
	margin-left: 85px;
	float: left;
}
#soluciones_p {
	float: right;
	height: 150px;
	width: 300px;
	margin-right: 30px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	background-image: url(img/sombra_textos.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
#alianza_p {
	float: right;
	height: 120px;
	width: 250px;
	margin-right: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	background-image: url(img/sombra_textos.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}



p {
	text-align: justify;
	height: auto;
}
#panel_imag {
	width: 250px;
	float: right;
	height: auto;
	margin-right: 15px;
	background-color: #ddd9da;
}

#parrafo {
	font-size: 90%;
	color: #666;
	height: auto;
	width: 500px;
	margin-top: 4px;
	margin-bottom: 7px;
	padding: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	background-image: url(img/sombra_parrafos.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
}
#parrafo2 {
	font-size: 90%;
	color: #666;
	height: 450px;
	width: 500px;
	margin-bottom: 7px;
	padding: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;




}
#parrafo3 {
	height: auto;
	width: 500px;
	margin-bottom: 7px;
	padding: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;




}
.table {
	background-color: #FFF;
	border: thin none #FFF;
	text-align: center;
	border-collapse:collapse;
}
.table td{
	border:0px;
}
#mesa {
	height: 65px;
	width: 113px;
	float: right;
	margin-top: -75px;
	margin-right: -55px;
}
#parrafo4 {
	font-size: 90%;
	color: #666;
	height: 210px;
	width: 560px;
	margin-bottom: 7px;
	padding: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(img/mesa.jpg);




}
#mesa_p {
	float: left;
	height: 20px;
	width: 155px;
	margin-left: 25px;
	margin-top: 150px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

#footer_contenedor {
	height: 86px;
	width: 799px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer_texto {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_texto a {
	text-decoration: none;
	color: #CCC;
}
#footer_texto a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
}

#footer, .push {
	padding: 0px;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}
#footer_arriba {
	background-image: url(img/bg_pie_arriba.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
	width: 799px;
}
#footer_medio {
	background-image: url(img/bg_pie_medio.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 64px;
	width: 799px;
}
#footer_abajo {
	background-image: url(img/bg_pie_abajo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 799px;
}
