@charset "utf-8";
/* CSS Document */

body {
	background-color: #5F1201;
	background-image: url(imagenes/headerbg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

h2 {
	font-size: 18pt;
}


.headerbg {
	background-image: url(imagenes/headerbg.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.ceneterbg {
	background-image: url(imagenes/centerbg.png);
	background-color: #992602;
	background-repeat: repeat-x;
	background-position: center top;
}


.menubg {
	background-image: url(imagenes/menubg.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


.footer {
	background-image: url(imagenes/footerbg.png);
	background-color: #c34806;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 75px;
	background-repeat: repeat-x;
	background-position: center top;
}

.BgAlianzas{
	background-image: url(imagenes/bgAfiliados.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../image/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
		
.texterror {
	font-family:Verdana, Geneva, sans-serif;
	font-size:50px;
	font-weight:bold;
}
.texterror2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
}
.texterrorlinks {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
.texterrorlinks a {
	text-decoration:none;
}
.texterrorlinks a:hover {
	color:#bed84a;
}
