@charset "utf-8";
body {
	height: 850px;
	width: 700px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/linea.png);
	background-repeat: repeat-x;
	margin: auto;
	
}
#encabezado {
	height: 92px;
	width: 700px;
	background-image: url(../imagenes/encabezado.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4d6d6;
	border-left-color: #d4d6d6;
}
#texto_enca {
	font-family: "Trebuchet MS";
	text-decoration: none;
	width: 250px;
	float: right;
	margin-right: 30px;
	margin-top: 7px;
}

#logo {
	background-image: url(../imagenes/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 74px;
	width: 191px;
	margin-top: 7px;
	margin-left: 30px;
	display: inline;
}
#encabezado #texto_enca h1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
	color: #939598;
}
#cuerpo {
	height: 599px;
	width: 700px;
	background-image: url(../imagenes/lineacuerpo.jpg);
	background-repeat: repeat-x;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4d6d6;
	border-left-color: #d4d6d6;
	border-top-style: solid;
	border-top-color: #D4D6D6;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-color: #d4d6d6;
	margin-top: -11px;
}


/*comienza el menu inicial*/
#menu{
	/*		margin:0 auto;*/
		width:700px;
	height:59px;
	background-image: url(../imagenes/menu_034_bg.jpg);
	background-repeat: repeat-x;
	margin-top: -2px;
	font-family: "Trebuchet MS";
	}

		#menu ul{
	list-style:none;
	width:770px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
			#menu li{
	list-style:none;
	display:block;
	float:left;
	height:59px;
	line-height:59px;
			}
				#menu li a{
	display:block;
	float:left;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
				}
					#menu li a:hover{
	color:#fff;
	background-image: url(../imagenes/menu_034_h.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: "Trebuchet MS";
					}
				#menu li a.current{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
	background-image: url(../imagenes/menu_034_h.png);
	background-repeat: no-repeat;
	background-position: bottom;
				}
					#menu li a:hover.current{
						color:#fff;
					}
/*termina menu*/

#botonera {
	height: 39px;
	width: 700px;
	background-image: url(../imagenes/linea1.jpg);
}

#conte_cuerpo {
	height: 170px;
	width: 620px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	text-align: center;
	color: #FFF;
}



#contenido_Iconos {
	height: 178px;
	width: 620px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}
#cuerpo  #mapa {
	height: 100px;
	width: 600px;
	margin-top: 10px;
	margin-left: 40px;
}


#mapa #texto1 {
	float: left;
	width: 140px;
	height: 70px;
	font-family: "Trebuchet MS";
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
#mapa #texto2 {
	height: 70px;
	width: 140px;
	float: left;
	font-size: 11px;
	text-align: left;
	margin-left: 40px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#mapa #texto3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 70px;
	width: 110px;
	float: left;
	margin-top: 26px;
	margin-left: -40px;
	text-align: left;
	font-weight: bold;
}
#mapa #texto4 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 70px;
	width: 110px;
	float: left;
	margin-top: 26px;
	margin-left: 20px;
	text-align: left;
	font-weight: bold;
}

