/*
    Document   : capas
    Created on : 29-sep-2009, 15:00:18
    Author     : juan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#logo
{
    text-align: center;
    margin: 10px auto;
    width: auto;
    position: static;
    height: 110px;
    /*background: url('/portal/imagenes/banners/top.jpg') no-repeat center;*/
}

#logo2
{
    text-align: center;
    margin: 10px auto;
    width: auto;
    position: static;
    background: url('/admon/img/logo2.jpg') no-repeat center;
	height: 55px;
}

#logo3
{
    text-align: center;
    margin: 10px auto;
    width: auto;
    position: static;
    height: 180px;
    background: url('/admon/img/logo.png') no-repeat center;
}


#cuerpo
{
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

#izqda
{
    position: absolute;
    top: 200px;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px;
    width: 100px;
}

#dcha
{
    width: auto;
    position: relative;
}

#pie
{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#menu_bt
{
    width: auto;
    margin: 30px 10px;
}

#pagina
{
    width:          100%;
    margin:         0 auto;
}

#ppal
{
    /*color: rgb(31, 5, 239); */
    text-align :    justify;
    font-family:    Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin:         30px;
    font-size:      16px;
}

#ppalR
{
    /*color: rgb(31, 5, 239); */
    text-align :    justify;
    font-family:    Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*margin:         30px;*/
    font-size:      16px;
	width: 80%;
	margin: 30px auto 30px auto;
}

#ppal2
{
    /*color: rgb(31, 5, 239); */
    text-align :    justify;
    font-family:    Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin:         100px;
    font-size:      16px;
}

#form
{
    margin:         10px auto;
    text-align:     center;
}


#form img
{
	border-style: none;
}

#form a
{
	outline: none;
}

#form input
{
	outline: none;
}

#form2
{
    margin:         10px auto;
}

#form2 table
{
    margin-left:    30px;
    width:          90%;
    border:         0px solid;
}

/*#form2 tr
{
    height: 30px;
}
*/
#form2 td
{
    border: 0px none;
}


#control
{
    position: fixed;
    top: 80px;
    right: 80px;
    margin: 10px auto;
    text-align: center;
}

#control input
{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #0033ff;
    font-weight: bold;
}

#texto
{
    text-align: center;
    margin: 30px auto;
    width: 80%;
}

#campos
{
    text-align: left;
    margin: 30px auto;
    width: 90%;
}

#listado
{
    text-align: left;
    margin: 30px auto;
    width: 90%;
}

#carta
{
    text-align: left;
    margin: 30px auto;
    width: 90%;
}

#usuarios
{
    text-align: center;
    margin: 30px auto;
    width: 80%;
}

.tbl_noticia
{
    border: 0px none;
}

.tbl_grande_der
{
    
    width: 66%;
    border: 0px none;
    float: right;
}

.tbl_grande_izq
{
    
    width: 66%;
    border: 0px none;
    float: left;
}

.tbl_todo
{
    
    width: 100%;
    border: 0px none;
}

.tbl_peque_der
{
    border: 0px none;
    width: 33%;
    float: right;
}

.tbl_peque_izq
{
    border: 0px none;
    width: 33%;
    float: left;
}

.simula
{
    border: 1px;
    width: 702px;
    text-align: center;
}

.tbl_img
{
    border: 0px none;
    width: 100%;
    float: left;
    text-align: center;
}

.tbl_img_izq
{
    border: 0px none;
    width: 50%;
    float: left;
    text-align: center;
    min-height: 280px;
    height: auto;
/*    height: 280px; */
}

.tbl_img_der
{
    border: 0px none;
    width: 50%;
    float: right;
    text-align: center;
    min-height: 280px;
    height: auto;
/*    height: 280px; */
}

.tbl_img_center
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.titulo
{
    text-align: center;
    font-size: 18px;
    color: blue;
}

.titulo_mes{
    color: blue;
    font: bold 16px Arial,Helvetica,sans-serif;
}