/* Hoja de estilos general de todo el sitio Web */

.datos table{
	width: 605px;
}

.datos ul.indice li {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 400px;
	list-style-type: none;
}

.datos a.boton {
	padding-top: 10px;
	padding-left: 25px;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 120px;
	width: 230px;
	height: 24px;
	background-image:url(../imagenes/boton3_1.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align: left;
	font-weight: bold;
}

.datos a.boton:hover {
	padding-top: 13px;
	color: #000;
	text-decoration: none;
	background-image:url(../imagenes/boton3_2.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/* ESTILOS PARA TABLAS DE TRÁMITES y OTRAS GENERALIDADES */

#tramites .titular{
	background-color:#DD3E31;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	text-transform:uppercase;
}

#tramites .subtitular{
	background-color:#F3C2CB;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#333333;
	text-align:left;
	text-transform:uppercase;
}

#tramites .tipo{
	background-color:#F3C2CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
}

#tramites .filaa{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-align:left;
}

#tramites .filab{
	background-color:#F3C2CB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-align:left;
}

#tramites .pie
{
	background-color: #DDD;
}

#tramites .info{
	background-image:url(imagenes/doc.png);
	background-position:center;
	background-repeat:no-repeat;
}

#tramites .presencial{
	background-image:url(imagenes/presencial.png);
	background-position:center;
	background-repeat:no-repeat;
}

#tramites .concert{
	background-image:url(imagenes/certific.png);
	background-position:center;
	background-repeat:no-repeat;
}

#tramites .sincert{
	background-image:url(imagenes/nocertific.png);
	background-position:center;
	background-repeat:no-repeat;
}

#tramites h2{
margin-top: 25px;
}

#combos .titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#DD3E31;
	text-transform:uppercase;
}

#combos .subtitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#DD3E31;
	text-transform:none;
}

#combos .desplegable{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	border-color:#DD3E31;
	border-style:solid;
	width:150px;
}


/* ESTILOS DE FONDOS PARA LAS DIFERENTES SECCIONES */
.aytocasa {
	background-image: url(fondos/aytocasa.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
}

.ayto {
	background-image: url(fondos/ayto.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
}

.infociud {
	max-width: 800px;
	background-image: url(fondos/infociud.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
}

.ciudad {
	background-image: url(fondos/plano.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
}

.servmun {
	background-image: url(fondos/servmun.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
}

.noticias {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* ESTILOS GENERALES DE TEXTO COMUNES A TODO EL SITIO WEB */

.datos {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	max-width: 800px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	border: none;
}

.datos h1 {
	font: italic 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #dd3e31;
	margin: 10px 0px 5px 0px;
	border: none;
/*	text-transform: capitalize;*/
}

.datos h2 {
	font: 14pt "Times New Roman", Times, serif;
	color: #2E2E2E;
	margin: 0px 0px 15px 0px;
	border: none;
}

.datos * h3 {
	font: 9pt Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform: uppercase;
	margin: 25px 0px 5px 30px;
	border: none;
}

.datos p {
	text-align: justify;
}

.datos ul, .datos ol {
	margin: 30px;
}

.datos ul li {
	list-style-type: disc;
	margin: 5px;
}

.datos ol li {
	list-style-type: decimal;
	margin: 5px;
}

.datos ul li a, .datos ol li a {
	text-decoration: none;
	text-transform: normal;
	color: #666666;
}

.datos ul li a:hover, .datos ol li a:hover {
	color: #dd3e31;
/*	font-weight: bold;*/
	text-decoration: underline;
}

.dato {
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.valor {
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

.textoderecha {
	width: 98%;
	text-align: right;
	margin: 20px;
}

.textoizquierda {
	width: 98%;
	text-align: left;
	margin: 20px;
}

/* SEPARADORES */

.separador1 {
	width: 350px;
	margin: auto;
	border-bottom: dotted 1px;
}

.separador2 {
	width: 150px;
	margin: auto;
	border-bottom: dotted 1px;
}

/* ESTILOS DE IMAGEN COMUNES A TODO EL SITIO WEB */

.bandaderecha {
	float: right;
	width: 200px;
	border: none;
	overflow: hidden;
	margin: 0px 0px 10px 10px;
}

.imggrander {
	max-width: 300px;
    width: expression(this.width > 300 ? 300: true);
/*	width: expression(this.width > 300 ? "300px": true); */
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	overflow: visible;
}

.imggranizq {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
/*	width: expression(this.width > 300 ? "300px": true); */
	float: left;
	border: none;
	margin: 0px 10px 10px 0px;
}

.imgmedder {
	max-width: 200px;
	width: expression(this.width > 200 ? 200: true);
	max-height: 200px;
	height: expression(this.height > 200 ? 200: true);
/*	width: expression(this.width > 100 ? "100px": true); */
	border: none;
	float: right;
	margin: 0px 0px 10px 10px;
}

.imgmedizq {
	max-width: 200px;
	width: expression(this.width > 200 ? 200: true);
/*	width: expression(this.width > 100 ? "100px": true); */
	float: left;
	border: none;
	margin: 10px 10px 10px 0px;
}

.imgpeqder {
	max-width: 100px;
	width: expression(this.width > 100 ? 100: true);
/*	width: expression(this.width > 50 ? "50px": true); */
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
}

.imgpeqizq {
	max-width: 100px;
	width: expression(this.width > 100 ? 100: true);
/*	width: expression(this.width > 50 ? "50px": true); */
	float: left;
	border: none;
	margin: 0px 10px 10px 0px;
}

#map {
	width: 550px;
	height: 400px;
	border: solid 1px #0C6;
	margin: 10px;
}

/* ESTILOS ESPECIALES PARA ELEMENTOS REPEATERS */

.patrimonio {
	border: solid 0px #F00;
	padding: 10px 1px 20px 1px;
	margin: 0px;
	text-align: justify;
	overflow: hidden;
}

.transporte {
	border: none;
	padding: 10px 1px 20px 1px;
	margin: 0px;
	text-align: left;
}

#trayecto {
	font: 9pt Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	border: none;
}

.miembrogob {
	margin: 10px;
	border: none;
	overflow: hidden;
}

/* Cargo */
.miembrogob h1 {
	font-family: italic 16pt "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4B6CA3;
	text-align: left;
	border: none;
	margin: 2px;
	text-transform: none;
}

/* Nombre */
.miembrogob h2 {
	font-family: 10pt "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	text-align: left;
	border: none;
	margin: 2px;
}

/* Atribuciones */
.miembrogob h3 {
	font-family: 9pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	text-align: left;
	border: none;
	margin: 2px;
}

/* Partido */
.miembrogob h4 {
	font-family: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	text-align: left;
	text-transform: uppercase;
	border: none;
	margin: 2px;
}

.miembrogob img {
	max-width: 50px;
	width: expression(this.width > 50 ? 50: true);
	float: left;
	margin: 5px;
}

#datosgob {
	overflow: hidden;
	margin: 0px 0px 0px 10px;
}

.destacados {
	min-width: 500px;
	height: auto;
	overflow: auto;
	background: #4B6CA3;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border: none;
}

.destacados h1 {
	font: normal 12pt Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	margin:  5px;
}

.destacados #fecha {
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #F3C2CB;
	float: right;
	border: none;
}

.hoy {
	min-width: 500px;
	height: auto;
	overflow: auto;
/*	background: #DDD; */
	padding: 5px;
/*	margin: 0px 0px 5px 10px; */
	border: none;
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.hoy #hora {
	color: #000;
	float: left;
	margin: 0px;
}

.hoy #titulo {
	color: #555;
	margin: 0px 0px 0px 40px;
}

.hoy #lugar {
	color: #666666;
	border: none;
	margin: 0px 0px 5px 40px;
}

.diaconeventos {
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	border: none;
	margin: 5px 0px 5px 10px;
}

.diaconeventos #fecha {
	font-weight: bold;
	color: #999;
	margin: 20px 0px 5px 0px;
	border: none;
}

.diaconeventos #texto {
	color: #555;
	border: none;
}

