﻿@charset "utf-8";
/* 
    Document   : plantilla
    Created on : 15/12/2012, 12:21:25 AM
    Author     : Anibal Del Angel Fernández
*/

body
{
    background: url(../images/stunning-text-bg.png) 0 0 repeat #EAEAEA;
}

.contenedor_encabezado
{
    background: url(../images/stunning-text-bg.png) 0 0 repeat #143175;
    /*background: url(../images/stunning-text-bg.png) 0 0 repeat #101550;*/
    height: 100px;
}

.imagen_encabezado
{
    position: relative;
    background: url(../images/EncabezadoSETSE.gif) 0 0 repeat #EAEAEA;
    height: 100px;
    width: 960px;
    margin: 0 auto 0 auto;
}

.titulo_pagina
{
    position: absolute;
    top: 75px;
    left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 515px;
    height: 20px;
    overflow: hidden;
}

#fecha_pagina
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #333;
    text-align: right;
    overflow: hidden;
    padding: 10px;
}

.titulo_archivo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

.titulo_archivo a:link, .titulo_archivo a:visited
{
    color: #F60;
    text-decoration: none;
}

.titulo_archivo a:hover
{
    color: #069d5a;
}

.contenedor_menu
{
    position: relative;
    width: 960px;
    height: 60px;
    background: #333;
    margin: 0 auto 0 auto;
    z-index: 99;
}

#div_login {
	position: relative;
	height: 20px;
	width: 950px;
	padding: 5px;
	background: #49494E;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#div_nombre_login{
	position: absolute;
	height: 18px;
	width: 400px;
	text-align: left;
	overflow: hidden;
	padding: 2px 2px 2px 10px;
}

#div_cerrar_login{
	position: absolute;
	height: 18px;
	width: 88px;
	text-align: center;
	left: 864px;
	padding: 2px;
	overflow: hidden;
}

#div_cerrar_login a:link, #div_cerrar_login a:visited{
	text-decoration: none;
	color: #FFF; 
}

#div_cerrar_login a:hover{
	text-decoration: none;
	color: #6F3;
}

.contenido
{
    background: #FFF;
    min-height: 700px;
    padding: 65px 0px 30px 0px;
}

.cuerpo
{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}

.footer
{
    background: #49494E;
    min-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 20px 0px 20px 0px;
}