a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0A7086;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0A7086;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0A7086;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0A7086;
	text-decoration: none;
}

a.morado:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #530284;
	text-decoration: none;
}

a.morado:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #530284;
	text-decoration: none;
}

a.morado:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #530284;
	text-decoration: underline;
}

a.morado:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #530284;
	text-decoration: none;
}

a.lat:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

a.lat:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

a.lat:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #4C8AB9;
}

a.lat:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

a.legal:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0A7086;
	text-decoration: none;
}

a.legal:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0A7086;
}

a.legal:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0A7086;
	text-decoration: underline;
}

a.legal:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0A7086;
	text-decoration: none;
}

a.lat_sub:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.lat_sub:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.lat_sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4C8AB9;
	background-repeat: repeat;
}

a.lat_sub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.homelateral1 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.homelateral2 {
	border-left-style: none;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}
.central_lineas {
	border-top: 4px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 0px solid #000000;
}
.lineasAbajo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.textoGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.textoGeneralMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
.lineaPortalesLogo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4F007D;
	border-right-color: #4F007D;
	border-bottom-color: #4F007D;
	border-left-color: #4F007D;
}
.FondoCentralInformacion {
	border-top-color: #4F007D;
	border-right-color: #4F007D;
	border-bottom-color: #4F007D;
	border-left-color: #4F007D;
	background-image: url(img/corporate/01_fondocentral.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lineaTopInformacion {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #4F007D;
	border-right-color: #4F007D;
	border-bottom-color: #4F007D;
	border-left-color: #4F007D;
}
.textoTitularesGestor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #681996;
}
.FondoCentralFormacion {

	border-top-color: #4F007D;
	border-right-color: #4F007D;
	border-bottom-color: #4F007D;
	border-left-color: #4F007D;
	background-image: url(img/corporate/02_fondocentral.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}








<style>
        body    {
            margin:0;
            padding:0;
            text-align:center;
        }
        
        #content    {
            text-align:center;
            margin:auto;
            background-color:#ff0;
            width:800px;
            height:800px;
        }
        
        #cabecera    {
            width: 800px;
            height:100px;
            background-color:#f00;
        }
        
        #menu    {
            width:150px;
            height:650px;
            float:left;
            background-color:#888;
        }
        
        #contenido    {
            width:650px;
            height:650px;
            float:left;
            background-color:#ccc;
        }
        
        #pie    {
            clear:both;
            width:800px;
            height:50px;
            background-color:#0f0;
        }
        
		.textoGeneral11pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.lineaListadoArticulos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #0A7086;
	border-right-color: #0A7086;
	border-bottom-color: #0A7086;
	border-left-color: #0A7086;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textoGeneralFundacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	color: #333333;
}
