*{
	margin:0;
	padding:0;
}
body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:14px;
	margin-top: 132px;
	color:#333;
	text-shadow:1px 1px 1px #fff;
	overflow-x:hidden;
	background-color: #2FD2FB;
	background-image: url(../soporte/fondo.png);
	background-repeat:  repeat-x;
}
.c_titulo {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 138px;
	width: 900px;
	margin-left: -450px;
	z-index: 0;
	visibility: visible;
}
.c_direccion {
	position: absolute;
	top:10px;
	left: 450px;
	height: 60px;
	width: 900px;
	margin-left: -450px;
	z-index: 0;
	visibility: visible;
}


.c_banner {

	position: absolute;
	top: 25px;
	left: 50%;
	height: 92px;
	width: 900px;
	margin-left: -450px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	visibility: visible;
}
.c_busca {
	position: absolute;
	top: 90px;
	left: 50%;
	height: 30px;
	width: 900px;
	margin-left: -450px;
	z-index: 6;
	visibility: visible;
}
.centrado_menu {
	position: absolute; /*Posicionamiento absoluto*/
	top: 150px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	width: 900px; /*Le ponemos el valor del ancho*/
	margin-left: -450px;
}
.centrado_marco {
	position: absolute; /*Posicionamiento absoluto*/
	top: 200px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	width: 740px; /*Le ponemos el valor del ancho*/
	margin-left: -450px;
	visibility: visible;
}
.txt_txt1 {font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; color: #000000; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;}
.txt_txt2 {font-family: "Arial Narrow";
	font-size: 14px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;}
	
/*Trebuchet MS*/
.txt_txtB1 {font-family: "Trebuchet MS"; 
	font-size: 16px; 
	color: #FFFFFF; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none;
}
.txt_txtB2 {font-family: "Trebuchet MS"; 
	font-size: 14px; 
	color: #333333
}
.txt_txtBold {font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none;
}
.txt_ita {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF0000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
.txt_txtBold2 {font-family: "Trebuchet MS"; 
	font-size: 16px; color: #FFFFFF; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none;
}
.txt_seccion {font-family: "Trebuchet MS"; 
	font-size: 16px; 
	color: #CCCCCC;
}
.txt_txtB {font-family: "Trebuchet MS"; 
	font-size: 14px; 
	color: #FFFFFF; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
}
/*Fin Trebuchet MS*/
/*Color MS*/
.verde {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #009900; font-weight: bold}
.producto {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold}
.txt_datos { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-style: normal; line-height: normal ; font-weight: normal; font-variant: normal; text-transform: none }
.txt_tituloBlanco {
font-family: "Trebuchet MS"; font-size: 18px; font-weight: bold; color: #FFFFFF;
}

A:link {
	text-decoration:none;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
A:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
A:active {
	text-decoration:none;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
A:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:normal;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
