@charset "utf-8";
#prestoEnvoltura {
	float: left;
	width: 100%;
}
#prestoEncabezado {
	margin: auto;
	height: 150px;
	width: 880px;
}
#prestoContenido {
	width: 880px;
	margin: auto;
}
#prestoContenido h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	color: #275A74;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 30px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#prestoContenido p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #30428A;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}
#cajaEnvoltura {
	float: left;
	height: 310px;
	width: 700px;
	padding-right: 0px;
	padding-left: 180px;
}
#cajaPresto {
	height: 303px;
	width: 300px;
	border: thin solid #999;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#cajaPresto .particion {
	height: 75px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: none;
	border-bottom-color: #666;
}

.particion .partIzquierda {
	float: left;
	height: 75px;
	width: 100px;
}
.particion .partDerecha {
	float: right;
	height: 75px;
	width: 200px;
}
.partDerecha h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-top: 30px;
}
.partDerecha h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.partDerecha h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin-left: 30px;
	margin-top: 35px;
}
.partDerecha h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
