@charset "utf-8";

#texto {
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}
#planes {
	height: 230px;
}
#planes ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
}
#planes ul li {
	float: left;
	background-color: #E7E7E7;
	width: 320px;
	padding-right: 10px;
}
#planes ul li dl {
	font-size: 16px;
	font-weight: bold;
	color: #466193;
	text-decoration: none;
	clear: both;
	height: 22px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
}



#planes ul li div {
	text-align: center;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 330px;
	background-color: #FFF;
}
#planes ul li ul {
	margin-top: 10px;
	padding-left: 30px;
	list-style-type: disc;
}
#planes ul li ul li {
	width: 290px;
	padding-bottom: 7px;
}


#detalles {
	height: 205px;
}
#detalles ul {
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#detalles ul li {
	float: left;
	width: 220px;
	padding-bottom: 5px;
	background-color: #E7E7E7;
	margin-right: 5px;
	color: #385181;
	height: 200px;
}
#detalles ul li div {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #E29A30;
	height: 25px;
	padding-top: 8px;
	margin-bottom: 6px;
	text-align: center;
}
#detalles ul li ul {
	list-style-type: disc;
	padding-left: 25px;
	height: 140px;
}
#detalles ul li ul li {
	padding-bottom: 5px;
	width: 185px;
	height: 15px;
}
