#navegacion {
    position: relative;
    width: 100%;
    min-width: 550px;
    height: 22px;
    left:-1px;
    background-color: #878FA2;
    border-top: solid #555 1px;
    border-bottom: solid #555 1px;
    border-right: solid #555 1px;
    z-index: 0;
    text-align: right;
}

#lateral {
    padding: 15px;
    position: relative;
    text-align: justify;
    width: 150px;
    height: 473px;
    float: left;
    background-color: #eee;
    border-left: solid #555 1px;
    border-right: solid #555 1px;
    border-bottom: solid #555 1px;
}

#bienvenida {
    padding: 15px;
    position: relative;
    text-align: justify;
    width:300px;
    height: 473px;
    float: left;
    background-color: #fff;
    border-bottom: solid #555 1px;
}

#imagen {
    position: relative;
    float: left;
    border-left: solid #555 1px;
    border-right: solid #555 1px;
}

#contenedor {
    position: relative;
    margin: 0px auto;
    z-index: 4;
    width:750px;
}


a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

a:active {
    color: #ffcc00;
    text-decoration: underline;
}

body {
    margin: 0;
    padding: 0;
    background-color: #CDB38B;
}

hr {
    color: #E0E0B5;
    border: medium solid;
}

li {
    padding: 6px;
}

h3 {
    color: #000;
    font-family: Verdana, Helvetica, Arial;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
}

.tabla_nav {
    border: solid #555 1px;
}

.tabla {
    border-left: solid #555 1px;
    border-right: solid #555 1px;
    border-bottom: solid #555 1px;
}

.bordes_celda {
    border-left: solid #555 1px;
    border-right: solid #555 1px;
}

.bodyText, p {
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 0.7em;
    text-align: justify;
    padding: 15px;
}

.listaText {
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 0.7em;
    padding: 15px;
}

.newsText {
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 0.6em;
        padding: 10px;
}

.mainTitle {
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-variant: small-caps;
}

.mainSubtitle {
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
        display: block;
        margin-left: 15px;
}

.mainSubtitle2 {
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	
	text-align: justify;
}

.enlacePrincipal {
	font-family: Georgia, Times New Roman, Roman;
        font-size: 0.9em;
        color: #fff;
        font-variant: small-caps;
}

.enlacePrincipalSombra {
	font-family: Georgia, Times New Roman, Roman;
        font-size: 25px;
}