
img.imagenPrincipal,p.userRegistro{
    display: inline-block;

}

p.userRegistro{
    border-radius:  0.5em;
    background: #ffffff;
    border:0.1em solid #84bdff;
    padding:  0.2em;
    padding-left: 1.5em;
    text-align: left;
    /*width: 17%;*/

}


#container{ 
    width: 1300px;
    margin: 0 auto;
    max-width: 95%;
    padding: 10px;
    box-shadow: #00843d 0px 0px 20px;
    background-color:#fff ; 
}
body{
    margin: 0 auto;
    background-color: #f4f5f9;
    font-family:Arial, Helvetica, sans-serif; 
}
nav{
    background-color: #006699;
}
nav ul li{
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color:  #fff;
}
nav ul li a{
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;

}
nav ul li a:link{
    text-decoration: none;
}

nav ul li a:hover{
    box-shadow: #fff 0px 0px 10px;
    background-color: #339966;
}

aside{
    float:contour; 
    margin-right: 20px;
    margin-bottom:  20px;
}
/*La clase CSSTable es la clase de las tablas con sus colores correspondientes*/

.titulos{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px; 
    color:#ffffff; 
    font-weight: bold;

}
/*La clase lines son para las lineas que generan la etiqueta <Hr> con su color correspondiente*/
.lineas{
    color:#339966; 
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    position: relative;
}
#cssmenu a {
    line-height: 1.3;
    padding: 6px 15px;
}
#cssmenu {
    width: 200px;
}
#cssmenu > ul > li {
    cursor: pointer;
    background: #000;
    border-bottom: 1px solid #797a80;
}
#cssmenu > ul > li:last-child {
    border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a {
    font-size: 13px;
    display: block;
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    background: #6a6b72;
    background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
    background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
    background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
}
#cssmenu > ul > li.active {
    border-bottom: none;
}
#cssmenu > ul > li.active > a {
    background: #a5ce27;
    background: -moz-linear-gradient(#a5ce27 0%, #709400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5ce27), color-stop(100%, #709400));
    background: -webkit-linear-gradient(#a5ce27 0%, #709400 100%);
    background: linear-gradient(#a5ce27 0%, #709400 100%);
    color: #4e5800;
    text-shadow: 0 1px 1px #a5ce27;
}
#cssmenu > ul > li.has-sub > a:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
    right: 14px;
    top: 12px;
    border: 5px solid transparent;
    border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu ul ul {
    padding: 0;
    display: none;
}
#cssmenu ul ul a {
    background: #efefef;
    display: block;
    color: #797979;
    font-size: 13px;
}
#cssmenu ul ul li {
    border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
    background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
    border: none;
}

/*Estilos del menu desplegable*/
#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{
    width: 180px; /* Main Menu Item widths */
    border: 1px solid #ccc;
    border-top:none;
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
}

#menuV2 li
{
    background: #FFF url(bg.gif) repeat-x 0 2px;
    list-style: none; margin: 0; padding: 0;
}
#menuV2 li a
{
    font: normal 12px Arial;
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:26px;
    padding-left:26px;            
}
#menuV2 ul li a
{
    line-height:30px;
}

#menuV2 li a.arrow:hover
{
    background-image:url(arrowon.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}

#menuV2 a.arrow
{
    background-image:url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menuV2 li:hover, #menuV2 li.onhover
{
    background-position:0 -62px;
}
#menuV2 ul li
{
    background: #F0F1F4;
    background-image:none;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
    background: #FFF;
    background-image:none;
}
footer#piePagina{


    display: block;
    text-align: right;
    color: #84bbff;
    max-width: 100%;
}

p{
    color:#84bdff;  
}
section#derecha article{
    position: relative; width: 75%; right: 0;  float: right; 
}
section#izquierda{
    position: relative; width: 20%;left: 0%;  float: left;
}/*

section#toolbox{
    position: relative; width: 3%;left: 0;  float: left; height: 200px;
    background: #000;
}*/


/*section#derecha article{
    width: 77%; 
    left: 23%;
    top: 30%;
    position: absolute;
    background: #f00;
    
}
section#izquierda{
     width: 20%;
     left: 0;
     top: 30%;
     position: absolute;
     background: #0f0;
}

section#toolbox{
    width: 3%;left: 0;  height: 200px;
    background: #000;
}*/








