body{
	margin:0;
/* 	background-image: url('../img/PRFT.jpg');*/
    background-position:center;
    background-attachment: fixed;
    background-color: #262530;
	background-size: contain;
	background-repeat: no-repeat;
    max-width: 100%;
}

header{
	color: #7EC7C0;
}
.title{
	font-size: 2rem;
	padding: 15px;
	font-family: 'Orbitron';
    color:#FFFFFF;
    text-shadow: 0px 0px 20px #FFFFFF;
    
	text-align: center;
}
.signature{
	font-size: 1rem;
	padding: 15px;
	font-family: 'Orbitron';
    color:#FFFFFF;
    text-shadow: 0px 0px 20px #FFFFFF;
    
	text-align: center;
}

	font-size: 2rem;
	padding: 15px;
	font-family: 'Orbitron';
    color:#FFFFFF;
    text-shadow: 0px 0px 20px #FFFFFF;
    
	text-align: center;
}
.header-title {
	background: #1a1a1a;
	font-family: 'Orbitron';
	display: flex;
	justify-content: flex-end;
	padding: 1px;
    	font-size: 2rem;
	padding: 15px;
    color:#FFFFFF;
    text-shadow: 0px 0px 20px #FFFFFF;
    
	text-align: center;
}
.header-title a {
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all .5s;
	text-decoration: none;
	color: #7EC7C0;
}
.header-title a:hover {
	color: rgba(0, 0, 0, 0.75);
	background: white;
	border-radius: 10px;
	padding: 0 5px 0 5px;
}

.principal {
	width: 77%;
	display: inline-block;
	vertical-align: top;
}

.title img{
	display: inline-block;
	height: 2.5rem;
	vertical-align: middle;
}

.Lbuttoni{
	text-decoration: none;
	cursor:pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.Lbuttoni:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

form#console {
	text-align: center;
}
.Ilabel, .input_text,.input_texts {
	display: -webkit-inline-box;
	font-family: 'GeosansLight';
	font-size: 19px;
}
.Ilabel {
	background-color: #232329;
	padding: 5px;
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #7EC7C0;
	border-left: 1px solid #7EC7C0;
	border-top: 1px solid #7EC7C0;
	color: #7EC7C0;
	border-color: #7EC7C0;
	
}
.input_text {
	padding: 6px;
    margin: 5px;
	border: 0;
	border-bottom: 1px solid #7EC7C0;
	border-right: 1px solid #7EC7C0;
    border-left: 1px solid #7EC7C0;
	border-top: 1px solid #7EC7C0;
	border-radius: 5px 5px 5px 5px;
	
	vertical-align: bottom;
	outline: none;
	font-size:19px;
	color:#ebebeb;
	background-color:#2B2B35;
}
.input_texts {
	padding: 6px;
    margin: 5px;
	border: 0;
	border-bottom: 1px solid #7EC7C0;
	border-right: 1px solid #7EC7C0;
    border-left: 1px solid #7EC7C0;
	border-top: 1px solid #7EC7C0;
	border-radius: 5px 5px 5px 5px;
	
	vertical-align: center;
	outline: none;
	font-size:19px;
	color:#ebebeb;
	background-color:#2B2B35;
}
select.input_text {
	margin-left: -5px;
	font-size: 16px;
	background-color:#2B2B35;
}
.p {
	display: -webkit-inline-box;
	margin-bottom: 12px;
}
.s{
	margin-left: -5px;
	background: #2B2B35;
	padding: 5.5px;
}
.input_text>label{
	cursor:pointer;
}

