body {
	background-color: white;
	font-family: arial;
	font-size: 13px;
	text-align: center;
} 
#contenedor {
	width: 900px;
	margin: auto;
	text-align: left;
}
#cabeza {
	height: 120px;
} 
#cabeza img {
	margin-left: 40px;
	margin-top: 20px;
	border: none;
} 
#slogan {
	font-family: arial;
	font-size: 20px;
	margin-left: 200px;
	position: relative;
	top:-30px;
	display: inline;
	color: #e67817;
} 
#ola {
	background-image: url('/assets/templates/innova/ola.png');
	background-repeat: no-repeat;
	height: 130px;
} 
#pie {
	background-image: url('/assets/templates/innova/pie.png');
	height: 50px;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	padding-top: 17px;
	clear: both;
	float: none;
} 
#central {
	background-color: black;
	overflow: auto;
	padding-bottom: 20px;
} 
#izquierda {
	width: 230px;
	float: left;
	padding-top:30px;
} 
#derecha {
	width: 640px;
	float: right;
	line-height:200%;
	color: white;
	padding-top:30px;
} 
#derecha a{
	color: orange;
}
#derecha h2 a{
               text-decoration:none;
}
#derecha b, #derecha strong{
	color:orange;
}
#derecha p{
	margin:30px 70px 30px 30px;
	text-align:justify;
}
#izquierda ul {
	list-style: none;
} 
#izquierda li a {
	background-image: url(/assets/templates/innova/fondo_opcion_menu.png);
	background-repeat: no-repeat;
	width: 182px;
	height: 31px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	margin-top: 10px;
} 
#izquierda li a:hover {
	color: yellow;
	font-weight:bolder;
} 
#twitter_div{
	background-image: url(/assets/templates/innova/fondo-twitter.png);
	width: 201px;
	height: 169px;
	overflow: hidden;
	margin-left: 40px;
} 
#twitter_div li a {
	background-image: none;
	text-decoration: none;
	display:none;
} 
#twitter-link{
	color:#444;
	display:block;
	position:relative;
	left:15px;
}
#twitter_div ul {
	margin: 0px;
	padding: 15px;
	width:150px;
}

#twitter_update_list a{
	display:none;
}
