body{
    background-color: #999988; 
    background-image: url('../img/back.jpg');
    background-attachment: fixed;
    font-family: Verdana;
    color: #1B0400;
} 

body h1, h2, h3, h4, h5, h6, strong, a, link, visited{
    color: #690000;
}

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

visited{
    color: #000526;
    text-decoration: none;
}

.aHover{
    /*text-decoration: line-through;*/
    background-image: url('../img/stripesBlue.png');
    background-repeat: repeat-x;
    background-position: 100% 1.1em;
}

h1 {
    background-image: url('../img/stripes.png');
    background-repeat: repeat-x; 
    background-position: 100% 1.1em;
}

h1, h2, h3, h4{
     font-family: Courier, monospace;
}

body p{
    text-indent: 15px;
}

body p, em, li {
    color: #1B0400;
}

body ul, li{
    list-style-image: url('../img/bullet1.png');
}

/*esquinas gordas :P*/
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#C54900; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #C54900; border-left:2px solid #C54900; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #C54900; border-left:1px solid #C54900; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #C54900; border-left:1px solid #C54900; margin:0 1px;}
.contentb {background: #ddd; border-right:1px solid #C54900; border-left:1px solid #C54900;}
.contentb div {margin-left: 5px;}

/*agrupa todo el contenido*/
#contenedor{
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background-color: transparent;
}

#contenido{
    background-color: transparent;
    float: left;
    /*margin-left: 10px;*/
    width: 100%;
    margin-bottom: 10px;
    
}

.contenidocontentb {
    background: #ddd; 
    border-right:1px solid #C54900; 
    border-left:1px solid #C54900;
}

.contenidocontentb div {
    font-size: small;
    font-family: 'MS Sans Serif', Geneva, sans-serif;
    background-color: transparent;
    letter-spacing: 0px;
    padding: 7px;
    text-decoration: none;
    text-align: left;
    margin-left: 5px;
}

#content{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 10px;
}

/* alerta IE6 */
#alertaie{
	font-family:Courier, monospace, sans-serif;
	
	color:#690000;
	position:absolute;
	top:210px;
	left:0;
	width:100%;
	font-size:medium;
}


/*header*/
#cables_top{
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

#alumbra{
    position: absolute;
    top: 0px;
    left: 3px;
}

#logo{
    margin-top: 5%;
    margin-left: 1.4%;

}

#logo img{
    border: none;
    text-decoration: none;
} 

#navegacion{
    text-align: right;
    position: absolute;
    top: 0px;
    right: 1%;
    height: 200px;
    background-color: transparent;
    z-index: 0;
}

#navegacion a, visited, link{
    font-size: small;
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Courier, monospace;
    color: white;
    background-color: transparent;
    letter-spacing: 0px;
    padding: 7px;
    text-decoration: none;
}

#navegacion a:hover{
    color: #F0CA36;
}

#navegacion img{
    border: none;
}

/* footer */
#footer {
    padding-top: 2px;
    background-color: transparent;
    clear: both;
}

.footercontentb {
    background: #ddd; 
    border-right:1px solid #C54900; 
    border-left:1px solid #C54900;
}
.footercontentb div {
    font-size: x-small;
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Courier, monospace;
    color: black;
    background-color: transparent;
    letter-spacing: 0px;
    padding: 7px;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
}


