<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** **********************************
 *   GENERAL Y BOOTSTRAP OVERRIDE:   *
 *********************************** */
html,
body {
	font-family: Oxygen;
}
body {
	font-size: 11pt;
	color: #444;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	color: #029;
}
a,
a:visited {
	color: black;
	text-decoration: none;
}
a:hover,
a:active {
	color: #029;
	text-decoration: none;
}
p {
	text-align: justify;
}
img {
	max-width: 100%;
}
hr {
	height: 2px;
	background: #029;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.underlined {
	border-bottom: 2px solid #029;
	margin-bottom: 10px;
}
a.underlined {
	text-decoration: underline;
	border: none;
}
.with-shadow {
	box-shadow: 1px 1px 3px #666;
}

.container,
.container-fluid,
.padding-top-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding {
	padding: 15px;
}
.padding &gt; h1,
.padding &gt; h2,
.padding &gt; h3 {
	margin-top: 0px;
}
@media screen and (max-width: 767px) {
	.container-fluid .container {
		padding-right: 0px;
		padding-left: 0px;
	}
}
.margin-top-bottom {
	margin-top: 15px;
	margin-bottom: 15px;
}


.form-control {
	height: 42px;
	padding: 20px 15px;
}
.form-control[type="password"],
.form-control[type="number"] {
	padding: 0px 15px;
}
.form-control:focus {
	border-color: #029;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(254,165,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,34,153,.6);
}
.input-group-addon {
	padding: 6px 15px;
	color: #029;
	background-color: white;
}
.btn:focus {
	outline: 5px auto #fff;
}

