<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  2082 STUDIO
  2082 Studio | Vista DiseÃ±o
  Â©Copyrights 2005/2018 - Vista Design - 2082 Studio Â®
  All Rights Reserved.
  Unauthorized Copy Or Reproduction Without Prior Consent Are Prohibited.
*/
#apmargenwebsites {
	position:relative;
	z-index:1;
	width:960px;
	height:2495px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 55px; /* Igual que topline*/
}
#apdownheaderwebsites{
	position:absolute;
	left:0px;
	top:3480px;
	width:964px;
	height:194px;
	z-index:1;
	background-image: url(images/bgdown.png);
	background-repeat: no-repeat;
}
.colorbgintowebsites {
	position:relative;
	z-index:1;
	width:960px;
	height:3292px;
	top: 0px;
	background-repeat: repeat;
	background-image: url(images/bgalpha01.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3DFD7;
	border-left-color: #E3DFD7;
}
#tituloh1pw {
	position: absolute;
	left: 60px;
	top: 1192px;
	width: 453px;
	height: 32px;
	z-index: 2;
	background-color: #494238;
	line-height: 32px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left !important;
}
#apbox01pw {
	position: absolute;
	left: 70px;
	top: 1248px;
	width: 462px;
	height: 207px;
	z-index: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #494238;
}
#apbox02pw {
	position: absolute;
	left: 624px;
	top: 1179px;
	width: 296px;
	height: 301px;
	z-index: 1;
}
#apbox04pw {
	position: absolute;
	left: 419px;
	top: 1546px;
	width: 480px;
	height: 262px;
	z-index: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #494238;
	font-size: 16px;
}
#apbox04apw {
	position:absolute;
	left:20px;
	top:63px;
	width:220px;
	height:200px;
	z-index:1;
}
#apbox04bpw {
	position:absolute;
	left:260px;
	top:63px;
	width:220px;
	height:200px;
	z-index:1;
}
#apbox03pw {
	position: absolute;
	left: 142px;
	top: 1507px;
	width: 173px;
	height: 351px;
	z-index: 1;
}
#imgheaderpw{
	position: absolute;
	top: 730px;
	left: 43px;
	width: 870px;
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
	-webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
}
#imgheaderpw img{
	width: 100%;
	height: auto;
}
.h1s01{
	font-family: 'Droid Sans', sans-serif;
}
.boxh2{
	height: 35px;
	line-height: 35px;
	width: auto;
	background-color: #403C30;
	border-radius: 5px;
}
.h2s01{
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
}



/* latin */
@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Droid Sans'), local('DroidSans'), url(fonts/DroidSans.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(fonts/DroidSans-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}



* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}


.wrapplans {
	top: 1300px;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #636363;
	display: block;
	position: relative;
}

.tableplans {
	font-family: 'Droid Sans', sans-serif;
	height: auto;
	margin-top: 50px;
	width: 100%;
	clear: both;
}
.planesblocks{
	padding: 0px;
	text-align: center;
	/*display: inline-block*/
}
.planesblocks{
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */

}
.blockpanel {
	float: left;
	width: 250px;
	text-align: center;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	list-style: none;
	margin: 10px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
-webkit-box-shadow: 0px 4px 30px -2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 30px -2px rgba(0,0,0,0.2);
box-shadow: 0px 4px 30px -2px rgba(0,0,0,0.2);
}


.planname {
	background-color: #EAE9E4;
	height: 80px;
	border-radius: 5px;
}
.planname h1 {
	padding-top: 20px;
	font-size: 20px;
	margin: 0;
}

.planprice {
	background: #989A8F;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 0 auto;
	margin-top: 15px;
	text-align: center;
	width: 140px;
}

