 body {
  background: #123;
  color: #333;
  font-size: 13px;
  height: auto;
  padding-bottom: 20px;
}

a {
  /*color: #fff;*/
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  /*border: 1px solid #666;*/
  overflow: hidden;
  padding: 10px 0;
  /*text-align: center;*/
}

.container_12 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

#cabecera{
  min-height: 80px;
  background-color: CadetBlue;
  
}
#cabecera h1{
  margin: 10px 0px 10px 0px;
}

#menu{
  min-height: 450px;
  background-color:NavajoWhite;
}

#menu ul
{
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul a
{
	display: block;
	text-decoration: none;
	background: #036;
	color: #fff;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width: 7em;
}

#menu ul a:hover
{
	background: #69C;
	color: #000;
}

#menu ul li
{
	display: inline;
}

#menu p {
    margin: 0;
    overflow: hidden;
    padding: 0;
}	
/*---*/
#abm_usuarios ul, #abm_novedades ul, #abm_ubicaciones ul, #abm_expedientes ul
{
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
}

#abm_usuarios ul a, #abm_novedades ul a, #abm_ubicaciones ul a
, #abm_expedientes ul a
{
	display: block;
	text-decoration: none;
	background: #036;
	color: #fff;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width: 7em;
}

#abm_usuarios ul a:hover, #abm_novedades ul a:hover, #abm_ubicaciones ul a:hover
, #abm_expedientes ul a:hover
{
	background: #69C;
	color: #000;
}

#abm_usuarios ul li, #abm_novedades ul li, #abm_ubicaciones ul li
, #abm_expedientes ul li
{
	display: inline;
}
/*--*/


#cuerpo{
  min-height: 450px;
  background-color:NavajoWhite;
}

#cuerpo form{
  width: 560px;
  position: relative;
  left: 10%;
  padding: 20px;
}

#cuerpo form legend{
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

#cuerpo form fieldset{
  border: 1px solid black;
  left: 10%;
  padding: 20px;
}

#abm_novedades form{
  width: 660px;
  position: relative;
  left: 5%;
  padding: 10px;
}

#noticias{
  background-color: Peru;
}

#resultados{
  background-color: Peru;
}


#pie{
  background-color:NavajoWhite;
}
#pie h4{
  text-align: right;
  margin: 10px 0px 10px 0px;
}


/*Estilo de las tablas*/
caption
{
	text-align: left;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

table { 
	border-collapse: collapse; 
	margin-left: auto;
	margin-right: auto;
}

th, td
{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .25em; /*.5em; */
}

tr { background: #B0C4D7; }

thead td
{
	background: #036;
	color: #fff;
	text-align: center;
}

tbody th
{
	font-weight: normal;
	background: #658CB1;
}

/*css para los formularios*/
div label {
	/*padding-top: 0.4em;*/
	width: 25%;
	float: left;
}
input:focus {
	border: 2px solid #000;
	background: #F3F3F3;
}

.botonenviar{
	display: block;
	margin: 1em;
}


