a:link,a:visited {
    color:white;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/*FireFox*/
body > #contenedor {
	background-image:url("background.png");
	background-repeat:repeat-x;
	background-color: #5c6f82;
	position:absolute;
	left:0;
	top:0;
        right:0;
        bottom:0;
	width: 100%;
	height: 1400px;

}

div > #principal {
	position: absolute; 
	top:50px;
}
div > #cabeza {
        background-image:url("fondologo.png");
        background-position:top;
        background-repeat: repeat-x;
	position: relative;
	background-color: white;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
}
div > #imagen {
    position:relative;
    left: 10%; /*FF: desplazamiento comun*/
    width: 80%; /*FF: width comun*/
}
div > #msgimg {
    color:white;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    position:absolute;
    bottom:10%;
    left:5%;
}

div > #menu {
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	background-image:url("menu-background.png");
	background-repeat:repeat-x;
	position: relative;
	background-color: black;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
}
div > #tablamenu {
    text-align:center;
    margin-left:10%;
    width: 80%;
    height: 32px;
    font-size: 12px;
}

div > #cuerpo {
        background-image:url("cuerpo-background.png");
	background-repeat:repeat-x;
	background-color: #f0f0f0;
	position: relative;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
        height:inherit;
}
div > #callus {
    font-family: Arial,Helvetica,sans-serif;
    color:white;
    font-size: 12px;
    padding:15px;
    background-color:#333333;
    position:relative;
    margin-top:100px;
    margin-right:5%;
    float:right;
    width: 20%;
    
}
div > #pie {
    
    padding-top:10px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        background-image:url("cuerpo-background.png");
        background-position:top;
        background-repeat: repeat-x;
	position: relative;
	background-color: #f0f0f0;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
        height: 50px;
}
div > .cuerpo-col {
    margin-top:30px;
    padding:15px;
        color: #333333;
	font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
	position: relative;
        left:30px;
	background-color: white;
	width: 60%;
}

/* Internet Explorer  6 */
#contenedor {
	background-image:url("background.png");
	background-repeat:repeat-x;
	background-color: #5c6f82;
	position:absolute;
	left:0;
	top:0;
        right:0;
        bottom:0;
	width: 100%;
	height: 1400px;

}

#principal {
	position: relative; 
	top:50px;
}
#cabeza {
        background-image:url("fondologo.png");
        background-position:top;
        background-repeat: repeat-x;
	position: relative;
	background-color: white;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
}

#imagen {
    position:relative;
    left: 10%; /*FF: desplazamiento comun*/
    width: 80%; /*FF: width comun*/
}
#msgimg {
    color:white;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    position:absolute;
    bottom:5%;
    left:5%;
}
#menu {
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	background-image:url("menu-background.png");
	background-repeat:repeat-x;
	position: relative;
	background-color: black;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
}
#tablamenu {
    text-align:center;
    margin-left:10%;
    width: 80%;
    height: 32px;
    font-size: 12px;
}

#cuerpo {
        background-image:url("cuerpo-background.png");
	background-repeat:repeat-x;
	background-color: #f0f0f0;
	position: relative;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
        
}
#callus {
    font-family: Arial,Helvetica,sans-serif;
    color:white;
    font-size: 12px;
    padding:15px;
    background-color:#333333;
    position:relative;
    margin-top:100px;
    margin-right:5%;
    float:right;
    width: 20%;
    
}
#pie {
    
    padding-top:10px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        background-image:url("cuerpo-background.png");
        background-position:top;
        background-repeat: repeat-x;
	position: relative;
	background-color: #f0f0f0;
	left: 10%; /*FF: desplazamiento comun*/
	width: 80%; /*FF: width comun*/
        height: 50px;
}

.cuerpo-col {
    margin-top:47px;
    padding:15px;
        color: #333333;
	font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
	position: relative;
        left:30px;
	background-color: white;
	width: 80%;
}

#img-cuerpo {
	width:100%;
}
#img-callus {
    
	width:90%;
}
h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
    color: #fc6726;
}

