/* ///////////////////////////////////////////////////////////////////////////////////    contenidos generales  */

#migas {
	top: -5px;
}

#pagina_error{
	float:right;
	width:900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* capa con contenidos interiores, incluyendo pie */
#wrap_pagina_A, #wrap_pagina_B{
	float:right;
	width:715px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* fondo páginas interiores > con foto derecha */
#wrap_pagina_A {
	background-image: url(../images/fondo_pagina_A.jpg)
}
/* fondo páginas interiores > solo texto (ej. noticias) */
#wrap_pagina_B{
	background-image: url(../images/fondo_pagina_B.gif)
}

#wrap_pagina_C {
	background-image: url(../images/fondo_pagina_C.jpg)
}

#wrap_pagina_D {
	float:right;
	width:915px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.imagen_conborde{
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-left: #cccccc 1px solid;
	BORDER-top: #cccccc 1px solid;
	BORDER-bottom: #cccccc 1px solid;
}


/*  ////////////////////////////// pie de página  */



#pie, #pie2{
	PADDING-TOP: 20px;
	height: 80px;
	color: #666666;
	clear: both;
	display: table;
	margin-top: 30px;
	overflow: hidden;
}

#pie {
	background-image: url(../../images/sombra_pie.png)!important;
	background-image: url(../../images/sombra_pie.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 695px;
	margin-top: 0px;
	top: 30px;
	position: relative;
}


#pie2 {
	background-image: url(../../images/sombra_pie2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 715px;
}


#pie p {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.2;
	margin:0px 10px 0px 10px;
}


#pie2 p {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.2;
	margin:0px 10px 0px 30px;
}


#pie a, #pie2 a {
	text-decoration: none;
	/*color: #697D83;*/
	margin:0 2px 0 2px;

}

#pie a:hover, #pie2 a:hover {
	text-decoration: underline;
}


#pie img, #pie2 img {
	vertical-align: middle;
	margin:1px 0px 2px 3px;
}

#pie img a, #pie2 img a {
	text-decoration: none;
	color: #666666;
}




/* ///////////////////////////////////////////////////////////////////////////////////    contenidos paginas interiores  */



h4 {

	font-weight: bold;
	letter-spacing: 0px;
}

/* /////////////    pagina accesibilidad  */

kbd {
	line-height: 1.2em;
	font-size:1em;
	font-weight: normal;
	font-family: "Lucida console", Courier, monospace;
	border-top:.15em solid #ccc;
	border-right:.25em solid #aaa;
	border-bottom:.3em solid #888;
	border-left:.2em solid #bbb;
	padding:2px 2px 2px 2px;
	color:#000;
	background:#eee;
	vertical-align: text-bottom;
	margin-right: 5px;
	/*margin: 2px 2px 2px 2px;*/
}

.lista_simple3 {
	margin: 10px 0px 20px 10px;
	padding:0px 0px 0px 0px;
}

.lista_simple3 li {
	list-style-type:disc;
	list-style-image: url(../../images/flecha_01.gif);
	line-height: 1em;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-bottom: 5px;
	list-style-position: inside;
}

/* /////////////    buscador - resultados */

#Cajabusqueda{
	padding: 10px 5px 0px 10px;
	margin: 10px 0px 0px 5px;
	background-color: #DEE8EB;
	display: block;
	height: 180px;
	background-image: url(../images/fondo_form.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 155px;
}
#Cajabusqueda .titulo{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	display: block;
	clear: both;
	text-align: left;
}




