@charset "ISO-8859-1";
body {
	color: #333333;
}
a {
	color: #3377AA;
	text-decoration: none;
}
a:hover, a:active {
	color: #004466;
}
#header h1 , #header-ancho h1 {
	font-size: 1.5em;
	color: #005588;
	margin-left: 5px;
	line-height: 1em;
	position: relative;
	top: 25px;
	width: 425px;
	font-weight: bolder;
}

#buscador {
	float: right;
	position: relative;
	width: 250px;
	text-align: right;
	padding: 7px 0px;
	font-size: 1em;
}
.input {
	background: url(../img/input_fondo.jpg) no-repeat left top;
	padding: 5px;
	margin-right: 5px;
	width: 135px;
	font-size: 0.875em;
	line-height: 1.75em;
	border:none;
}
#menu a:hover , #nav a:active {
	background: #FFFFEE;
}
table {
	margin-left:200px;
}
h1 {
	font-size:24px;
	color:#005588;
	text-transform:uppercase;
	margin-top:20px;
}
h3 {
	margin-top:25px;
	font-size:18px;
	border-bottom:#CCDDEE 5px solid;
	background:#e8e8e8;
	padding-left:5px;
}
h2{
	border-bottom:dashed 1px #CCCCCC;
	font-size:18px;
	margin-top:25px;
}
input, textarea, select {
	border:#CCDDEE 1px solid;
}

/*---------recibo------------*/
#recibo{
	margin:10px;
	padding:5px;
}
#recibo h1{
	font-size:14px;
	border-bottom:#CCCCCC 1px dashed;
	margin-bottom:2px;
}
#recibo p{
	margin-bottom:10px;
	color:#666;
	font-weight:bold;
	font-size:12px;
	background:#E8E8E8;
	padding:5px;
}
#recibo table{
	width:100%;
}
.seleccion{
	border:1px solid #CCCCCC;
	padding:2px;
	width:100%;
	min-height:150px;
	*height:150px; /* soporte IE*/
	overflow: hidden;
}
#seleccionar{
	width:45%;
	margin-top:10px;
	position:relative;
	float:left;
}
#boton{
	width:65px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:10px;
}
#boton a img{
	cursor:pointer;
	margin:3px;
}
#boton a img:hover{
	border-left:3px solid #FFF;
}
/*---------fin de recibo------------*/

#acceso{
	width:230px;
    margin:10px auto;
}
#acceso table tr th{
	text-align:right;
}
.btn_buscar{
	cursor:pointer;
	margin-left:85px;
}
.bg{
	background:#CCDDAA;
}
td{
	padding:2px;
}
/*---------footer------------*/
#footer #legales p , #footer-ancho #legales p {
	font-size: 0.7em;
	color: #CCCCCC;
	line-height: 2em;
	font-family:"Arial", Helvetica, sans-serif;
}
#footer #links ul , #footer-ancho #links ul {
	list-style: none;
	font-size: 0.7em;
	font-family:"Arial", Helvetica, sans-serif;
}
#footer #links li , #footer-ancho #links li {
	padding-left: 25px;
	display: block;
	line-height: 20px;
}
#footer #links a , #footer-ancho #links a {
	color: #CCCCCC;
}
#footer #links a:hover , #footer-ancho #links a:hover {
	color: #FFFFFF;
}
#footer #gobernacion img , #footer-ancho #gobernacion img  {
	margin-left: 35px;
}
.rss {
	background: url(../img/ico_rss.gif) no-repeat left center;
	margin-bottom: 5px;
}
.email {
	background: url(../img/ico_mail.gif) no-repeat left center;
}
