/* Licuit Interactive SL */
/* main.css */
/* Created Ago, 2009 */
/* Modified Ago, 2009
--------------------------------------- */



/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {line-height: 1; color: black; background: white;}
a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, 
q:before, q:after {
	content: '';
	content: none;
}



html{
	overflow-x:auto;
	overflow-y:scroll;
}



body{
	background-image:url('/resources/images/background/back.jpg');
	background-repeat:repeat-x;
	height:2060px;
}

ul{
	list-style:none;
}

/*-- ENCABEZADOS ----------------------------------------------------*/


li a{
	color:#fff;
	font-size:14px;
	padding-top:6px;
	*padding-top:5px;

}

li a:hover{
	color:#d0d0cf;
}


h1{
	color:#535353;
	
}

h1 a{	
	color:#fff;
	text-decoration:none;
	font-size:14px;	
}


h1 a:hover{	
	color:#d0d0cf;

}



h2{
	color:#535353;
	font-weight:normal;	
	letter-spacing: 0px;
	font-size:17px;	
	line-height:20px;

}




h3{
	color:#535353;
	font-weight:normal;	
	letter-spacing: 0px;
	font-size:20px;	

}


h4{
	color:#535353;
	
}

h4 a{	
	color:#fff;
	text-decoration:none;
	font-size:14px;	
}


h4 a:hover{	
	color:#d0d0cf;

}


p{
	font-weight:normal;	
	font-family:"Arial";
	letter-spacing: 0.00em;
	line-height: 17.5px;
	font-size:11.5px;
	color:#303233;
	text-align:justify;
	
}

p a{
	color:#303233;
}






/*-- CAJAS PRINCIPALES ----------------------------------------------------*/

#cajaCentral{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

	

}

#contenidos{
	margin-top:80px;
	position:relative;
	z-index:999;

}


/*-- MENU PRINCIPAL ----------------------------------------------------*/



#menu{


	text-align:center;
	margin:0;
	padding:0;
	overflow:hidden;
	float:left;
	margin-top:80px;
	margin-left:30px;
}


#menu li {
	float:left;
	position:relative;
}

#menu a {
	display:block;
	height:75px;
	position:relative;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
	line-height:11px;

}

#menu #inicio{
	background-image:url('/resources/images/menu/3b.gif');
	width:81px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;

}

#menu #inicio_dt{
	background-image:url('/resources/images/menu/3.gif');
	width:81px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;

}


#menu #ventajas_bt{
	background-image:url('/resources/images/menu/1.gif');
	width:84px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;
}

#menu #masinfo{
	background-image:url('/resources/images/menu/2.gif');
	
	width:131px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;

}

#menu #comprar{
	background-image:url('/resources/images/menu/3.gif');
	width:81px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;

}

#menu #contacto{
	background-image:url('/resources/images/menu/4.gif');
	width:86px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;
}

#menu #ayuda{
	background-image:url('/resources/images/menu/8.gif');
	width:170px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;

}

#menu #areaintercambio{
	background-image:url('/resources/images/menu/7.gif');
	width:155px;
	height:23px;
	background-repeat:no-repeat;
}