.diaconeventos #lugar {
	color: #DD3E31;
	border: none;
	margin: 0px 0px 5px 0px;
}

.mapaweb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none;
}

.mapaweb tr td {
	width: 50%;
	list-style-type: none;
}

.mapaweb tr td a {
	text-decoration: none;
}

.mapaweb tr td a:hover {
	text-decoration: underline;
}

#logosac {
	float: left;
	border: none;
	margin: 0px 10px 5px 10px;
}

.doblecolumna {
	min-width: 550px;
	width: expression(this.width < 550 ? "550px": "auto");
	height: auto;
	margin: 0px;
	border: solid 0px #FFFFFF;
	overflow: auto;
}

.columnaimpar {
	min-width: 250px;
	width: expression(this.width < 250 ? "250px": "auto");
	height: auto;
	margin: 5px 5px 5px 5px;
	border: 0px solid #FFF;
	float: left;
}

.columnapar {
	min-width: 250px;
	width: expression(this.width < 250 ? "250px": "auto");
	height: auto;
	margin: 5px 5px 5px 270px;
	border: 0px solid #FFF;
}

.elemento {
	border: none;
	margin: 10px 0px 10px 20px;
	overflow: auto;
}

.elemento #nombre {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border: none;
}

.elemento #texto {
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 0px 5px 5px;
	border: none;
}

/* ESTILOS PARA EL MAPA WEB */

.mapaweb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none;
}

.mapaweb tr td {
	width: 50%;
	list-style-type: none;
}

.mapaweb tr td a {
	text-decoration: none;
}

.seccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #DD3E31;
}

.seccion a {
	color: #DD3E31;
}

.seccion a:hover {
	text-decoration: underline;
}

.subseccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #999;
}

.subseccion a {
	text-decoration: none;
	color: #999;
}

.subseccion a:hover {
	text-decoration: none;
	color: #000;
}

/* ESTILOS PARA TABLAS */

.tabla {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	text-align: left;
	border: none;
	margin: 10px 0px 20px 25px;
}

.tabla#ayuntamiento{
	width: 600px;
}

.tabla tr th{
	padding: 0px 10px 0px 5px;
}

.tabla tr td{
	padding: 0px 10px 0px 5px;
	min-width: 150px;
}

.tabla tr #telefono {
	width: 80px;
}

.tabla tr #nombre {
	width: 275px;
}

.tabla tr td a {
	text-decoration: none;
}

.tabla tr td a:hover {
	color: #dd3e31;
	text-decoration: underline;
}

.tabla #cabecera {
	font-size: 10pt;
	color: #4B6CA3;
	height: 40px;
}

.tabla #pie {
	background: #4B6CA3;
	height: 1px;
}

.tabla .filapar{
	background: #EEE;
	height: 50px;
}

.tabla .filaimpar{
	background: #FFF;
	height: 50px;
}

.tabla tr td a img {
	max-width: 25px;
/*	width: expression(this.width > 25 ? "25px": "auto"); */
	width: expression(this.width > 25 ? 25: true);
	border: none;
	margin: 1px 1px 1px 10px;
}

/* ESTILOS PARA FORMULARIO */

#formulario {
	text-align: center;
}

.caja {
	margin: auto;
	width: 90%;
	height: 125px;
}

.boton {
	margin: auto;
}

.msg_error {
	font: italic 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}