body {
	margin: 0 10%;
	padding: 0 0;
}

body, td, th {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
}

a:hover { color: #e4901f; }

h1 {
	font-size: 180%;
	color: #0777EE;
	font-weight: normal;
	margin: 0 0 8px 0;
}
h2 { font-size: 140%}
h3 { font-size: 120%}
h4 { font-size: 100%}


.pageWhite { background-color : white; }
.pageNews { background-color: #93dcff; }


.aviso {
        border: 1px solid red;
        padding: 10px;
        background-color: #ffffcc;
}

.estilo {}
.estilo th { background-color: yellow; }
.estilo td { background-color: snow; }


/*  Job system */

.jobSystem .loginLine { text-align: right; font-style: italic; }
.jobSystem .detail { margin: 20px 0; }
.jobSystem .detail td { text-align: left; background: #F5F5F5; padding: 5px; }
.jobSystem .detail th { text-align: left; background: #F5F5F5; }
.jobSystem .msg { font-style: italic; color: red; }

.detail { margin: 2px 0; width: 450px}
.detail td { text-align: left; background: #F5F5F5; padding: 5px; }
.detail th { text-align: left; background: #F5F5F5; }

.TextoIns {
	text-align: justify;
	margin-right: 15px;
	margin-left: 8px;
}

.TituloIns {
    font-weight: bold;
	margin : 8px 6px 6px 30px;
	color: Navy;
}

.instruccion {
        text-align: justify;
        margin-right : 5px;
}

.Back {
        text-align: center;
}

.Error{
		font-size: 14px;
		color:red;
}



.logoConectu {
	text-align: center;
	margin: 30px;
}