#cuerpo h3  {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	margin-top: -2px;
	height: 15px;
}
#cuerpo ul  {
	margin-left: -40px;
	margin-top: -10px;
	text-decoration: none;
	color: #939598;
}
#cuerpo ul li  {
	list-style-type: none;
	font-family: "Trebuchet MS";
	height: 15px;
	width: 200px;
}
#cuerpo ul li a  {
	color: #939598;
	list-style-type: none;
	text-decoration: none;
}
#cuerpo ul li a:hover {
	color: #00AdEE;
	text-decoration: none;
	margin-right: 5px;
}
#separador {
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 0px;
}
#cuerpo #info_abajo {
	height: 60px;
	width: 200px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: left;
	font-weight: bolder;
	color: #D4D0C8;
	margin-top: 5px;
	margin-left: 60px;
	float: left;
}
#cuerpo #info_abajo2 {
	height: 60px;
	width: 200px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: left;
	font-weight: bolder;
	color: #D4D0C8;
	margin-top: 5px;
	float: left;
}
#separador2 {
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00AEEF;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#cuerpo #menu_01 {
	width: 500px;
	height: 30px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#cuerpo #menu_01 #div1 {
	float: left;
	height: 15px;
	margin-top: 5px;
	width: 67px;
	text-align: center;
	margin-left: 0px;
}
#cuerpo #menu_01 #div2 {
	float: left;
	height: 15px;
	margin-top: 5px;
	width: 67px;
	text-align: center;
	margin-left: 10px;
}
#cuerpo #menu_01 #div3 {
	float: left;
	height: 15px;
	margin-top: 5px;
	width: 67px;
	text-align: center;
	margin-left: 10px;
}
#cuerpo #menu_01 #div4 {
	float: left;
	height: 15px;
	width: 67px;
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
}
#cuerpo #menu_01 #div5 {
	float: left;
	height: 15px;
	margin-top: 5px;
	width: 67px;
	text-align: center;
	margin-left: 10px;
}
#cuerpo #menu_01 #div6 {
	float: left;
	height: 15px;
	margin-top: 5px;
	width: 100px;
	text-align: left;
	margin-left: 10px;
}
#cuerpo #menu_01 a {
	font-family: "Myriad Pro";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#cuerpo #menu_01 a:hover {
	color: #666666;
	text-decoration: none;
}












/*
menu abajo pilas
*/




#cuerpo #contenedor {
	height: 480px;
	width: 620px;
	margin-top: 15px;
	margin-right: 40px;
	margin-left: 40px;
}
#cuerpo #contenedor #banner_produ {
	margin: auto;
	height: 80px;
	width: 620px;
}
#cuerpo #contenedor #iconos_chat {
	float: left;
	height: 240px;
	width: 135px;
	margin-top: 10px;
}
#cuerpo #contenedor #info_texto {
	font-family: "Myriad Pro";
	font-size: 9px;
	float: right;
	width: 470px;
	height: 300px;
	margin-top: -5px;
}
#cuerpo #contenedor #tablas {
	height: 400px;
	width: 470px;
	float: right;
	margin-top: 10px;
}
#cuerpo #contenedor #tablas ul {
	list-style-type: none;
	text-align: center;
	margin-top: 8px;
}
#cuerpo #contenedor #tablas li {
	float: left;
	width: 75px;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#cuerpo #contenedor #tablas a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

#cuerpo #contenedor #tablas a:hover {
	color: #666666;
}

#cuerpo #contenedor #planes {
	float: right;
	height: 300px;
	width: 470px;
}
#cuerpo #contenedor #planes h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
#cuerpo #contenedor #planes a {
	color: #00AEDD;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	float: right;
	margin-right: 30px;
}


#cuerpo #contenedor #planes p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}





#cuerpo #contenedor #info_texto #siguiente {
	float: right;
	width: 60px;
	margin-right: 30px;
	margin-top: -15px;
}
#cuerpo #contenedor #info_texto #siguiente a {
	color: #00ADEE;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#cuerpo #contenedor #info_texto #direcc1 {
	width: 156.6px;
	float: left;
	text-align: center;
	border-top-width: 0.5px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 9px;
	margin-top: -10px;
}
#cuerpo #contenedor #info_texto #direcc2 {
	width: 156.6px;
	float: left;
	text-align: center;
	border-top-width: 0.5px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 9px;
	margin-top: -10px;
}
#cuerpo #contenedor #info_texto #direcc3 {
	width: 156.6px;
	float: left;
	text-align: center;
	border-top-width: 0.5px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 9px;
	margin-top: -10px;
}
#cuerpo #contenedor #info_texto #direcc4 {
	float: left;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
#cuerpo #contenedor #info_texto #direcc5 {
	font-size: 10px;
	font-family: "Trebuchet MS";
	margin-top: 40px;
	color: #000000;
}
#cuerpo  #contenedor  #info_texto  #direcc6 {
	font-size: 10px;
	font-family: "Trebuchet MS";
	margin-top: 40px;
	color: #000000;
	text-align: left;
	float: left;
}
#cuerpo #contenedor #info_texto #direcc7 {
	font-size: 10px;
	font-family: "Trebuchet MS";
	margin-top: 40px;
	color: #000000;
	text-align: left;
	float: left;
}






