a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, tbody, tfoot, thead, time, tt, u, var, video {
	margin: 0;
	padding: 0;
	border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body, html {
	scrollbar-color: #00aeff #fff;
	scrollbar-width: thin;
}

body {
	font-family: 'Maven Pro';
	font-size: 16px;
	color: rgb(63, 139, 214);
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 18px;
}

table {
	font-size: 16px;
	color: rgb(63, 139, 214);
	line-height: 18px;
}

h1 {
	color: rgb(63, 139, 214);
	font-size: 20px;
	font-weight: normal;
	border-left: 5px solid #00aeff;
	padding-left: 20px;
	position: relative;
	float: left;
	clear: both;
	width: calc(100% - 25px);
	margin-bottom: 15px;
	z-index: 1;
}

h2 {
	color: rgba(51, 204, 0, 0.6);
	font-size: 20px;
	font-weight: normal;
	border-left: 2px solid rgba(51, 204, 0, 0.6);
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	float: left;
	clear: both;
	width: calc(100% - 12px);
	margin-bottom: 15px;
	z-index: 1;
}

h3 {
	color: rgb(63, 139, 214);
	font-size: 30px;
	font-weight: normal;
}

h4 {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: normal;
}

h5 {
	color: rgba(51, 204, 0, 0.6);
	font-size: 16px;
	font-weight: normal;
	position: relative;
	float: left;
	clear: both;
	width: calc(100%);
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(63, 138, 214, 0.4);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

th {
	cursor: pointer;
}

select, option {
	font-size: 11px;
	color: rgb(63, 139, 214);

}

a:link, a:visited, a:active {
	font-size: 15px;
	color: rgb(63, 139, 214);
	text-decoration: none;
	border-bottom: 1px dotted rgb(51, 204, 0);
}

a:hover {
	color: rgb(51, 204, 0);
}

#encarga {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../imagenes/icono15.svg);
	display: none;
}

.encarga_texto {
	position: absolute;
	width: 200px;
	top: calc(50% + 50px);
	left: calc(50% - 110px);
	color: #fff;
	background-color: #598cd3;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-radius: 10px;
}

#cuerpo {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	z-index: 1;
	margin-bottom: 40px;
}

#cuerpo_contenido {
	position: relative;
	max-width: 800px;
	clear: both;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	position: fixed;
	width: 200px;
	top: 10px;
}

#anuncio01 {
	font-size: 14px;
	position: relative;
	float: left;
	clear: both;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	line-height: 18px;
	margin-top: 100px;
	width: calc(100% - 30px);
}

#anuncio02 {
	font-size: 16px;
	position: relative;
	float: left;
	clear: both;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 20px rgba(89, 140, 211, 0.2);
	line-height: 22px;
	margin-top: 10px;
	width: calc(100% - 30px);
}

#icono_menu01 {
	width: 16px;
	top: 3px;
	position: relative;
}

#icono_menu02 {
	width: 24px;
	position: relative;
}


#icono_menu03 {
	width: 24px;
	position: relative;
	float: left;
	margin-right: 10px;
}

.icono_calendario {
	position: relative;
	float: left;
	margin-top: 0px;
}

#logo01 {
	position: absolute;
	width: 290px;
	height: 55px;
	background-image: url(https://www.ehostingperu.net/imagenes/logo03.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 15px;
	left: 0px;
}

#usuario_arriba {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.4);
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 110px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: rgba(0, 174, 255, 0.8);
	color: #FFF;
	z-index: 2;
	font-size: 24px;
	background-image: url(../imagenes/det01.svg);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: center right 5px;
}

#usuario_arriba h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	border-left: 2px solid rgba(51, 204, 0, 0.0);
	margin-bottom: 0px;
	margin-top: 5px;
}

#menu_modulo {
	position: absolute;
	right: 0px;
	z-index: 2;
}

#marco01 {
	background-color: #f9fcff;
	border-radius: 30px;
	padding: 20px;
	width: 345px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.2);
	box-shadow: 0px 0px 10px rgba(89, 140, 211, 0.2);
}

.tippy-box[data-theme~='servicios'] {
	background-color: rgb(0, 174, 255);
	color: #FFF;
	font-size: 12px;
	font-family: 'Maven Pro';
}

.tippy-box[data-theme~='servicios'][data-placement^='top']>.tippy-arrow::before {
	border-top-color: rgb(0, 174, 255);
}

#recibos_servicios_usuario {
	position: relative;
	float: left;
	clear: both;
	margin-top: 10px;
}

#fecha_actualizacion_bd {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 60px;
}

.acciones {
	position: relative;
	float: left;
	clear: both;
	border: 1px solid rgba(0, 174, 255, 0.6);
	padding: 0px 3px 0px 5px;
	border-radius: 15px;
	width: 100px;
}

.estados {
	position: relative;
	clear: both;
	float: left;
	border: 1px solid rgba(0, 174, 255, 0.6);
	padding: 5px 3px 0px 5px;
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 65px;
}