.clean{
	background: #4d4f53 url('../img/close.png') 0 0 no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	width: 24px;
	float: right;
	margin: 0 -12px -12px 0;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all .5s;
}
.clean:hover {
	background: #6f808f url('../img/close.png') 0 0 no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.cleanit{
	background: #4d4f53 url('../img/close.png') 0 0 no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	width: 24px;
	float: right;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all .5s;
}
.cleanit:hover {
	background: rgba(0, 0, 0, 0.87) url('../img/close.png') 0 0 no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.eighty{
	width:80%;
}

.Lbutton {
 border: 1px solid #7EC7C0;
	color: #7EC7C0;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #232329), color-stop(1, #232329));
	background:-moz-linear-gradient(top, #232329 5%, #232329 100%);
	background:-webkit-linear-gradient(top, #232329 5%, #232329 100%);
	background:-o-linear-gradient(top, #232329 5%, #232329 100%);
	background:-ms-linear-gradient(top, #232329 5%, #232329 100%);
	background:linear-gradient(to bottom, #232329 5%, #232329 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#232329', endColorstr='#232329',GradientType=0);
	background-color:#232329;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	font-family:'Courier New';
	font-size:20px;
	font-weight:bold;
	padding:8px 40px;
	text-decoration:none;
}
.Lbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #232329), color-stop(1, #232329));
	background:-moz-linear-gradient(top, #232329 5%, #232329 100%);
	background:-webkit-linear-gradient(top, #232329 5%, #232329 100%);
	background:-o-linear-gradient(top, #232329 5%, #232329 100%);
	background:-ms-linear-gradient(top, #232329 5%, #232329 100%);
	background:linear-gradient(to bottom, #232329 5%, #232329 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B3454', endColorstr='#232329',GradientType=0);
	background-color:#232329;
}
.Lbutton:active {
	position:relative;
	top:1px;
}
.Lbutton:hover, .Lbutton:focus, .Lbutton:active, .Lbutton.active, .open > .dropdown-toggle.Lbutton{
	color: #7EC7C0;
	border-color: #7EC7C0;
	
}

/*Textarea*/
.textarea {
	background-color:#2B2B35;
	border-bottom: 2px solid #2A203F;
	border-color: #7EC7C0;
	
	width: 100%;
	color:#ebebeb;
	font-size: 16px;
	margin-bottom: 10px;
	outline: none;
	font-family: GeosansLight;
	overflow-x: hidden;
	overflow-y: scroll;
}
.textarea::-webkit-scrollbar {
	width: 10px;
}
.textarea::-webkit-scrollbar-thumb {
	background: #7EC7C0 !important;
}

/*Footer*/
footer {
	background-color: #232329;
	border-color: #7EC7C0;
	border: 1px;
	color:#FFFFFF;
 padding: 5px;
	font-size: 18px;
 text-align: center;
	font-family: 'Orbitron';
    text-shadow: 0px 0px 20px #FFFFFF;
}

a {
	color:#CECED4;
}

/*Ajustar*/
/* Mobile */
@media (max-width: 376px){
    .input_text {
        width: 40%;
	   padding: 5px;
        margin: 5px;
        border: 0;
	   border-bottom: 1px solid #7EC7C0;
        border-right: 1px solid #7EC7C0;
        border-left: 1px solid #7EC7C0;
	   border-top: 1px solid #7EC7C0;
	   border-radius: 5px 5px 5px 5px;
        text-align: -webkit-left;
	   vertical-align: center;
	   outline: none;
	   font-size:16px;
	   color:#ebebeb;
	   background-color:#2B2B35;
}
	.title{
		font-size: 1.5rem;
	}
    .Ilabel, .input_text,.input_texts {
	vertical-align: center;
	font-family: 'GeosansLight';
	font-size: 16px;
}

	.hh{
		text-align: center;
	}
    /* Texto de los datos requeridos */
    .input_texts {
	padding: 5px;
    margin: 5px;
	border: 0;
	border-bottom: 1px solid #7EC7C0;
	border-right: 1px solid #7EC7C0;
    border-left: 1px solid #7EC7C0;
	border-top: 1px solid #7EC7C0;
	border-radius: 5px 5px 5px 5px;
	width: 100%;
	vertical-align: center;
	outline: none;
	font-size:16px;
	color:#ebebeb;
	background-color:#2B2B35;

}
    /* Cajas de texto */
select.input_text {
    width: 87%;
	margin-left: 1px;
	font-size: 16px;
	background-color:#2B2B35;
    outline: none;
    vertical-align: center;
}
.p {
	display: -webkit-inline-box;
	margin-bottom: 12px;
    vertical-align: center;
}
    /* Espacio de cada dato*/
.s{
    width: 65%;
    outline: none;
    vertical-align: center;
	margin-left: 1px;
    margin-right: 1px;
	background: #2B2B35;
	padding: 5.5px;
}
    /* Casillas */
.input_text>label{
	cursor:pointer;
    vertical-align: center;
    display: -webkit-inline-box;
}

.clean{
	background: #4d4f53 url('../img/close.png') 0 0 no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	width: 24px;
	float: right;
	margin: 0 -12px -12px 0;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all .5s;
}
.clean:hover {
	background: #6f808f url('../img/close.png') 0 0 no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.cleanit{
	background: #4d4f53 url('../img/close.png') 0 0 no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	width: 24px;
	float: right;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all .5s;
}
.cleanit:hover {
	background: rgba(0, 0, 0, 0.87) url('../img/close.png') 0 0 no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* Espacio donde salen las CCs */
.eighty{
    vertical-align: center;
	width:80%;
    padding: 5.5px;
    margin-left: -15px;
}

.Lbutton {
 border: 0px solid #7EC7C0;
	color: #7EC7C0;
    vertical-align: center;
    
}





















@media (max-width: 595px){
	.form{
		width:50%;
		margin: 5px 0 5px 0;
	}
}
@media (max-width: 445px){
	.item{
		width:38%;
	}
}
@media (max-width: 745px){
	.z1,.z2,.z3,.z4,.z5,.z7{
		width:100%;
	}
	.y{
		display:none;
	}
	.z1{
		background: teal;
		color: white;
	}
}
@media (max-width: 1016px){
	.menu,.principal{
		width:100%;
	}
	#a0{
		display:block;
	}
	#menu-sub{
		display:none;
	}
	.item-title{
		font-size: 20px;
	}
}
@media (min-width: 1017px){
	#menu-sub{
		display:block !important;
	}
}