@charset "utf-8";
#texto {
	text-align: justify;
	background-image: url(../images/servidores/pleca_gris_top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E7E7E7;
	margin-bottom: 15px;
}
#texto .pleca_bott {
	background-image: url(../images/servidores/pleca_gris_down.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 17px;
}

#planes {
	height: 230px;
	margin-bottom: 10px;
}
#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: 15px;
	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;
}
