@charset "utf-8";
/* CSS Document */

#left_content {
	width: 260px;
}

#left_content img.portada {
	margin-bottom: 30px;
	border: 1px solid #999999;
}

#left_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#left_content ul li {
	clear: both;
	float: left;
	margin-top: 15px;
}

#left_content ul li img {
	float: left;
	margin-right: 10px;
}

#left_content ul li h3 {
	float: left;
	margin-top: 10px;
}

#left_content ul li h3 a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

#left_content ul li h3 a:hover {
	color: #666666;
}

#right_content .intro {
	margin-bottom: 10px;
}

/*--------------------------------------*/

#aplicaciones {
	float: left;
	width: 580px;
}

#aplicaciones .aplicacion {
	float: left;
	width: 240px;
	margin: 0 40px 20px 0;
}

#aplicaciones .aplicacion img {
	width: 240px;
	border: 2px solid #CCC;
	margin-bottom: 5px;
}

/*--------------------------------------*/

.detalles_aplicacion .intro {
	float: left;
	width: 100%;
}

.detalles_aplicacion .foto_grande {
	float: left;
	 margin-right: 10px;
}

.detalles_aplicacion h4 {
	clear: both;
}

.detalles_aplicacion table {
	width: 100%;
}

.detalles_aplicacion table tr.odd {
	background: #7ea743;
	color: #FFF;
}

.detalles_aplicacion table tr td {
	margin: 0;
}