/* CSS Document */
/* ©2006 GTK. Grupo Trenvenque Kaplan
--------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0px 0px;
	background:url(img/soporte_head.gif) repeat-x left top;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:underline;
	border:0;
}
a:hover{
text-decoration:none;
}


h1{
	width:65px;
	height:16px;
	background:url(img/tit_soporte.gif) no-repeat;
	margin:136px 0px 0px 290px;
}

h2{
	width:14px;
	height:0px;
	display:block;
	padding-top:20px;
	overflow:hidden;
	margin:0px;
}

h2.uno{
	background:url(img/uno.gif) no-repeat left top;
}
h2.dos{
	background:url(img/dos.gif) no-repeat left top;
}


p{

	font-size: 100%;
	text-align:left;
	margin:0px 0px 16px 0px;
	padding:0px 0px 0px 0px;
}


.oculta {
	display:none;
}


/* ESTRUCTURA GENERAL
--------------------------------------------------------------------------------------------- */

#contenedor_principal {
	width: 759px;
	height:auto;
	margin: 0px auto;
	background:transparent;
}

#contenedor{
	width:759px;
	height:auto;
	float:left;
	background:transparent;
	padding-bottom:60px;
}
#cabecera{
	width:759px;
	height:154px;
	float:left;
	background:transparent url(img/bg_top.gif) no-repeat left top;
	margin:0px 0px 50px 0px;
}



#logo{
	width: 306px;
	height:56px;
	float:left;
	background:url(img/soporte_logo.jpg) no-repeat left top;
	margin:63px 0px 0px 112px;
}

div>#logo{
	margin:63px 0px 0px 225px;
}

/*menu principal*/
		ul.soporte{
			display:block;
			overflow: hidden; 
			margin:38px 0px 0px 0px;
			padding:25px 0px 0px 0px;
			background:url(img/tit_ul.gif) no-repeat left top
		}


		ul.soporte li {
			height:22px;
			display:block;
			padding: 0px 0px 0px 34px; 
			margin: 0px;
			list-style-type:none;
			background:url(img/bg_li.gif) no-repeat left top;
		}
		ul.soporte li.first {
		height:22px;
		padding-top:10px;
				background:url(img/bg_li_first.gif) no-repeat left top;
		}
		ul.soporte li.last {
			background:url(img/bg_li_last.gif) no-repeat left top;
		}
		
		
		ul li a{
			padding: 0px 0px 0px 0px;
			height:0px;
			color:#009900;
			font-weight:bold;
			text-decoration:underline;
		}
		

/* fin MENU principal*/

/* CUERO CENTRAL....................................................*/
#centro{
	width: 468px;
	height:auto;
	float:right;
}
