﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: #eee;
}

header {
    background: #eee;
    color: #666;
    font-weight: bold;
    padding-top: 0px;
    color: #fff;
    /*height:0px;
	margin:0 auto;
	max-width:960px;
	text-align:right;*/
}

footer {
    background: #0B3B17;
    color: white;
    width: 100%;
}

h2 {
    color: #0489B1;
    font-weight: normal;
    font-size: 40px;
    font-family: Arial;
}

#mainContent {
    background-color: #FFF;
    margin-top: 10px;
    min-height: 400px;
    padding-top: 1px;
    width: 100%;
    height: 550px;
    position: relative;
}

.line-orange {
    background: gray;
    height: 4px;
    position: absolute;
    width: 100%;
}

.line-bottom {
    bottom: 0;
    margin-bottom: 1px;
}

.line-top {
    margin-top: 1px;
    top: 0;
}


.logo-pei {
    width: 550px;
}

section#container {
    margin: 5em auto;
    max-width: 960px;
    margin: 120px;
}

section#sLogo, aside {
    border-radius: 0.5em;
    display: inline-block;
    margin: 0.50em auto;
    max-width: 960px;
    min-height: 200px;
    padding: 0.25em;
    text-align: right;
    vertical-align: top;
    width: 50%;
}

aside {
    margin-left: 7em;
    text-align: left;
    width: 50%;
}

.label-form, label-extras {
    color: #999;
    padding-top: 10px;
}

.txt_gral {
    margin: 0.5em;
    margin-left: 0px;
    padding: 0.25em;
}

.btn_gral {
    background: #DF0101;
    color: #FFF;
    font-size: 14px;
    margin: .25em 0;
    min-width: 100px;
    padding: .3em;
}

.logo {
    padding-top: 50px;
    padding-bottom: 60px;
    display: none;
}

#logoPGJE {
    display: inline !important;
    padding-left: 80px;
    padding-top: 0px;
    padding-bottom: 0;
    height: 90px;
}

#imgPEI {
    height: 80px;
    position: absolute;
    margin: 35px;
    display: none;
}
