html,body {
    height: 100%;
    width: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background-image: url("imagenes/cp_bg.png");
    background-repeat: repeat-x;
    color: #333333;
    line-height: 20px;
}
a {
    border:none;
    border-color:white;
    color:olive;
    text-decoration:none;
}
img{
    border:0;
}
h1, h2, h3, p, ul{
    margin: 0px;
    padding: 0px;
}
ul{
    font-size:12px;
    font-family: Tahoma, Verdana, Arial;
    list-style-type:circle;
}
p {
    font-family: Tw Cen MT, Verdana, Tahoma, Calibri; 
}
h1{
    font-size: 20px;
    font-family: Sans-serif;
    font-weight: bold;
    color: #c04f12;
    padding-bottom:10px;
    padding-left:5px;
}
h2{
    font-size: 18px;
    font-family: Sans-serif;
    font-weight: bold;
    color: #c04f12;
    padding-top: 5px;
    padding-bottom: 5px;
}
h3{
    font-size:12px;
    font-family: Sans-serif;
    font-weight: bold;
    color: #c04f12;
    font-style:italic;
    text-align:center;
}
#pagina {
    position: static;
    width: 877px;
    margin: 0 auto;
    text-align: left;
}
#header {
    position: static;
    height: 118px;
    background-image: url("imagenes/head.png");
}
#menuSuperior {
    position: static;
    background-image: url("imagenes/menu.png");
    width: 877px;
    height: 28px;
}
#container {
    background-image: url("imagenes/body.png");
    background-repeat: repeat-y;
}
#innerContainer {
    width:853px;
    margin-right: 12px;
    margin-left: 12px;
    height: 100%;
}
#imagenSuperior {
    background: #F2F2F2 url("imagenes/header-photo_1.jpg") no-repeat;
    width: 853px;
    height: 150px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}
img.logo_pie{
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    float:right;
}
#left {
    float: left;
    width: 160px;
    height: 100%;
    position: relative;
    padding-bottom: 184px;
    background-image: url(imagenes/jb.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-top:25px;
    
    padding-left: 8px;
}
#content {
    font-size: 15px;
    font-weight:100;
    font-family: Arial, sans-serif;
    width: 640px;
    float: right;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 5px;
    padding-left: 14px;
    text-align: justify;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#pie {
    height: 50px;
    clear: both;
    text-align:left;
    background-image: url("imagenes/footer.png");
}
p.pie {
    font-size: 9px;
    font-family: Arial;
    color: #c04f12;
    padding-left:20px;
    padding-top:15px;
}
#menuIzquierda, #menuIzquierdaSin {
    width: 160px;
    list-style-type: none;
    text-indent: 5px;
}
#menuIzquierda ul, #menuIzquierdaSin ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}
ul#menuIzquierda a {
    display: block;
    padding: 3px;
    width: 160px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #ccc;
}
ul#menuIzquierdaSin a {
    cursor: default;
    display: block;
    padding: 3px;
    width: 160px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #ccc;
}
ul#menuIzquierda a:link, ul#menuIzquierdaSin a:link, ul#menuIzquierda a:visited, ul#menuIzquierdaSin a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #c04f12;
}
ul#menuIzquierda a:hover{
    background-color: #f47d3d;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}
#indevia {
    background-image: url(imagenes/indeviasistemas.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 46px;
    width: 877px;
}
.centrarImagen {
    text-align: center;
} 