/* /////////////   estilo de los titulos de resultados de noticias */
.titulos {
	background-image: url(../../images/flecha_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 3px 15px;
	margin: 3px 0px 2px 0px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1A40B3;
	clear: both;
	height: 10px;
	text-align: left;
	width: auto;/*	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;*/
	font-weight: bold;
	display: block;
	/*background-color: #CCFF33;*/
}

.clave {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #24B1DB;
	font-weight: bold;
}

/* ///////////////////////////////////////////// lista_resultados   */


.lista_resultados {
	list-style-type:none;
	margin: 0;
	padding:0;
	margin-right: 5px;
	right: 10px;
	margin-top: -10px;
}
.lista_resultados li {
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-top-width: 1px;
	background-image: url(../images/fondo_listado1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.lista_resultados img {
	margin-right: 5px;
	vertical-align: top;
	display: block;
	padding: 10px 0px 0px 0px;
}
.lista_resultados p {
	/*	border-bottom-style: dotted;
	border-bottom-color: #94C0ED;
	border-bottom-width: 1px;*/
	padding-bottom: 5px;
}




.boton_buscar {
	background-image: url(../images/fondoBoton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 145px;
	vertical-align: top;
	margin-top: 5px;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
	/*display: none;*/
	text-align: left;
	margin-right: 0px;
	font-weight: bold;
	padding: 3px;
	background-position: top left;
	background-color: #DEE8EB;
	border-top: 1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #888;
	border-left:1px solid #bbb;
	padding-left: 20px;
	height: 24px;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: -1px !important;
	padding-top: 1px;
	left: -2px;
	position: relative;
	float: left;
}

.boton2 {
	background-image: url(../images/fondoBoton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	vertical-align: top;
	margin-top: -10px;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: hidden;
	color: #003366;
	/*display: none;*/
	text-align: left;
	float: right;
	margin-right: 20px;
	font-weight: bold;
	padding: 3px;
	background-position: top left;
	display: block;
	background-color: #DEE8EB;
	border-top: 1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #888;
	border-left:1px solid #bbb;
	padding-left: 20px;
	height: 24px;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: -1px !important;
	padding-top: 1px;

}


.texto_info{
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 0.9;
}

.texto_info2{
	font-size: 1em;
	margin-top: 10px;
	line-height: 0.9;
}


.inputestilo2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 150px;
	background-color: #FFFFFF;
	color: #7F7F7F;
	BORDER-top: #0A246A 1px solid;
	BORDER-RIGHT: #0A246A 1px solid;
	BORDER-BOTTOM: #0A246A 1px solid;
	BORDER-LEFT: #0A246A 1px solid;
	height: 17px!important;
	height: 20px;
	font-size: 1em;
	position: relative;
	right: 0px;
	float: right;
	margin-bottom: 10px;
	display: block;
}
br {
	clear: left;
}

label, .input1 {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 7px;
}
label {

	margin-top: 2px;
}

.input1 {
	background-color: #F2F7F7;
	BORDER-top: #8BA4B1 1px solid;
	BORDER-RIGHT: #8BA4B1 1px solid;
	BORDER-BOTTOM: #8BA4B1 1px solid;
	BORDER-LEFT: #8BA4B1 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.input2 {
	background-color: #F2F7F7;
	BORDER-top: #8BA4B1 1px solid;
	BORDER-RIGHT: #8BA4B1 1px solid;
	BORDER-BOTTOM: #8BA4B1 1px solid;
	BORDER-LEFT: #8BA4B1 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}



label {
	text-align: right;
	width: 150px;
	padding-right: 5px;
}

br {
	clear: left;
}

#texto4 {
	width: 700px;

}




/*//////////////////////// tabla de "ayuda"*/
caption {
	padding: 0;
	width: 500px;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Georgia, Arial, Verdana, san-serif;
	font-size:1.3em;
	font-weight:bold;
	color: #0294D5;
}

.tabla1 {
	height: 90px;
	width: 600px;
	border-bottom: 1px solid #A2ADBC;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tabla1 td{
	padding: 8px;
	
}

.tabla1 .col1{
	text-align:center;
	width: 10%;
	font-weight:bold;
}

.tabla1 th {
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #03579C;
	background: #ffffff;
	border-right: 0px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 0px solid #A2ADBC;
	width:120px;
	height:10px;
	text-align: left;
	margin-top: 0px;
}

#header1{

	width:70px;
	text-align:center;

}

#header3{

	width:170px;

}


.tr_impar {
	background-color: #F4F4F4;
}