.text-danger  { color: #E00; }
.text-success { color: #0D0; }
.alert-danger { color: #E00; background-color: #ffdede; }
.btn-danger   { background-color: #EE0000; color: white; }
.btn-danger:visited { color: white; }
.btn-warning  { background-color: #029; color: white; }
.btn-warning:visited { color: white; }
.btn-dragon,
.btn-dragon:visited,
.btn-theme,
.btn-theme:visited,
.btn-theme:focus  { background-color: #24B; color: white; }
.btn-dragon:hover,
.btn-theme:hover { background-color: #029; color: white; }

.btn-group:focus {
	outline: none;
}

.bg-white { background-color: #FFFFFF; }
.bg-alt   { background-color: #029; }
.bg-alt-gradient { background-image: -webkit-linear-gradient(top,#46D,#029); background-image: linear-gradient(to bottom,#46D,#029); background-color: #029;}
.bg-alt a:hover {	color: white; }
.color-orange { color: #029; }
.color-white  { color: #FFFFFF; }
a.color-white  { color: #FFFFFF; }
.color-black  { color: #000000; }
.color-gray   { color: #999999; }

div.precio,
.bg-alt .bg-white div.precio {
	margin-top: 15px;
	color: #029;
	vertical-align: bottom;
	font-size: 15pt;
	text-shadow: 1px 1px 0px #CCC;
}
.bg-alt div.precio {
	color: white;
	text-shadow: 1px 1px 0px #333;
}
ul.withBullets {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
	display: inline-block;
	margin: 0px auto;
	text-align: left;
}

/* ***** BREADCRUMB ***** */
ol.breadcrumb { 
	list-style: none; 
	overflow: hidden;
	font-size: 110%;
	padding: 0px;
	background-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0px;
}
ol.breadcrumb li { 
	float: left; 
}
ol.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 20px 10px 60px;
	background: #029;
	position: relative; 
	display: block;
	float: left;
	font-weight: bold;
}
ol.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #029;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}
ol.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
ol.breadcrumb&gt;li+li:before {
	padding: 0px;
}
ol.breadcrumb li:first-child a {
	padding-left: 35px;
}
.breadcrumb li a[href]:hover,
.breadcrumb li.active a,
.breadcrumb li.active a[href]:hover { 
	background: #000;
	color: #FFF;
}
.breadcrumb li.active a:after,
.breadcrumb li a[href]:hover:after { 
	border-left-color: #000 !important;
}

/* ***** FIELDSET ***** */
fieldset {
  font-size: 1em;
  border: 2px solid #000;
  padding: 1em 2em;
  font-size: 1.15em;
}
legend {
  color: #fff;
  background: #000;
  padding: 0.15em 1.25em;
  font-variant: small-caps;
  font-size: 24px;
}
label {
  display: block;
  cursor: pointer;
  line-height: 1.5;
}
input[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

input[type="radio"] + span {
  display: block;
  font-weight: normal;
}

/* the basic, unchecked style */
input[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
input[type="radio"]:checked + span:before {
  background: #029;
}



/** *************
 *   HEADER
 ************* */
header {
	width: 100%;
	background: white;
	box-shadow: 0px 0px 6px #CCE;
}
header &gt; .container {
	padding: 10px 0px;
}
header a#logo,
header a#logo img {
	display: inline-block;
	max-width: 100%;
	color: #029;
}

/** ***** MENU ***** */
header .container-fluid {
	padding-top: 0px;
	padding-bottom: 0px;
}
header div#menu a#mobile_menu_button {
	display: none;
}
header div#menu {
	padding-top: 0px;
	padding-bottom: 0px;
}
header ul {
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 0px;
}
header ul li {
	display: inline-block;
	list-style-type: none;
}
header ul li a,
header ul li a:visited {
	display: block;
	padding: 10px;
	font-size: 18px;
	color: #555;
	font-weight: 300;
	transition: color 200ms;
	transition: background 200ms;
}
header ul li a:hover {
	color: #029 !important;
	background: white;
}
header #menu &gt; ul &gt; li {
	position: relative;
}
header ul ul {
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 99;
	background: white;
	width: 650px;
	padding: 0px;
	border: 3px solid #029;
	border-top: none;
}
header #menu &gt; ul li:hover ul {
	display: block;
}
header #menu &gt; ul li ul li a {
	padding: 0px 10px;
	font-size: 95%;
	text-align: right;
	margin-top: 13px;
	margin-bottom: 13px;
	font-weight: 400;
}
header #menu &gt; ul li ul li a span {
	border-bottom: 1px solid #029;
	display: block;
	text-align: center;
	color: black;
	font-size: 115%;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	header div#menu {
		position: relative;
		margin-top: 0px;
		width: 100%;
	}
	header div#menu a#mobile_menu_button {
		display: block;
		float: right;
		border-top: 5px solid #029;
		border-bottom: 15px double #029;
		height: 25px; 
		width: 30px;
		margin: 10px 0px;
		cursor: pointer;
		position: relative;
	}
	header #menu &gt; ul {
		display: none;
		position: absolute;
		top: 45px;
		right: 0px;
		z-index: 99;
		background: #FFF;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	header #menu &gt; ul li:hover ul {
		display: none;
	}
	header ul li {
		width: 100%;
		padding-top: 7px 8px;
		border-bottom: 1px solid #029;
		margin: 0px;
	}
}

header div#menuLogin a {
	padding: 10px;
	color: #029;
	text-align: right;
}
header div#menuLogin a:hover {
	color: #000;
}


/** *************
 *   BANNER
 ************* */
.banner { 
	position: relative; 
	overflow: auto;
	width: 100% !important;
}
.banner ul {
	margin: 0px;
	padding: 0px;
}
.banner li { list-style: none; }
.banner li.row {
	margin-right: 0px;
	margin-left: 0px;
}
.banner ul li { 
	float: left; 
	display: block;
	width: 100%;
	min-height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner ul li &gt; div.col-md-8 {
	color: #333;
	padding-top: 100px;
	font-size: 28px;
	text-align: center;
}
.banner ul li &gt; div.col-md-8 &gt; div {
	display: inline-block;
	margin: 0px auto;
	margin-top: 25px;
	font-size: 23px;
	text-align: left;
}
.banner ul li div h1 {
	font-size: 40pt;
	margin: 0;
	padding: 0;
	color: #029;
}


.banner li#hosting {
	background-image: url('/img/banner/planes-hosting.jpg');
}
.banner li#hosting div.col-md-6 {
	width: auto;
	padding-top: 0px;
	text-shadow: none;
	color: #000;
}
.banner li#hosting div.col-md-6 &gt; div {
	background-color: rgba(255,255,255,0.95);
	border: 5px solid #029;
	padding: 15px;
	margin: 35px;
	margin-bottom: 0px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.banner li#hosting div.col-md-6 &gt; div {
		padding: 10px;
		margin: 5px;
	}
}
.banner li#hosting div.col-md-6 h1 {
	text-shadow: none;
	color: #000;
	font-weight: 500;
	line-height: 45px;
}
.banner li#hosting div.col-md-6 h2 {
	color: #029;
	font-size: 35px;
	line-height: 30px;
	font-weight: 500;
	text-shadow: 1px 1px 3px #FFF;
	font-variant: normal;
}

