@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-image: url(bg.gif);
}
p {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
#conte #derecha #logos {
	width: 400px;
	margin: auto;
	clear: both;
	height: 100px;
}

#conte {
	height: 400px;
	width: 830px;
	margin: auto;
}
#conte #izquierda {
	float: left;
	width: 330px;
	height: 350px;
}
#conte #derecha {
	width: 480px;
	float: left;
	text-align: left;
	height: 380px;
	padding-left: 5px;
	padding-right: 10px;
}
#conte #derecha h1 {
	color: #A3B2CC;
	border-bottom: 1px solid #A3B2CC;
}


#conte #derecha h2 {
	color: #000000;
	border-bottom: 1px solid #000000;
	font-size:14px;
	margin-bottom: 5px;
	margin-top: 25px;
}
#conte #derecha ul {
	list-style: none;
}
#conte #derecha li {
	margin-bottom: 6px;
	font-size: 13px;
}
#conte #derecha a {
	color: #0099CC;
	text-decoration: none;
}

#conte #derecha a:hover {
	color: #0066FF;
	text-decoration: underline;
}
#descripcion {
	background: #FFFFFF;
	width: 150px;
	padding: 5px;
	margin: 0px 0px 0px 20px;
	float: right;
	text-align: center;
	border: 1px dotted #A4B3CD;
	font-size: 10px;
	color: #666666;
}