#cuerpo #contenedor #lista_solu {
	float: left;
	width: 140px;
	height: 100px;
}
#cuerpo #contenedor #lista_solu ul {
	list-style-type: none;
	margin-top: 0px;
}
#cuerpo #contenedor #lista_solu li {
	font-size: 10.5px;
	color: #00AEEF;
	text-decoration: none;
	list-style-type: none;
	margin-top: -2px;
	font-family: "Trebuchet MS";
}
#cuerpo #contenedor #lista_solu a {
	color: #00AEEF;
	text-decoration: none;
}
#cuerpo #contenedor #lista_solu a:hover {
	color: #939598;
	text-decoration: none;
}
#cuerpo #contenedor #lista_solu .sobre1 {
	color: #666666;
	text-decoration: none;
}

#cuerpo #contenedor #info_texto h1 {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
#cuerpo #contenedor #info_texto b {
	color: #39F;
	font-size: 12px;
}
#cuerpo #contenedor #info_texto p {
	font-family: "Trebuchet MS";
	font-size: 10.5px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

#piedepag {
	float: left;
	margin-top: 0px;
}
#piedepag h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cuerpo #contenedor #lista_centro {
	float: left;
	width: 300px;
	height: 200px;
	margin-left: 10px;
}
#cuerpo #contenedor #info_texto #lista_centro h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

#cuerpo #contenedor #info_texto #lista_centro ul {
	list-style-type: none;
	margin-top: 10px;
}
#cuerpo #contenedor #info_texto #lista_centro ul li {
	text-decoration: none;
	list-style-type: none;
}
#cuerpo #contenedor #info_texto #lista_centro ul li a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #00ADEE;
	text-decoration: none;
}
#cuerpo #contenedor #info_texto #lista_centro ul li a:hover {
	color: #666;
}
#cuerpo  #contenedor  #menu_productos_internet {
	width: 620px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	margin-top: 5px;
}
#cuerpo  #contenedor  #menu_productos_internet  ul {
	list-style-type: none;
	margin-left: 30px;
}
#cuerpo  #contenedor  #menu_productos_internet  ul  li {
	float: left;
	height: 20px;
	width: 135px;
}
#cuerpo  #contenedor  #menu_productos_internet  ul  li  a {
	font-family: "trebuchet MS", "myriad Pro";
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 4px;
}
#cuerpo  #contenedor  #menu_productos_internet  ul  li  a:hover {
	color: #666666;
	text-decoration: none;
}
#cuerpo  #contenedor  #menu_productos_internet  .sobre {
	color: #999999;
	font-weight: lighter;
}
#cuerpo #contenedor #tablas1 {
	height: 400px;
	width: 470px;
	float: right;
	margin-top: 10px;
}
#cuerpo #contenedor #tablas1 ul {
	list-style-type: none;
	text-align: center;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#cuerpo #contenedor #tablas1 li {
	float: left;
	width: 80px;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#cuerpo #contenedor #tablas1 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
#cuerpo #contenedor #tablas1 a:hover {
	color: #666666;
}
#cuerpo #contenedor #info_texto h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
#cuerpo #contenedor1 {
	height: 480px;
	width: 620px;
	margin-top: 0px;

}
#cuerpo #contenedor_buzon {
	height: 780px;
	width: 700px;
}
#usuario_contraseña {
	float: right;
	width: 200px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	border: thin double #CCCCCC;
	clear: right
?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?);
}
#flash_espacio {
	height: 250px;
	width: 620px;
	margin-top: 20px;
}
#cuerpo #contenedor #info_texto1 {
	font-family: "Myriad Pro";
	font-size: 9px;
	width: 620px;
	height: 300px;
	margin-top: 10px;
}
#cuerpo #contenedor #info_texto1 #siguiente {
	float: right;
	width: 60px;
	margin-right: 30px;
	margin-top: 20px;
}
#cuerpo #contenedor #info_texto1 #siguiente a {
	color: #00ADEE;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
#cuerpo #contenedor #info_texto1 h1 {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
#cuerpo #contenedor #info_texto1 b {
	color: #39F;
	font-size: 12px;
}
#cuerpo #contenedor #info_texto1 p {
	font-family: "Trebuchet MS";
	font-size: 10.5px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