.banner li#contacto-cv {
	padding-top: 25px;
	text-shadow: none;
	background-image: url('/img/banner/ciclistas.jpg');
}
.banner li#contacto-cv div.col-md-6 {
	padding-top: 0px;
}
.banner li#contacto-cv div.col-md-6 &gt; div {
	background: rgba(0, 0, 0, .7);
	color: white;
	text-shadow: none;
	padding: 15px;
	margin: 35px;
	margin-bottom: 0px;
	font-size: 18px;
}
.banner li#contacto-cv a {
	padding: 8px;
	margin: 5px;
	border: 1px solid white;
	color: black;
	background: rgba(255, 255, 255, .7);
	font-size: 125%;
	text-shadow: none;
}

/** ************
 *   SECTIONS
 ************* */

/** ***** INDEX ***** */
div.module {
	padding: 15px;
	border-radius: 15px;
	background-color: white;
}
div.module em.fa {
	float: left;
	color: #029;
	font-size: 40pt;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 15px;
}
div.module h2 {
	display: inline;
}
div.module p {
	margin-top: 15px;
}

/** ***** WEB SERVICES ***** */
div#web-services &gt; a {
	padding: 7px 15px;
}
div#web-services &gt; a &gt; div {
	background: #FFF;
	padding: 15px;
}
div#web-services &gt; a:hover &gt; div {
	background: black;
	transition: background 1000ms;
}
div#web-services &gt; a:hover &gt; div * {
	color: #FFF;
}
div#web-services span {
	display: block;
	font-size: 100px;
	color: #029;
	margin-bottom: 15px;
}
div#web-services a div div {
	margin: 2px;
	display: inline-block;
	font-size: 115%;
}


/** ***** WEB SERVICES CreaciÃ³n ***** */
#website-creation img {
	height: 130px;
	margin: 0 auto;
	display: block;
}
.web-creation div.shadow &gt; div {
	box-shadow: 1px 1px 3px #999;
	position: relative;
}
div.extra_service {
	margin:15px;
	text-align: left;
}
div.extra_service div.precio {
	text-align: right;
	margin:0;
}
div.extra_service p {
	color: #999;
	margin: 0;
	padding: 0;
}
div.portfolio a {
	display: inline-block;
	width: 90px;
	margin: 10px;
	border: 1px solid black;
	background: white
}
div.portfolio a img {
	width: 80%;
	margin: 10%;
}


/** ***** WEB SERVICES GestiÃ³n ***** */
ul#auditoria li {
	display: table;
	width: 31%;
	margin: 1%;
	float: left;
	padding: 10px;
	padding-left: 90px;
	list-style-type: none;
	height: 75px;
	font-size: 18px;
	color: black;
	background-color: #029;
	background-size: 60px 60px;
	background-position: 15px center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: right;
}
ul#auditoria li span {
	display:table-cell;
	vertical-align:middle;
}
@media screen and (max-width: 767px) {
	ul#auditoria {
		width: 100%;
		padding: 0;
	}
	ul#auditoria li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}


