body {
	background-color: #EDEDED;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}

#main_content{
	width:900px;
	margin: 0 auto;

}


#header{
	width:900px;
	height:120px;
	margin-top:0px;
}

#logo{
	margin-top:0;
	margin-left:5px;
	width:200px;


}

#sticker{
	margin-top:0;
	top:11px;
	margin-left:800px;
	position:absolute;
	
}

#frase{
	margin-top:0;
	margin-left:200px;
	top:11px;
	width:600px;
	position:absolute;

}

#frase .texto{
	color:#4d8dee;
	font-size: 24px;	
	font-family:"Lucida Sans Unicode";

}
#frase .autor{
	color:#FF9C00;
	font-size: 12px;
	font-family:"Lucida Sans Unicode";
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 20px auto;
	padding: 0;
	height:400px;
}
.kwicks li{

	width: 80px;
	height: 272px;

	display: block;
	overflow: hidden;
	padding: 0;  
}
.kwicks.horizontal li {
	
	margin-right: 5px; 
	float: left;
}
.kwicks.vertical  li{
	
	margin-bottom: 5px;
}

#kwick_1 { 
	
	background-image:url(../img/web.png);
}
#kwick_2 {
	background-image:url(../img/publi.png);
}
#kwick_3 {
	background-image:url(../img/videos.png);
}
#kwick_4 { 
	background-image:url(../img/des.png);
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; 
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; 
}


#footer{
margin-bottom:0px;
height:200px;
text-align:center;
}

#footer .direccion{

	color:#4d8dee;
	font-size: 12px;
	font-family:"Lucida Sans Unicode";
	text-decoration:none;
}
#footer .titulo{

	color:#FF9C00;
	font-size: 12px;
	font-family:"Lucida Sans Unicode";
	text-decoration:none;
}