/* maqueta */
/*{margin:0; padding:0; position:relative; border:0;}*/
*{margin:0; padding:0; position:relative;}
body{
    background:url(../images/BGRepeat.jpg) repeat;
    color: #606060;
    font-family: Cambria, serif;
}
#wrapper{
    margin: 0 auto;
    width:1000px;
    height:599px;
    overflow:hidden;
}
#menu{
    width:1000px;
    height:51px;
    position:absolute;
    top:147px;
    left:164px;
    background:url(../images/nav.png) no-repeat;
    z-index:3;
}


#content{
    width:1000px;
    height:554px;
    overflow:hidden;
    z-index:1;
}

.contentpane{
    text-align: justify;
    font-size: 12px;    
}

#left{
    width:183px;
    height:554px;
    float:left;
    /*background:url(../images/cambiaIzq.jpg) no-repeat;*/
}
#pagina{
    width:817px;
    height:554px;
    float:left;
    /*background:white url(../img/) no-repeat;*/

}
#cabecera{
    width:817px;
    height:147px;
    background:url(../images/header.jpg) no-repeat;
}

#enlaceinicio {
    text-shadow:#000000;
    padding-right:30px;
    float:right;
    width:148px;
    height:158px;
    background-image:url(../images/Enlaceinicio.png);
    overflow:hidden;
}
#paginaplanes{
    width:55px;
    height:100px;
    display:block;
    text-align:center;
    color:#993300;
    text-decoration:none;
    position:relative;
    top:96px; /*o padding-top:;*/
    left:50px;
}

#paginaplanes:hover{
    text-decoration:underline;
}

#contenido{
    width:817px;
    height:356px;
    overflow:hidden;
    margin-top:46px;
    background: white;
}

#cuerpo{
    overflow:scroll;
    overflow-x:hidden;
    overflow-y:auto;
    width:515px;
    height:346px;
    float:left;
    background:white;
    padding:10px 30px 0 66px;
    margin:0 30px 0 0;
}

#sidebar{
    width:176px;
    height:356px;
    float:left;
    background:url(../images/sidebar.jpg) no-repeat;
    background-position:0 -1px;
}

#pie{
    padding-top:10px;
    font-size: 11px;
    font-family: Verdana;
    color:#FFFFFF;
    text-align:center;
    width:1000px;
    height:45px;
    background:url(../images/pie.jpg) no-repeat;
    background-position:0 -3px;    
}

#login_asesores td {
  padding: 10px;
}

#login_asesores input {
  width: 98%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#login_asesores input.button {
  height: 30px;
  width: 60px;
}

.contentpaneopen input {
  width: 98%;  
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentpaneopen textarea {
  width: 98%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentpaneopen button {
  height: 30px;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentpaneopen p{

  line-height: 200%;

}