/** ***** WEB SERVICES OptimizaciÃ³n ***** */
#seo div.shadow &gt; div {
	box-shadow: 1px 1px 3px #999;
	position: relative;
}
#seo div.shadow &gt; div &gt; div {
	padding: 5%;
}
#seo div.shadow &gt; div &gt; div h3 {
	border-bottom: 2px solid #029;
	margin-bottom: 15px;
}
#seo2 .bg-white {
	padding: 15px;
}


/** ***** WEB SERVICES PublicitaciÃ³n ***** */
@media screen and (max-width: 767px) {
	div#communitymanager {
		padding-left: 0px;
		padding-right: 0px;
	}
	div#communitymanager div.col-md-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
}


/** ***** WEB SERVICES Servers ***** */
@media screen and (max-width: 767px) {
	div#hosting {
		padding-left: 0px;
		padding-right: 0px;
	}
	div.plan-details {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 15px;
	}
}
div.plan-details &gt; div {
	background: white;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
	color: #555;
	border-right: 2px solid black;
	border-left: 2px solid black;
}
div.plan-details &gt; div:first-child,
div.plan-details &gt; a:last-child {
	display: block;
	background: black;
	padding-top: 7px;
	padding-bottom: 7px;
	color: white;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
}
div.plan-details &gt; div:last-child {
	border-bottom: 2px solid black;
}
div.plan-details &gt; div.price {
	color: #029;
	font-weight: bold;
	text-shadow:none;
	font-size: 35px;
	line-height: 40px;
	padding-top: 15px;
}
div.plan-details &gt; div.price sup {
	font-size: 20px;
}
div.plan-details &gt; div.subtitle {
	font-style: italic;
	background: #EEE;
	color: #000;
}
div.plan-details &gt; div.content {
	text-align: left;
	padding-left: 25px;
	font-size: 18px;
	line-height: 35px;
}
div.plan-details &gt; div.content strong {
	color: black;
}
div.plan-details &gt; a:last-child {
	transition: color 500ms;
	font-size: 24px;
}
div.plan-details &gt; a:last-child:hover {
	color: #029;
}


div#hosting-details &gt; div {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	color: #000;
}
div#hosting-details &gt; div em.fa {
	text-align: center;
	display: inline-block;
	padding: 20px;
	margin-bottom: 10px;
	width: 90px;
	font-size: 50px;
	background-color: #029;
	color: #FFF;
	border-radius: 1000px;
}

div.hosting-explanations h3 {
	font-variant: normal;
	font-size: 24px;
}
div.hosting-explanations img {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}


div#monitoring-details em.fa {
	text-align: center;
	display: inline-block;
	padding: 15px;
	margin: 10px;
	margin-right: 20px;
	width: 76px;
	background-color: #029;
	color: #FFF;
	border-radius: 1000px;
}
div#monitoring-details p {
	margin: 0px 5px;
	text-indent: 1.5em;
}


/** ***** MOBILE APPS ***** */
div#appsIcons {
	color: #FFF;
	font-size: 125%;
}
div#appsIcons i {
	font-size: 175px;
}
#appDetails div img {
	display: block;
	margin: 20px auto;
	height:120px;
}
#appDetails div h3 {
	color: #029;
	text-align: center;
}
#appDetails div p {
	display: inline-block;
	text-align:center;
}



/** ***** LOGIN ***** */
div#loginBox {
	margin: 50px auto;
	padding: 25px;
	background-color: white;
	border-radius: 10px;
	display: inline-block;
}


table tr td.actions a,
table tr td.actions &gt; img {
	display: inline-block;
	width: 18px;
	margin-right: 5px;
}
table tr td.actions a img {
	height: 18px;
	width: 18px;
}



/** ***************
 *   ACADEMY
 **************** */
div#academy-highlight {
	padding-top: 30px;
}
div#academy-highlight div.col-md-4 div {
	background: #000;
	padding: 15px;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
}
div#academy-highlight div.col-md-4 div div {
	font-size: 35px;
	font-weight: 500;
}
div#academy-highlight div.col-md-4 div div i {
	display: block;
	font-size: 65px;
}


