body {
 background-color: #FFFFFF;
 text-align: center;
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 margin: 0px;
 text-align: left;
 color: #4D4D4D;
}

a {
 outline: none;
}

img {
 border: none;
}

#Fija {
 position: fixed;
 top: 30px;
 left: 30px;
 width: 500px;
 height: 600px;
 background-color: transparent;
 z-index: 10;
}

* html #Fija {
position: absolute;
}

* html div#Fija {
 position: absolute;
 top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+30+"px" : body.scrollTop+30+"px");
 left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft + 30: document.body.scrollLeft + 30);
}

#cabecera {
/*  position: fixed; */
 position: relative;
 float: left;
 width: 360px;
 height: 130px;
 text-align: center;
 background-color: #FFF;
 z-index: 1;
}

#cabecera p {
 float: right;
 text-align: left;
 margin-left: 50px;
}

#enlaces {
/* position: fixed;*/
 position: relative;
 float: left;
 width: 130px;
 height: auto;
 min-height: 750px;
 margin: 0px;
 padding-top: 150px;
 background: url('images/logo.jpg') 0 0 no-repeat;
 background-color: #FFF;
 z-index: 10;
}

#enlaces ul {
 list-style-type: none;
 text-align: left;
 margin-top: 20px;
 padding-left: 5px;
 margin-left: 0px;
}

#enlaces li {
 width: auto;
 height: 20px;
 line-height: 20px;
}

#enlaces a {
 text-decoration: none;
 color: #4D4D4D;
}

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

#flash {
 position: absolute;
 margin-top: 180px;
 left: 0px;
 width: 500px;
 height: 500px;
 padding-left: 240px;
 background-color: #FFF;
 text-align: left;
}

#contenedor {
 position: absolute;
 top: 180px;
 left: 0px;
 height: 500px;
 padding-left: 200px;
 background-color: #FFF;
}

#contenedor ul {
 float: left;
 margin-right: 0px;
 margin-left: 20px;
 padding-left: 0px;
 padding-right: 20px;
 list-style-type: none;
 width: auto;
 height: 480px;
 border-right: 1px dotted #939598;
}

#contenedor li {
 float: left;
 width: auto;
 height: auto;
 background-color: #FFF;
 text-align: left;
 vertical-align: -50%;
 padding: 0px;
 margin-right: 20px;
 margin-left: 20px;
}

#contenedor p {
 width: 250px;
 height: auto;
 margin-top: 50px;
 background-color: #FFF;
}

#contenedor span {
 font-style: Italic;
}

