@charset "utf-8";

body{
	background-color: #fff;
}

#yo{
	height: 40px;
}

#container{
	width: 960px;
	height: 600px;
	text-align: center;
	margin: 0 auto 0 auto;
/*	background-color: #000;*/
}

#left{
	width: 250px;
	height: 500px;
	float: left;
/*	border-right: solid 2px #000;*/
}

#content{
	/*width: 500px;*/
	height: 200px;
	/*float: left;*/
}

#top{
	height: 150px;
	text-align: center;
}

#center{
	height: 300px;
}

#bottom{
	height: 100px;
}

#right{
	width: 200px;
	height: 500px;
	float: left;
}

#footer{
	width: 800px;
	height: 90px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.clear{
	clear: both;
}

/* ESTILOS */

.verticalul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.verticalul li{
	display: block;
	width: 230px;
	height: 70px;
	margin-top: 20px;
	text-align: left;
	font-size: 1.3em;
}

.horizontalul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.horizontalul li{
	float: left;
	display: block;
	width: 130px;
	margin-top: 20px;
}

.serviciosul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.serviciosul li{
	float: left;
	display: block;
	width: 180px;
	height: 50px;
	margin-top: 20px;
	font-size: 1.3em;
}

.twitter{
	background-color: #69E5F5;
}

img{
	border: 0;
}