div#academy div.col-md-6 &gt; div {
	background: white;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
	color: #555;
	border-right: 2px solid black;
	border-left: 2px solid black;
}
div#academy div.col-md-6 &gt; div:first-child,
div#academy div.col-md-6 &gt; a:last-child {
	display: block;
	background: black;
	padding-top: 7px;
	padding-bottom: 7px;
	color: white;
	font-size: 25px;
	text-align: center;
}
div#academy div.col-md-6 &gt; div:nth-child(2) {
	color: #029;
	font-weight: bold;
	text-shadow:none;
	font-size: 40px;
	line-height: 40px;
	padding-top: 15px;
}
div#academy div.col-md-6 &gt; div:nth-child(2) span {
	font-size: 16px;
	line-height: 10px;
	font-style: italic;
	font-weight: normal;
}
div#academy div.col-md-6 &gt; div:nth-child(3) {
	font-style: italic;
	background: #EEE;
	color: #000;
}
div#academy div.col-md-6 &gt; div:nth-child(4) {
	text-align: left;
	padding-left: 25px;
	font-size: 20px;
}
div#academy div.col-md-6 &gt; a:last-child {
	color: #029;
	transition: color 500ms;
}
div#academy div.col-md-6 &gt; a:last-child:hover {
	color: white;
}



/** ***************
 *   ÃREA CLIENTE
 **************** */
ul.nav-tabs {
  padding-left: 50px;
}
table.table &gt; tbody &gt; tr &gt; td, 
table.table &gt; tbody &gt; tr &gt; th {
	vertical-align: middle;
}
table.table-striped {
	border-collapse: collapse;
}
table.table-striped tr th {
	text-transform: uppercase;
	text-align: center;
	font-size: 115%;
	color: #000;
	background-color: #FFA500;
}
table.table-striped tr th a,
table.table-striped tr th a:not(.btn) {
	color: #000;
	cursor: pointer;
}
table.table-striped tr th a:hover,
table.table-striped tr th a:not(.btn):hover {
	color: #FFF;
}
table.table-striped tr:nth-of-type(odd) {
  background-color: #fff5eb;
}
table.table-striped tr td {
	border: 1px solid #DEDEDE;
}
table.table-striped tr .price {
	text-align: right;
}

a.pagination,
a.pagination:visited {
	display: inline-block;
	height: 20px;
	min-width: 20px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #029;
	background: rgba(0, 34, 153, 0.1);
	text-align: center;
	font-weight: bold;
	border-radius: 0;
	color: black;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	cursor: pointer;
}
a.pagination:hover,
a.pagination.selected {
	color: white !important;
	background: rgba(0, 34, 153, 1);
	transition: color 250ms linear;
	transition: background-color 250ms linear;
}



/** *************
 *   FOOTER
 ************* */
footer {
	width: 100%;
	background: #666;
	color: #FFF;
	font-size: 90%;
}
footer a,
footer a:visited {
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
footer a:hover {
	color: #029;
	transition: color 500ms;
}
footer div#social {
	background-color: #777;
	padding: 10px;
	margin: 10px;
}
footer div [class*="col-"] {
	margin-bottom: 0px;
}
footer div#social a em {
	font-size: 2em;
	color: #029;
	transition: color 250ms linear;
}
footer div#social a:hover em {
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
	     -o-transform: rotate(-15deg);
	    -ms-transform: rotate(-15deg);
	        transform: rotate(-15deg);
	color: #FFF;
}
@media screen and (max-width: 767px) {
	footer div#social {
		padding: 5px;
		margin: 5px;
	}
	footer div#social div.col-md-6 {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	footer div#social div.col-md-6:first-child {
		margin-bottom: 7px;
	}
	footer div#social a em {
		font-size: 30px;
		margin: 7px;
	}
}
</pre></body></html>