html {
	height:100%;
}
body {
	margin:0px;
	text-align:center;
	height: 100%;
}

.web {
	min-width:770px;
	width:80%;
	margin:auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3b6683;
	height:100%;
}

/* the bodge for IE6 browsers */
* html .minwidth {
  border-left:770px solid #fff;
  position:relative;
  float:left;
  z-index:1;
}
* html .container {
  margin-left:-770px;
  position:relative;
  float:left;
  z-index:2;
}

.top_width {
	width:770px;
	border:1px solid  black;
}

.top {
	background:#c6d5e0;
	padding-top:15px;
	height:35px;
	color:#5d5d5d;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding-left:18px;
	padding-right:18px;
	font-size:12px;
}

.inputexto {
	width:80px;
	height:18px;
	border:1px solid #a3bbcd;
	margin-right:10px;
	font-size:11px;
}

.contacto input, .masinputs {
	border:1px solid #a3bbcd;
	margin-right:10px;
	font-size:11px;
}

.boton {
	background:#5b87a5;
	border:1px #5b87a5 solid;
	color:#FFFFFF;
}

.home a {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
}

.home a:hover {
	color:#000000;
	border-bottom:1px dotted;
}
.idiomas {
	float:right;
}

.idiomas a {
	color:#545454;
	text-decoration:none;
}

.idiomas a:hover {
	color:#000000;
	border-bottom:1px dotted;
}

.menu {
	float:right;
	margin-top:0px;
}

.menu a {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-right:10px;
	margin-left:10px;
	border-top:4px solid #636363;
	color:#636363;
	text-decoration:none;
	line-height:45px;
	padding-top:10px;
}

a.menu_empresa {
	border-top-color:#e08100;
}

a.menu_empresa:hover {
	border-top:10px solid #e08100;
	padding-top:6px;
	color:#000000;
}

a.menu_soluciones {
	border-top-color:#6bb200;
}

a.menu_soluciones:hover {
	border-top:10px solid #6bb200;
	padding-top:6px;
	color:#000000;
}


a.menu_exito {
	border-top-color:#764c08;
}

a.menu_exito:hover {
	border-top:10px solid #764c08;
	padding-top:6px;
	color:#000000;
}


a.menu_productos {
	border-top-color:#d50013;
}

a.menu_productos:hover {
	border-top:10px solid #d50013;
	padding-top:6px;
	color:#000000;
}

a.menu_contacto {
	border-top-color:#006390;
}

a.menu_contacto:hover {
	border-top:10px solid #006390;
	padding-top:6px;
	color:#000000;
}

.logo {
	float:left;
	padding-top:20px;
	height:55px;
}

.pagina {
	clear:both;
	line-height:20px;
	padding-bottom:20px;
	background:url('../images/menubg.gif') no-repeat;
}

.submenu {
	float:left;
	width:27%;	
}

.submenu h2 {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	background:url('../images/menuh2.gif') no-repeat right;
	padding:0px;
	border-bottom:3px solid #5b87a5;
	width:92%
}

.submenu a {
	display:block;
	padding-left:10px;
	border-left:6px solid #5b87a5;
	margin-top:8px;
	color:#545454;
	text-decoration:none;
	background:#c6d5e0;
	width:85%;
}

.submenu a:hover {
	border-left:6px solid #d50013;
	background:#ff7506;
	color:#FFFFFF;
}

.repag {
	float:left;
	width:69%;
	border-left:1px dotted #bdcfdb;
	padding-left:20px;
}

.repag h1 {
	font-size:20px;
}

.contacto {
	line-height:30px;
	width:500px;
}

.cajita_prod {
	width:165px;
	height:195px;
	float:left;
	text-align:center;
	margin-right:12px;
	margin-left:12px;
	margin-bottom:25px;

}

.cajita_prod a {
	border:1px solid #c6d5e0;
	display:block;
	padding-top:5px;
	height:155px;
}

.cajita_prod a:hover {
	background:#ff7506;
}


img {
	border:0px;
}

h1 {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#ff7506;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:10px;
}

h2 {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff7506;
	text-transform:uppercase;
	background:url('../images/flechita.gif') no-repeat;
	padding-left:30px;
	font-weight:normal;
	margin:0px
}

* h2 a
{
	text-decoration:none;
	color:#ff7506;
}

.inf_cont {
	width:33%;
	float:left;
	text-align:center;
}

.cuadrito {
	margin:auto;
	text-align:left;
	width:210px;
}

.cuadrito img {
	float:left;
}

.cuadrito span {
	display:block;
	margin-left:5px;
	clear:both;
}

hr {
	display:block;
	border:0px;
	border-bottom:1px dotted #5b87a5;
	height:30px;
	clear:both;
	margin-bottom:30px;
}

* html hr {
	color: #5b87a5;
	 height: 0px;
	 border: 1px dashed;
	 margin: 0 auto;
	 margin-bottom:30px;
	 margin-top:30px;
	 text-align: center;
	 clear:both;
}

.foot {
	clear:both;
	background:#5b87a5;
	color:#FFFFFF;
	height:40px;
	padding-top:20px;
	padding-left:23px;
	padding-right:23px;
	line-height:25px;
	margin-top:20px;
}

.foot a {
	color:#FFFFFF;
	text-decoration:none;
}

.foot a:hover {
	border-bottom:1px dotted #FFFFFF;
}

.avisl {
	float:right;
	background:url('../images/minilogosimbolo01.gif') no-repeat right;
	padding-right:25px
}

.condicionesGenerales {
	float:right;
	padding-right:25px
}

.panelAnuncioHosting
{
	display:none;
	position:relative;
	float:right;
	top:25px;
	padding-right: 10px;
	background-color:#c6d5e0;
	color:#00000;
	width:300px;
	z-index:100;
}
.panelAnuncioHosting h1 {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:10px;
	margin-left:10px;
}
.hostingTabla a {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	text-decoration:none;
}

.hostingTabla a:hover {
	color:#000000;
	border-bottom:1px dotted;
}

.extern {
	color:#000000;
	text-decoration:none;
}