/* 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, ins, img, 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/* Fin del Reset*/

html {
background: #5FCCF3;
text-align: center;
font-family: Arial;
color: #333;
font-size:20px;
}

#contenedor{
	margin: 0 auto;
	width: 960px
}

.logo_animado{
	float: left;
	width: 280px
}

.logo_datos{
	float: right;
	width: 420px;
	text-align: right;
}

.clear{
	clear: both;
}

#footer{
	font-size: 11px;
	padding: 50px 10px;
	color: #fff;
}

#footer a{
	color: #fff;
}

#logod{
	background: url(img/logo.jpg) no-repeat right 0;
	margin: 170px 0 130px;
	color:#5FCCF3;
	height:77px;
	margin:170px 85px 55px -75px;
}


#logo{
display: block;
margin: -700px auto 0;
position: relative;
z-index: 2
}

#halo{
display:block;
margin:-220px auto 0;
z-index:1;
width: 0;
}

#sombra{
display:block;
margin:420px auto -500px;
width:5px;
}

.sombra {
position:absolute;
top:40px;
width: 280px
}

#contenido{
float: right
}

#proyectos {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	min-height:130px;
	text-align:center;
	width:635px;
}
			
#proyectos li {
	float:left;
	height:162px;
	margin-right:5px;
	position:relative;
	width:185px;
}
			
#proyectos a, #proyectos a:visited, #proyectos a, #proyectos a:hover {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/iconos.png) no-repeat;
	display: block;
	position: relative;
	z-index: 2;
}
			
#proyectos li.Funketa a {
	background-position: 0 0;
}
			
#proyectos li.Skemboo a {
	background-position: -190px 0px;
}

#proyectos li.Wodpom a {
	background-position: -380px 0px;
}
		
#proyectos li img.sombra {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	top: auto;
	width: auto;
}
