*
{
	margin: 0em;
	padding: 0em;
}
h1{	
	text-transform: capitalize;
	font-size: 20px;
}

h2{	
	text-transform: capitalize;
	font-size: 16px;
}

body {
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 12px;
}

a {
	color: #669911;
}

input {
	color: #5D5F53;
	font-size: 11px;
}	


select {
    font-size:9px;
	color: #5D5F53;
}

/* Outer */
#outer{}
/* Header */
#header {
	height: 95px;
	background-image: url('images/a2.gif');
	background-position: bottom left;
	padding-left: 10px;
}

#header h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	padding-top:10px;
}
#header h2 {
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
}
#header #escudo {
	float:left;
}
#header #mapa {
	position:absolute;
	left:87%;
	top:30px;
}

/* Menu */ 
#menu {
	position:absolute;
	left:0px;
	top:55px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;

}

#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	font-size: 11px;

}
#menu li a {
	color: #fff;
	text-decoration: none;
	margin-right: 1em;
	font-size: 11px;
	letter-spacing:1px;

}
#menu li a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	letter-spacing:1px;
}

#reloj {
	position:absolute;
	left:82%;
	top:15px;
	color:#FFFFFF;
}

#hora {
	position:absolute;
	left:85%;
	top:10px;
	color:#FFF;
	font-weight:bold;
}

#cargando {
	position:absolute;
	left:10px;
	top:110px;
	color:#666666;
	font-weight:bold;
}

/* Content */
#pre-content {
	padding: 10px 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}

#content {
	line-height: 1.6em;
}
#content p {
	margin-bottom: 2px;
}


#content h1,h2,h3,h4,h5,h6 {
	margin-bottom: 2px;
}
#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote {
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content table {
	margin-bottom: 0.0em;
	font-size: 12px;

}

#content td {
	padding-left:6px;
	padding-right:6px;
}
#content table tr.rowA
{
	background-color: #D7DFC4;
	color: inherit;
	padding-left:6px;
	padding-right:6px;

}
#content table tr.rowB
{
	background-color: #EDE8DC;
	color: inherit;
}

#content table tr.rowD
{
	background-color: #DDD3BD;
	color: inherit;
}

#content table tr.rowC {
	background-color: #9DB46D;
	color: #fff;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;

}

#busqueda h1 {
	color: #5D5F53;
	padding-bottom: 0.3em;
}

#busqueda h2 {
	color: #5D5F53;
	border-bottom: solid 1px #9DB46D;
	padding-bottom: 0em;
}
/* Footer */
#footer {
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 8px 10px 0em 10px;
	font-size: 11px;
}

/* RESULTADOS NACIONALES */

div#titulo_resultados_nacionales {
	float:left;
	margin: 0 150px ;
}

div#busqueda_directa {
	width:250px;
	float:right;
	text-align:center;
}


.button {
	font-size: 10px; 
	vertical-align: top;
	margin: 0; 
	background: #FFF url('images/buttonbg.jpg') repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

.button_active {
	font-size: 10px; 
	vertical-align: top;
	margin: 0; 
	/*background: #FFF url('images/buttonbg_active.jpg') repeat-x; */
	padding: 2px 3px; 
	color: #FFF;	
	border: 1px solid #DADADA;
	background-color: #9DB46D;
	font-weight:bold;
}

table .gov {
font: 11px Verdana, Arial, Helvetica, sans-serif;
 color: #777;
padding:7px;
 }


/* ESTRAS */

.clear
{
	clear: both;
}
.hide
{
	display:none;
}
.show
{
	display:inherit;
}