.planbottom {
	margin-top: 50px;
}
.blockpanel ul {
	padding: 0;
}
.planbottom li {
	font-size: 13px;
	font-family: 'Droid Serif', sans-serif;
	padding: 5px;
	border-top: 1px solid #ddd;
	padding: 12px 0; list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
.planbottom li span {
	font-weight: bold; list-style: none;
}
.planbottom2 {
	margin-top: 0px;
}
.planbottom2 li {
	font-size: 13px;
	font-family: 'Droid Serif', sans-serif;
	padding: 5px;
	padding: 9px 0; list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
.planbottom2 li span {
	font-weight: bold; list-style: none;
}
.colorcall{
	color: #fbfbf6 !important;
}

.planbtn1, .btnformbt1 {
	margin-top: 25px;
	border-top: 0px solid #ddd !important;
	margin-bottom: 25px;
}
.planbtn1 .planbutton, .btnformbt1 {
	border: 1px solid #989A8F;
	padding: 10px 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #989A8F;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	font-size: 17px;
	text-align: center;
	outline: none;
}

.planbutton:hover {
	background-color: #e61700 !important;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	border-width: 2px;
}


.planinfo1{
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 8px;
	background-color: #403c30;
	color: white;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 24px;
}


.btred {
	background-color: #C8322D;
}
.btredborder {
	border: 1px solid #C8322D !important;
}
.white {
	color: #FFFFFF;
}

.btbrown {
	background-color: #403C30;
}

.buttontextwhite{
	color: #ffffff !important;
}

.faey{
	color: #00CC00;
}





.tituloinfoplansweb{
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	background-color: #403C30;
	color: #fff;
	margin-bottom: 20px;
}

.btnvista1{
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	background-color: #403C30;
	color: #fff;
	margin-bottom: 20px;
	width: 100%;
}
.wrapinfowebplans{
	margin: 20px;
	border-radius: 10px;
}
.wrapsection1{
	margin: 20px;
	margin-top: 60px;
	border-radius: 10px;
}
.infowebplans{
	border-radius: 10px;
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.infobtns{
	display: block;
	border-radius: 10px;
	width: auto;
	background-color: #fff;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	height: 100%;
}
.ullilistpweb{
	float: left;
	width: 45%;
	margin-right: 5%;
	text-align: left;
}
.ullilistpwebc1_2{
	display: block;
	float: left;
	width: 70%;
}
.ullilistpwebc3{
	display: block;
	float: left;
	width: 30%;
}
.boxotrosplanes1{
	font-family: 'Droid Sans', sans-serif;
	padding: 5px;
	font-size: 14px;
	min-height: 30px;
	line-height: 20px;
	background-color: #C8322D;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 20px;
}
.sweb1img{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}








/* -------------------------------- @media --------------------------------*/
@media screen and (max-width: 700px) {
#apmargenwebsites {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    top: 100px;
    text-align: center;
    float: left;
}
.colorbgintowebsites {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    top: 0;
    margin-left: 10px;
    margin-right:10px;
    background-repeat: repeat;
    background-image: url("images/bgalpha01.png");
    border-right: 1px solid #E3DFD7;
    border-left: 1px solid #E3DFD7;
    display: block;
}
#tituloh1pw {
	display: block;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 2;
    background-color: #494238;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}
#apbox02pw {
	position: relative;
	left: inherit;
	top: inherit;
	width: 100%;
	height: auto;
	z-index: 1;
}
#apbox02pw img {
	position: relative;
	left: inherit;
	top: inherit;
	width: 80%;
	height: auto;
	margin: 0 auto 0 auto;
}
#apbox04pw {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 1;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #494238;
    font-size: 16px;
    overflow: hidden;
    margin-top: 40px;
}
#apbox04apw {
    position: relative;
    left: 0;
	top: 20px;
    width: auto;
    height: auto;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
}
#apbox04bpw {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
#apbox03pw {
	display: none;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 1;
    padding-bottom: 0px;
}
#apbox03pw img{
    width: auto;
    max-width: 173px;
    height: auto;
}

#imgheaderpw{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
#imgheaderpw img{
	position: relative;
}
#tituloh1pw{
	text-align: center !important;
	margin-top: 60px;
	width: auto;
}
#apbox01pw{
	position: relative;
	top: inherit;
	margin-top: 0px;
	left: initial;
	text-align: center;
	margin: 0 auto 0 auto;
	width: auto;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.wrapplans {
	position: relative;
	top: auto;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #636363;
	display: block;
	height: auto;
}
#apdownheaderwebsites{
	position:relative;
	left: inherit;
	top:auto;
	width:100%;
	height:auto;
	z-index:1;
	background-image: url(images/bgdown.png);
	background-repeat: no-repeat;
	float: left;
}















.wrapplans {
	width: 100%;
	margin: 0;
	text-align: center;
	color: #636363;
	display: block;
	position: relative;
}
.wrapsection1{
	margin: 0;
	padding: 0;
	margin-top: 60px;
	border-radius: 10px;
	top: auto;
	float: left;
	height: auto;
	width: 100%;
}
.tableplans {
	font-family: 'Droid Sans', sans-serif;
	height: auto;
	margin-top: 50px;
	width: 100%;
}
.planesblocks{
	padding: 0px;
	text-align: center;
	/*display: inline-block*/
}
.planesblocks{
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */
  display: block;
  float: left;
  width: 100%;

}


.planname {
	background-color: #EAE9E4;
	height: 80px;
	border-radius: 5px;
}
.planname h1 {
	padding-top: 20px;
	font-size: 20px;
	margin: 0;
}

.planprice {
	background: #989A8F;
	border-radius: 60px;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 0 auto;
	margin-top: 15px;
	text-align: center;
	width: 140px;
}

.planbottom {
	margin-top: 50px;
}
.blockpanel{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	float: none;
}
.blockpanel ul {
	padding: 0;
}
.planbottom li {
	font-size: 13px;
	font-family: 'Droid Serif', sans-serif;
	padding: 5px;
	border-top: 1px solid #ddd;
	padding: 12px 0; list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
.planbottom li span {
	font-weight: bold; list-style: none;
}

.planbtn1, .btnformbt1 {
	margin-top: 25px;
	border-top: 0px solid #ddd !important;
	margin-bottom: 25px;
}
.planbtn1 .planbutton, .btnformbt1 {
	border: 1px solid #989A8F;
	padding: 10px 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #989A8F;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	font-size: 17px;
	text-align: center;
	outline: none;
}


.planbutton:hover {
	background-color: #e61700 !important;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	border-width: 2px;
}

.planinfo1{
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 8px;
	background-color: #403c30;
	color: white;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.btred {
	background-color: #DC1A04;
}
.btredborder {
	border: 1px solid #DC1A04 !important;
}
.white {
	color: #FFFFFF;
}

.btbrown {
	background-color: #403C30;
}

.buttontextwhite{
	color: #ffffff !important;
}

.faey{
	color: #00CC00;
}
.ullilistpweb{
	float: left;
	width: 100%;
	margin-right: 0%;
	text-align: left;
}
.ullilistpwebc1_2{
	display: block;
	float: left;
	width: 100%;
}
.ullilistpwebc3{
	display: block;
	float: left;
	width: 100%;
}

}
</pre></body></html>