a.vinculos01, a.vinculos01:active, a.vinculos01:link, a.vinculos01:visited {
	text-decoration: none;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
	float: left;
	clear: both;
	border-left: 5px solid rgba(0, 174, 255, 0);
	border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

a.vinculos01hover, a.vinculos01hover:active, a.vinculos01hover:link, a.vinculos01hover:visited, a.vinculos01hover:hover {
	text-decoration: none;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
	float: left;
	clear: both;
	border-left: 5px solid #00aeff;
	border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

a.vinculos02, a.vinculos02:active, a.vinculos02:link, a.vinculos02:visited, a.vinculos02:hover {
	text-decoration: none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

a.vinculos03, a.vinculos03:active, a.vinculos03:link, a.vinculos03:visited {
	text-decoration: none;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

a.rojo, a.rojo:active, a.rojo:link, a.rojo:visited, a.rojo:hover, .rojo {
	color: #FF0000;
}

a.gris, a.gris:active, a.gris:link, a.gris:visited, a.gris:hover, .gris {
	color: #757575;
}

.campo01_titulo01 {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.campo01_titulo02 {
	position: relative;
	float: left;
	clear: both;
	font-size: 14px;
}

.campo01_titulo03 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(51, 204, 0, 0.6);
}

.campo01_titulo04 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.campo01_img {
	position: relative;
	float: left;
	width: 20px;
	margin-top: 8px;
	margin-left: 10px;
}

.campo01 {
	font-size: 18px;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: rgb(89, 140, 211);
	border: 1px solid rgba(51, 204, 0, 0.6);
	font-family: 'Maven Pro';
	letter-spacing: 0.4px;
	position: relative;
	float: left;
	clear: both;
	width: 300px;
}

.campo01:focus {
	-moz-box-shadow: inset 0px 0px 2px rgba(89, 140, 211, 0.6);
	-webkit-box-shadow: inset 0px 0px 2px rgba(89, 140, 211, 0.6);
	box-shadow: inset 0px 0px 2px rgba(89, 140, 211, 0.6);
	color: #598cd3;
}

.campo02 {
	font-size: 22px;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(51, 204, 0, 0.6);
	color: rgb(255, 255, 255);
	border: 1px solid rgba(51, 204, 0, 0.6);
	font-family: 'Maven Pro';
	letter-spacing: 0.4px;
	position: relative;
	float: left;
	clear: both;
	width: 300px;
}

.campo03 {
	font-size: 18px;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	color: rgba(51, 204, 0, 0.8);
	border: none;
	border-bottom: 1px solid rgba(51, 204, 0, 0.6);
	font-family: 'Maven Pro';
	letter-spacing: 0.4px;
	position: relative;
	float: left;
	clear: both;
	width: 300px;
}

.boton01 {
	font-family: 'Maven Pro';
	font-size: 16px;
	color: #598cd3;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0.4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 0px #ffffff;
	float: left;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.4px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.boton01:hover {
	-moz-box-shadow: 0px 0px 4px #33cc00;
	-webkit-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
	box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
	background: rgb(64, 150, 238);
	background: -moz-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 150, 238, 1)), color-stop(100%, rgba(48, 126, 178, 1)));
	background: -webkit-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%);
	background: -o-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%);
	background: -ms-linear-gradient(top, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%);
	background: linear-gradient(to bottom, rgba(64, 150, 238, 1) 0%, rgba(48, 126, 178, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#307eb2', GradientType=0);
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}

.boton02 {
	font-family: 'Maven Pro';
	font-size: 16px;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0.4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	float: left;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.4px;
	background-color: rgba(51, 204, 0, 0.6);
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	background-image: url(../imagenes/det01.svg);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px center;
	border: 1px solid rgba(51, 204, 0, 0.6);
}

.boton02:hover {
	background-color: rgb(51, 204, 0);
	-moz-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
	-webkit-box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
	box-shadow: 0px 0px 4px rgba(51, 204, 0, 1);
}

#menu_index {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#aprobado {
	position: relative;
	float: left;
	background-color: rgba(51, 204, 0, 0.8);
	color: #FFF;
	font-size: 24px;
	background-image: url(../imagenes/det03.svg);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px center;
	width: calc(100% - 80px);
	padding: 10px 20px 10px 60px;
	margin-bottom: 10px;
	border-radius: 10px;
	line-height: 26px;
}

#aprobado_texto {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#denegado {
	position: relative;
	float: left;
	background-color: #FF0000;
	color: #FFF;
	font-size: 24px;
	background-image: url(../imagenes/icono26.svg);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px center;
	width: calc(100% - 80px);
	padding: 10px 20px 10px 60px;
	margin-bottom: 10px;
	border-radius: 10px;
	line-height: 26px;
}

#denegado_texto {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #FFF
}

::-webkit-scrollbar-thumb {
	background: #124a71
}

::-webkit-scrollbar-thumb:hover {
	background: #124a71
}

@media (max-width:660px) {
	#usuario_arriba {
		left: 0px;
		top: 70px;
	}

	#anuncio01 {
		margin-top: 140px;
	}

	#aprobado, #denegado {
		padding: 10px 20px 10px 80px;
		width: calc(100% - 100px);
	}
}