body,
table,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#contenido {
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /*border: 1px solid #003366;*/
  padding-left:10px;
  padding-right:10pX;
}
#selector {
  margin-bottom:10px;
}
.encabezado {
  background-color: #4988C7;
  color:#FFFFFF;
  font-weight:bold;
}

/* */
.icon {
  float: left;
  width: 14px;
  height: 14px;
  padding: 0px !important;
  margin: 0px !important; 
}
.publicado { 
}
.no_publicado {
}
.comentario {
  background: url(imagenes/comment.png) no-repeat;
}
.no_comentario {}
.privado {}
.no_privado {}


/*Para maquetar las imagenes
-----------------------------------------------------------------------------------*/
div#imagenes{width:668px; height:600px; margin: 10px; padding:5px;}
div#imagenes ul {
   margin:0px;
   padding:0px;   
}
div#imagenes ul li {
   float:left;
   padding:0px;
   margin:0px;
   list-style:none;
   width:162px;
   height:182px;
   background-color:#e2e6e8;
   text-align: center;
   border-top: #d9dbdd solid 1px;
   border-left: #d9dbdd solid 1px;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
}
div#imagenes ul li:hover {
   background-color:#f3f7f8;
}


#titulo {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;  
  background-color: #fff;
  
}
#subtitulo {
  background-color: #00509F;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #FFFFFF;
  text-align:right;
  font-weight: bold;
 
}

#contenido #errores {
  clear: both;
}
#contenidoreporte #filtro {
  padding-right: 10px;
  padding-left: 10px;
}

#foto {
  float: left;
  width: 120px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#texto {
  width: 600px;
  margin-left: 120px;
  padding-top: 10px;
  margin-bottom: 10px;
}
#separador {
  clear: both;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #003366;
}


#menu {
  display: block;
  overflow: auto;
  margin-bottom: 15px;
  padding:2px 0;
  background-color: #e7e7e7;
  /*  background-color:#B9DCFF; */
}
#menu div {
  margin: 0px;
  padding-left: 0px;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-type: none;
}
#menu ul li {
  float: left;
}
#menu a {
  border: none;
  color: #777;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
  padding:2px 10px;
}
#menu a:hover,
#menu li:hover a,
#menu li.mnhover a {
  color: #003366;
  background-color: #6C757E;
  padding:2px 10px;
  /* background-color:#7CA9D6; */
}
h1 {
  font: normal 25px/1.5em "Calibri", Arial, Helvetica, sans-serif;
  color: #0078bd;
  text-transform: uppercase;
}

h2 {
  font: normal 15px/1.5em "Calibri", Arial, Helvetica, sans-serif;
  color: #0078bd;
  text-transform: uppercase;
}
#contenido input[type="button"], #contenido input[type="submit"] ,
#contenidoedicion  input[type="button"],
 #contenidoedicion input[type="submit"]{
color:#fff;
background-color:#0a589e;
border-radius:5px;
border:none;
size:14px;
width: 70px !important;
height:25px;

}