/* CSS Document */
body 
{ 
	background-color: #ddddee; color:#000000; 
	font-family: verdana, arial; 
	font-size: 12px; 
}

div
{
	margin: 0;
	padding: 0;
	width: auto;
}

div.center
{
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto 0px auto;
	padding-bottom: 20px;
	width: 1000px;
}

div.imprimir
{
	background-color: #ffffff;
}

div#mini_gallery
{
  height: 120px;
  overflow: none;
}

div#mini_gallery img
{
  border: 0;
  padding: 0;
  float: left;
}

div#nav
{
	background: #004d9d url(imagenes/cabecera.png);
	padding: 85px 0 0 210px;
	height: 25px;
	color: White;
}

h1
{
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
}

h2
{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

h3
{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

h1, h2, h3, h4, p
{
	margin-top: 0;
	margin-bottom: 5px;
}

img
{
	border: 0;
}

a
{
	color: #004d9d;
}

a:visited
{
	color: #004d9d; /* #80a7cf; */
}

table.invisible
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.invisible td
{
	vertical-align: top;
}

td.lateral 
{
	background-color: #ffffff;
	width: 210px;
	margin: 0;
	padding: 0;
	text-align: left;
}

td#contenido
{
	background: #ffffff /*url(imagenes/fade_ama.png) repeat-x*/;
	padding: 10px 0px 0px 10px;
	width: 790px;
	margin: 0;
	text-align: left;
}

div.pagina
{
	padding: 10px 20px 30px 30px;
	line-height: 150%;
}

div.titulo
{
	padding: 0;
	margin: 0;
}

div.titulo, div.titulo h1 a
{
	color: #ffffff;
}

div.titulo h1
{
	background-color: #aaaaaa;
	font-size: 14px;
	padding: 2px 2px 3px 5px;
	margin: 0 0 10px 0;
}

div.titulo h1#right
{
	float: right
}

p.hora
{
	font-size: 9px;
	text-align: right;
	margin: 0 5px 0 0;
}

div.lfoto
{
	width: 210px;
	height: 144px;
	margin: 0 0 6px 0;
	padding: 0;
}

div.ama, div.ama2
{
	background-color: #f2c54c;
}

div.rojo, div.rojo2
{
	background-color: #f08c5d;
}

div.verde, div.verde2
{
	background-color: #b5d076;
}

div.azul, div.azul2
{
	background-color: #6093c8; /*#004d9d; /*#a6bcd3;*/
	color: #ffffff;
}

div.azul a, div.azul a:visited, div.azul2 a, div azul a:visited
{
	color: #ccddff;
}

div.ama a, div.ama a:visited, div.ama2 a, div.ama2 a:visited
{
	color: #804000;
}

div.verde a, div.verde a:visited, div.verde2 a, div.verde2 a:visited
{
	color: #006000;
}

div.rojo a, div.rojo a:visited, div.rojo2 a, div.rojo2 a:visited
{
	color: #800000;
}

div.rojo
{
	background-image: url(imagenes/c2_rojo.png);
}

div.ama
{
	background-image: url(imagenes/c2_ama.png);
}

div.verde
{
	background-image: url(imagenes/c2_verde.png);
}

div.azul
{
	background-image: url(imagenes/c2_azul.png);
}

div.ama, div.rojo, div.verde, div.azul
{
	background-position: right top; 
	background-repeat: no-repeat;
	width: 210px;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
	text-align: center;
}

div.rojo1
{
	background-image: url(imagenes/c3_rojo.png);
}

div.ama1
{
	background-image: url(imagenes/c3_ama.png);
}

div.verde1
{
	background-image: url(imagenes/c3_verde.png);
}

div.azul1
{
	background-image: url(imagenes/c3_azul.png);
}

div.rojo1, div.verde1, div.ama1, div.azul1
{
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 198px;
	padding: 0px 6px 6px 6px;
}

div.rojo2
{
	background-image: url(imagenes/c1_rojo.png);
}

div.ama2
{
	background-image: url(imagenes/c1_ama.png);
}

div.verde2
{
	background-image: url(imagenes/c1_verde.png);
}

div.azul2
{
	background-image: url(imagenes/c1_azul.png);
}

div.rojo2, div.verde2, div.ama2, div.azul2
{
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	margin: 0 0 2px 0;
	padding: 6px 0 0 0;
}

div.rojo3
{
	background-image: url(imagenes/c4_rojo.png);
}

div.ama3
{
	background-image: url(imagenes/c4_ama.png);
}

div.verde3
{
	background-image: url(imagenes/c4_verde.png);
}

div.azul3
{
	background-image: url(imagenes/c4_azul.png);
}

div.rojo3, div.verde3, div.ama3, div.azul3
{
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 168px;
	padding: 0px 6px 6px 6px;
}

div.derecha
{
	float: right;
	text-align: center;
	margin: 40px 0 20px 20px;
}

div.derecha2
{
	float: right;
	text-align: center;
	margin: 10px 0 20px 20px;
}

p.small
{
  font-size: 80%;
}

/* menu lateral */

div.latmenu
{
	background: #004d9d url(imagenes/c3_oscuro.png) no-repeat right bottom;
	padding: 0 6px 6px 0;
	margin: 0 0 6px 0;
}

ul.latmenu
{
	margin: 0 10px 5px 10px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

ul.latmenu li
{
	padding: 2px 0 5px 10px;
	margin: 0;
	background: #004d9d url(imagenes/leftbullet.gif) no-repeat left;
	font-size: 10px;
}

ul.latmenu li, ul.latmenu li a
{
	text-decoration: none;
	color: #ffffff;
}

ul.latmenu li:hover
{
	background: #ffffff url(imagenes/leftbullet_f2.gif) no-repeat left;
}

ul.latmenu li:hover, ul.latmenu li:hover a
{
	color: #000000;
}

/* titulares de noticias */

div.titular, div.titular2
{
	padding: 15px 20px 20px 30px;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	text-align: justify;
}

div.titular2
{
	background-color: #eeeeee;
}

div.titular a, div.titular2 a
{
	margin-right: 10px;
	text-decoration: none;
	color: #004d9d;
}

div.titular a.visited, div.titular2 a.visited
{
	color: #80a7cf;
}

img.izq
{
	margin: 0 10px 0 10px;
	float: left;
}

img.der
{
	margin: 0 10px 0 10px;
	float: right;
}


h1.titular
{
	text-align: left;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

h2.titular
{
	text-align: left;
	font-size: 10px;
	margin-bottom: 10px;
}

h1.titular img
{
	margin-left: 15px;
	vertical-align: text-bottom;
	padding-bottom: 3px;
}

p.titular
{
	padding: 2px 0 2px 0;
	/* text-indent: 40px; */
	line-height: 150%;
}

p.titular a, p.titular_cabecera a, p.titular_ver a
{
	text-decoration: underline;
}

p.titular_cabecera a, p.titular_ver a, p.titular_total a
{
	margin-left: 10px;
}

p.titular a:visited, p.titular_ver a:visited
{
	color: #80a7cf;
}

p.titular_ver
{
	font-size: 12px;
}

p.titular_ver a, p.titular_cabecera
{
	font-size: 10px;
}

p.titular_total
{
	font-size: 12px;
	font-variant: small-caps;
}

div.titular_mini
{
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	margin: 5px 0 5px 0;
	padding: 0 20px 0 20px;
}

/* tramites */

h1.tramite
{
	text-indent: 20px;
	font-style: normal;
	/*font-variant: small-caps; */
	font-size: 15px;
}
h2.tramite
{
	text-indent: 40px;
	text-transform: uppercase;
	font-size: 15px;
}

h3.tramite
{
	text-indent: 60px;
	font-size: 15px;
}


h1.tramite, h2.tramite, h3.tramite
{
	text-align: left;
	margin: 15px 0 10px 0;
}


p.tramite
{
	margin: 0 20px 5px 60px;
	/* text-indent: 20px; */
}

p.tramite, li.tramite p
{
	text-align: justify;
	line-height: 150%;
}

ul.tramite
{
	margin: 10px 10px 10px 100px;
}

li.tramite
{
	margin-bottom: 5px;
}


/* pasaportes */

p.pasaportes
{
	text-indent: 0;
	text-align: center;
}

p.recordatorio
{
	text-transform: uppercase;
	margin-top:40px;
	margin-bottom: 40px;
}

/* contacto */

div.consulado, div.consulado_sel
{
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #888888;
}

div.consulado_sel
{
	margin-top: 20px;
}

div.consulado
{
	float:left;
	margin-right: 20px;
	width: 340px;
	height: 360px;
}

div.consulado h1, div.consulado h2, div.consulado h3,
div.consulado_sel h1, div.consulado_sel h2, div.consulado_sel h3
{
	font-weight: normal;
	margin-bottom: 5px;
}

div.consulado h1
{
	font-size: 16px;
}

div.consulado h2
{
	font-size: 12px;
	margin-left: 10px;
}

div.consulado p
{
	font-size: 10px;
	margin-left: 20px
}

div.consulado_sel h1
{
	font-size: 18px;
}

div.consulado_sel h2
{
	font-size: 14px;
}

div.consulado_sel p
{
	font-size: 12px;
	margin-left: 20px
}

/* calidad */

div.calidad_tramite
{
	float: left;
	width: 340px;
	margin: 10px 0px 20px 20px;
}

p.calidad
{
	margin-bottom: 10px;
}

p.calidad span.rojo
{
	margin-left: 10px;
	color: #ff0000;
}

/* objetos perdidos */

div.objetos
{
	margin: 10px;
}

div.objetos p
{
	width: 160px;
	float: left;
	font-size: smaller;
	line-height: 100%;
}

/* barra de navegacion */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0;
	float:left;
	height: 25px;
	background:url(imagenes/tab1.png) no-repeat bottom left;
	margin: 0 5px 0 0;
	padding: 0 0 0 6px;
}

#nav li a {
	float:left;
	display: block;
  	background: url(imagenes/tab2.png) no-repeat 100% 100%;
	padding: 0px 20px 0px 15px;	
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

div#nav li:hover, div#nav li.sfhover {
  background: url(imagenes/tab1_sel.png) no-repeat bottom left;
}

div#nav li:hover a, div#nav li.sfhover a {
  background: url(imagenes/tab2_sel.png) no-repeat bottom right;
  color: #000000;
}

div#nav li.current {
  background: url(imagenes/tab1_sel.png) no-repeat bottom left;
}
div#nav li.current a {
  background: url(imagenes/tab2_sel.png) no-repeat bottom right;
  color: #000000;
}

/* pie */

div.pie
{
	/* background-color: #bbccdd; */
	margin: 10px auto 0 auto;
	width: 1000px;
}

div.pie p
{
	font-variant: small-caps;
	font-size: 10px;
	margin: 4px 10px 4px 20px;
	text-align: center;
}

div.pie p a#login
{
	float: right;
}

div.pie p a#login, div.pie p a#login:visited
{
	color: #000000;
}

/* config_menu */

div#config_menu
{
	padding: 20px 0 0 0;
	width: 100%;
}

#config_menu ul
{
	list-style: none;
}

#config_menu li
{
	float: left;
	margin: 0 10px 5px 10px;
}

#config_menu li.current
{
	font-variant: small-caps;
	font-weight: bold;
}

div.config
{
	padding: 20px;
}


