@charset "utf-8";
/* CSS Document */
*{
padding:0px;
margin:0px;
}
html {
background:url(../images/htmlbg.gif) repeat 0px 0px;	
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul {
list-style-type:none;

}
body#usuarios a.selected1,body#textos a.selected2,body#fotografias a.selected3,body#banners a.selected4 {
background:#13719D!important;
color:#ffffff;
}

div#wraper {
width:800px;
/*height:700px;*/
background:#D9F1FB;
margin:0 auto;
border-left:2px solid #CCCCCC;
border-right:2px solid #CCCCCC;
position:relative;
}
div#header{
width:800px;
height:141px;
background:url(../images/top.gif) no-repeat 0px 0px;
}
div#mainContent {
width:594px;
height:600px;
background:#FFFFFF url(../images/main.gif) no-repeat 0px 0px;
position:absolute;
right:10px;
top:88px;

}
div#seccion {
float:left;
background:#ffffff;
width:560px;
margin-top:70px;
margin-left:15px;
height:600px;



}

div#mainContent h1 {
margin-top:50px;
margin-left:20px;

}

div#seccion h2 {
padding:20px;

}


div#mainContent p {
padding:20px;
width:500px;
margin:0px auto;
}
div#leftNav {
width:206px;
height:725px;
float:left;
background:#edf5fa url(../images/left.gif) no-repeat 0px 0px;

}

/*-----------------------Form id----------------------*/
form#login {
padding-left:20px;
padding-top:20px;
}

form#login span {
font-weight:bold;
}

/*------------------------LEFT NAVEGATION------------------------------------*/

div#leftNav ul{
}


div#leftNav ul li a{
text-decoration:none;
display:block;
width:60%;
margin-top:10px;
height:30px;
background:#55b1ea;
text-align:center;
border-top:5px solid #ffffff;
padding-top:10px;
font-weight:bold;
color:#FFFFFF;
margin-left:40px;
}
div#leftNav ul li a#logOut {
background:#FF6633;
height:30px;
border-top:5px solid #CC9900;
}

div#leftNav ul li a#logOut {
background:#FF6633;
height:30px;
border-top:5px solid #CC9900;
}

div#leftNav ul li a#logOut:hover {
background:#fd8d68;
height:30px;
border-top:5px solid #CC9900;
}

div#leftNav ul li a:hover{
background:#81c4ed;
} 
div#seccion table {
font-size:12px;
font-weight:bold;
}
div#seccion table#altas td{
padding:5px;
}

div#seccion table#altas {
background:#D0F1F9;

}

div#seccion table.listadoBaner td{
background:none!important;
}

/*listado de usuarios*/
div#seccion table#listado {
margin:0px auto;
width:500px;
border-collapse:collapse
}
div#seccion table#listado th {
border:1px solid #00CCFF;
padding:3px;
}
div#seccion table#listado td {
border:1px solid #00CCFF;
padding:3px;
background:url(../images/images/table_bg_03.gif) repeat-x 0px 0px;
}
div#seccion table#listado tfoot  {
font-size:10px;
border:none;
}

div#seccion table#listado tfoot th {
border:none;
}

div#seccion table#listado tfoot a {
text-decoration:none;
color:#000066;
font-weight:bold;


}


div#seccion table#altas {
margin:0px auto;
width:300px;
border-collapse:collapse;

}
div#seccion table#altas th {
}
div#seccion table#altas td {

}
/*------------------------------------------------textos admin----------------*/
table#textos
{
margin:0px auto;
width:550px;
}

div#seccion table caption {
background:#003366;
color:#FFFFFF;
height:20px;
text-align:left;
font-weight:bold;
padding:5px;
}
a#Editar {
background: url(../images/bulletEdit.gif) no-repeat 0px 0px;
display:block;
width:60px;
height:20px;
text-align:right;
margin-left:10px;
text-decoration:none;
color:#330066;
font-weight:bold;
}
a#Eliminar {
background: url(../images/bulletDelete.gif) no-repeat 0px 0px;
display:block;
width:80px;
height:20px;
text-align:right;
margin-left:10px;
text-decoration:none;
color:#330066;
font-weight:bold;
}

a#Agregar {
background: url(../images/bulletAgregar.gif) no-repeat 0px 0px;
display:block;
width:75px;
height:20px;
text-align:right;
margin-left:10px;
text-decoration:none;
color:#330066;
font-weight:bold;

}


/******************************Empresas***************************************/

div#seccion table#Empresa {
background:#D0F1F9;
width:500px;
margin:0px auto;
}

a#NaveGat {
color:#99CC66;

}

table#Noticia {
background:#D0F1F9;
margin:0px auto;
}
table#Noticia th{
background:#D0F1F9
}
table#Noticia td {
width:300px;

}