/********************************************************

	Hoja de estilos; formateo de estilos del navegador

********************************************************/

/* =Import
------------------------------------------------------- */

/* Eliminamos los estilos por defecto del navegador */
@import url(reset.css);

/* Importamos los estilos de composiciÃ³n */
@import url(composicion.css);

/* Importamos los estilos del calendario */
@import url(calendar.css);


/* Estilos globales------------ */
body  {
	background: #f7f6f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1, h2, h3, h4, h5, h6, h7{
	margin: 0px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 5px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h1+h1
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 0px;
	padding-top: 5px;
}
h1.home{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1.primera{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1.marron{
	color: #b3aa7e;
}
h2{
	font-size: 0.75em;
	background-color: #d8dfe8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #264c7f;
	margin-bottom: 10px;
}
h2.interior{
	background-color: transparent;
	font-size: 1em;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.2;
	margin-top: 0px;
	padding-top: 0px;
}

h3{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #1a4278;
	margin-top: 10px;
}
h3.primera{
	margin-top: 0px;
	margin-bottom: 5px;
}

h4{
	font-size: 0.6em;
	font-weight: normal;
	color:c9c2a3;
}
h5{
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
h6{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 15px;
}

ul li{
	font-size: 11px;
}
p {
	font-size: 11px;
	line-height: 15px;
}

strong {
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#9A996E;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
	color: #666600;
}
a.black {
	text-decoration:none;
	color:#666;
	cursor:pointer;
	font-size: 11px;
	line-height: 14px;
}

a.black:hover {
	text-decoration:underline;
}
a.white {
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}

a.white:hover {
	text-decoration:underline;
}
a.download{
	background-image: url(../image/ico_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 9px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	/*text-transform: uppercase;*/

}
a.download:hover{
	text-decoration: underline;
	background-image: url(../image/ico_down_hover.gif);
}
a.downblue{
	background-image: url(../image/ico_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003F72;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 10px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	margin-bottom: 2px;
	/*text-transform: uppercase;*/


}
a.downblue:hover{
	text-decoration: underline;
	background-image: url(../image/ico_down_hover.gif);
}
a.download_bw{
	background-image: url(../image/ico_down_bw.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #54534a;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 9px;
	vertical-align: top;
	padding-top: 2px;	
	line-height: 14px;
	min-height:16px;
	/*text-transform: uppercase;*/
}
a.download_bw:hover{
	text-decoration: underline;
	background-image: url(../image/ico_down_bw_hover.png);
}
a.video{
	background-image: url(../image/ico_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 9px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	/*text-transform: uppercase;*/
}
a.video:hover{
	text-decoration: underline;
	background-image: url(../image/ico_play_hover.png);
}
a.url{
	background-image: url(../image/ico_url.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 9px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	/*text-transform: uppercase;*/
}
a.url:hover{
	text-decoration: underline;
	background-image: url(../image/ico_url_hover.gif);
}
a.urlblue{
	background-image: url(../image/ico_url.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003F72;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 10px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	margin-bottom: 2px;
	/*text-transform: uppercase;*/
}
a.urlblue:hover{
	text-decoration: underline;
	background-image: url(../image/ico_url_hover.gif);
}
a.urlbrown{
	background-image: url(../image/ico_url_brown.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #54534a;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 11px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	margin-bottom: 2px;
	/*text-transform: uppercase;*/
}
a.urlbrown:hover{
	text-decoration: underline;
	background-image: url(../image/ico_url_brown_on.png);
}
#interiores .button{
	height:22px;
	color:#fff;
	text-align:center;
	background-color: #9A996E;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 70px;
}
a.more{
	background-image: url(../image/ico_more.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #9A996E;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-size: 10px;
	vertical-align: top;
	padding-top: 2px;
	line-height: 14px;
	min-height:16px;
	margin-bottom: 2px;
	/*text-transform: uppercase;*/
}
a.more:hover{
	text-decoration: underline;
	background-image: url(../image/ico_more_hover.png);
}
.piefoto{
	font-size: 9px;
}
.img_border {
	border: 1px solid #999;
}

/* -------------cabecera-------------------*/
div#logo{
	float: left;
	position: relative;
	left: 50px;
	top: 50px;
}

#header #logo{
	background-image:url(../image/logotipo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 332px;
	position: relative;
	left: 15px;
	top: 60px;
}
#header #logo a{
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 332px;
}
/* = menu
----------------------------------------------------------*/
.header{
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
	margin-top: 0px;
}
.links{
	margin-bottom: 0px;
}
.submenu_off{
	color: #1a4278;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 14px;
}
.submenu_off:hover{
color: #1a4278;
	text-decoration: none;
}
div#navegacion{
	
}
.header:hover{
	background-color: #d8dfe8;
}
/*div#navegacion ul{
	background-color: #00CC33;
}*/
div#navegacion li{
	padding-left: 10px;
}
div#navegacion li.space{
	margin-bottom: 10px;
}
ul li a:hover{
	text-decoration: underline;
}
/*div#ministerio{
	margin-top: 10px;
	padding-top: 10px;
}*/
/************************buscador***************************************/
div#buscador li {
	height:20px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#buscador label {
	width:140px
}
div#pieForm label {
	width:140px
}
div#pieForm li {
	height:20px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.xfont{
	font-size: 9px;
	color: #666666;
	margin-top: 5px;
	padding-top: 8px;
}

/* =form login 
------------------------------------------------------------ */
div#bloque {
	float: left;
	width: 370px;
	position: relative;
	top: 50px;
	left: 310px;
}

div#bloque form {
	color: #9a996e;
}
fieldset{
	margin-top: 5px;
}

div#miembros li {
	height:20px;
	float: left;
	width: 77px;
	margin: 0px;
}
div#textos li{
	height:15px;
	float: left;
	width: 77px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
div#vinculos li {
	height:20px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#vinculos a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	background-image: url();
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
div#vinculos a:hover{
	text-decoration: underline;	
}
.etiqueta{
	font-size: 9px;
	padding-top: 5px;
	margin: 0px;
	color: #7c8fac;
	width: 70px;
}

form#login p {
	font-weight:normal;
}


#form_alargado input, #form_alargado textarea{
width:200px;
}

input {
	width:70px;
	height:17px;
	color:#6b6b6b;
	font-size: 10px;
	border: 1px solid #b3aa7e;
	margin: 0px;
	padding: 0px;	/*height: 16px;*/
}
textarea {

	color:#6b6b6b;
	font-size: 10px;
	border: 1px solid #b3aa7e;
	margin: 0px;
	padding: 0px;	/*height: 16px;*/
}
input:focus, textarea:focus {
	border: 1px solid #b3aa7e;
	color:#333;
	background-color: #f0f0f0;
}
input#submit {
	height:18px;
	color:#fff;
	text-align:center;
	background-color: #9A996E;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 60px;
}
input#submit:focus {
	color:#FFFFFF;
	background-color:#7a7856;
}
/*-------------------form contenidos----------------------*/
#interiores form {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#interiores legend {
		font-size:14px;
		padding:4px 0;
}
#interiores legend+ul {
		padding-top:15px;
		display:block;
		width:455px;
}
#interiores label {
	width:180px;
	display:block;
	float:left;
	font-weight:normal;
	color:#444720;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 10px;
	padding-top: 3px;
	font-size: 10px;
	vertical-align: middle;
	line-height: 14px;
}
#interiores input, textarea {

	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#interiores input:focus, textarea:focus {
	border: 1px solid #CCCCCC;
	color:#333;
	background-color:#f0f0f0;
}
#interiores input#submit {
	width:60px;
	color:#fff;
	text-align:center;
	margin-left:343px;
	border:none;
	margin-left:357px;
	font-size: 10px;
	height: 20px;	/*height: 18px;*/
	padding-top: 1px;
	padding-bottom: 3px;
}
#interiores input#submit:focus {
	border:none;
	color:#FFFFFF;
	background-color:#7a7856 ;
}
/*----------------contenidos--------------*/
#contenido{
	width: 960px;
	/*height-min: 350px;*/
	padding-top: 0px;
	background-image: url(../image/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
#contenido_admin{
	width: 960px;
	/*height-min: 350px;*/
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
#interiores{
	width: 960px;
	/*height-min: 350px;*/
	padding-top: 0px;
	background-image: url(../image/background_gral.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
#menu{
	height-min: 550px;
	float: left;
	width: 180px;
	background-color: #edf0f4;
}
#menu p{
	padding-top: 20px;
	background-color: #FFFFFF;
}
#menu ul li a{
	line-height: 12px;
	padding-left: 10px;
	list-style-type: none;
	color: #1a4278;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	background-image: url(../image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 5px;
}
#menu ul li a:hover{
	text-decoration: underline;	
}
#central{
	float: left;
	width: 560px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#central p{
	/*margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;*/
	padding-top: 5px;
	/*min-height:10px;*/
	padding-bottom: 5px;
}
#central p.line_botton{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#central p+p{
	padding-top: 5px;
}
#central img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul.listados {
	padding-left: 15px;	
	}
ul.listados li{
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(../image/arrow.gif);
}
#central.listados ul li a{
	color: #666;	
}
#middel {
	float: left;
	width: 560px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#middel p{
	/*margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;*/
	padding-top: 5px;
	/*min-height:10px;*/
	padding-bottom: 5px;
	font-weight: bold;
}
#middel p a{
	color: #666;	
}
#middel p+p{
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 5px;
}
.foto_derecha{
	margin-left: 10px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	max-width:150px;
}
.foto_derecha80{
	margin-left: 10px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	max-width:80px;
}
.foto_derecha50{
	max-width:50px;
}
div#grupo{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
}

/*****************************************************************************/

/********************grupo texto y foto de 90********************************/
div#pict_mini{
	margin-left: 10px;
	float: right;
	width: 90px;
	margin-top: 10px;
	margin-bottom: 0px;
}
div#texto_mini{
	margin-left: 0px;
	float: left;
	width: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/********************grupo texto y foto de 160********************************/
div#texto{
	margin-left: 0px;
	float: left;
	/*width: 390px;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
}
div#texto ul{
	padding-left: 30px;	
	}

div#texto ul li{
	list-style-type: disc;
	margin-bottom: 5px;
}
div#pict_big{
	margin-left: 15px;
	float: right;
	width: 150px;
	margin-top: 10px;
	/*margin-bottom: 5px;*/
}
/********************grupo texto y foto 50%********************************/
div#texto_50{
	float: left;
	width: 45%;
}
div.texto_50_derecha{
	float: right;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	min-height: 450px;
	}
div#pict_50{
	float: right;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
/****************************************************************/
div#texto_mini p, div#texto_big p{
	border-top-style: none;
}
#bloques{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#bloque1{
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px;
	}
#bloque1 p{
	border-top-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
#bloque2 {
	float: left;
	width: 390px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#bloque2 p{
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	}
#columna1{
	float: left;
	width: 270px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#columna1_admin{
	float: left;
	width: 750px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height:500px;
	height:auto;
	-height:500px;

}
#columna1 p.normal {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#columna1 p.final {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
}
#columna1 img.primera{
	width:270px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#columna1 img{
	margin-bottom: 10px;
	margin-top: 0px;
}
div#miniaturas{
	display: block;
	height: 60px;
	width: 350px;
}
div#miniaturas li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/***********************columna 2**********************************/
#columna2{
	float: left;
	width: 270px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 10px;
	padding-left: 10px;
}
#columna2 p{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
#columna2 p.final {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*#columna2 h1.primera{
	margin-top: 0px;
}*/
/********************derecha*********************/
#derecha{
	float: right;
	width: 165px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	height-min: 350px;
	margin-left: 10px;
	padding-left: 10px;
	vertical-align: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
#derecha ul li a{
	line-height: 14px;
	padding-left: 10px;
	list-style-type: none;
	color: #003F72;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	background-image: url(../image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 10px;
}
#derecha ul li a:hover{
	text-decoration: underline;	
}
#derecha ul li a.nuevo{
	background-image: url(../image/nuevo.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-indent: 40px;
}

#derecha ul li .imagennoborder {
display:block;
height:70px;
list-style-type:none;
padding:0 0 5px;
}


#portada ul li a{
	font-size: 11px;
	line-height: 15px;	
}
#derecha ul li .imagen{
	display: block;
	/*min-height: 70px;*/
	height: 70px;
	margin-bottom: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}
#derecha img{
	list-style-type: none;
}
#derecha ul li img{
	list-style-type: none;
	float: left;
	margin-right: 5px;
	background-image: url("");
	/*max-width:50px;*/
}
#line_top.primera{
	margin-top: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#line_top{
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#line_bottom{
	margin-top: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/***********************************************/
#mainContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#enlaces{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
/* =pie
------------------------------------------------------------------ */
div#pie{
	background-color: #F7F6F2;
	height: 30px;
	margin-top: 0px;
	text-align: center;
	/*width: 960px;*/
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#pie p{
	font-size: 9px;
}
#pie1 {
	float: left;
	width: 1000px;
}
#pie1 p{
	text-align: left;	
}
#pie2 {
	float: left;
	width: 10px;
}
#pie3 {
	float: left;
	width: 10px;
}
#pie3 p{
	text-align: right;
}
/************************area fiab*******************************/
#celdabrown .titular{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #54534a;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#user{
	background-color: #54534a;
	background-image: url(../image/candado.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-right: 20px;
	padding-left: 30px;
	margin-top: 10px;
	
}
#celdabrown{
	color: #54534a;
	min-height:450px;
	background-color: #FFFFFF;
	background-image: url(../image/back_brown.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
#celdabrown a{
	color: #54534a;
	line-height: 14px;
}
#celdabrown a:hover{
	text-decoration: underline;	
}
#subtitle_bw{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	}
#celdabrown ul li{
	color: #54534a;
	line-height: 12px;
	padding-left: 25px;
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 3px;
	display: block;
	background-image: url(../image/bullet_bw.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
}
#user form{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#user input#submit {
	/*width:60px;*/
	color:#fff;
	text-align:center;
	border:none;
	margin-left:8px;
	font-size: 10px;
	height: 20px;
	padding-bottom: 3px;
	left: 10px;
	width: 90px;
	margin-top: 5px;
}
#user input#submit:focus {
	border:none;
	color:#FFFFFF;
	background-color:#7a7856;
}
#grupo_bw{
	font-size: 11px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54534a;
	padding-bottom: 10px;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div#subgrupo_bw{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-style: none;
	padding-bottom: 5px;
}
div#subgrupo_bw ul li{
	background-image: url();
	margin: 0px;
	padding: 0px;
}
#grupo_listado{
 	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#col1{
	float: left;
	width: 80px;
	text-align: left;
	vertical-align: top;
}
#col2{
	float: left;
	width: 330px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
	min-height:20px;
}
#col3{
	float: left;
	width: 80px;
}
/*******************buscador area*******************************/
#busca_bw{
	/*padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #54534a;*/
}
div#desconectar{
	margin-left: 5px;
	float: right;
	width: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#busca_bw form{
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	border-top-style: none;
}
#busca_bw ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url();
}
#grupo ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url();
}
#busca_col1{
	float: left;
	width: 90px;
	padding-top: 3px;
}
#busca_col2{
	float: left;
	width: 220px;
}
#busca_col3{
	float: left;
	width: 40px;
	padding-top: 3px;
}
#busca_col4{
	float: left;
	width: 70px;
}
#busca_col5{
	float: left;
	width: 40px;
	padding-top: 3px;
}
#busca_col6{
	float: left;
	width: 70px;
}
#busca_bw input {
	width:60px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;*/
}
#busca_bw .largo {
	width:210px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#busca_bw input:focus, textarea:focus {
	border: 1px solid #CCCCCC;
	color:#333;
	background-color:#f0f0f0;
}
#busca_bw input#submit {
	width:90px;
	color:#fff;
	text-align:center;
	margin-left:0px;
	border:none;
	margin-left:0px;
	font-size: 10px;
	height: 20px;
	margin-top: 10px;
}
#busca_bw input#submit:focus {
	border:none;
	color:#FFFFFF;
	background-color:#7a7856 ;
}
div#tercio{
	padding-top: 5px;
	font-weight: normal;
}
div#unotercio{
	float: left;
	width: 170px;
}
div#dostercio{
	float: left;
	width: 380px;
	font-weight: normal;
}#tit_pop {
	background-color: #1A4278;
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
}
#foot_pop {
	padding: 5px;
	margin-top: 35px;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*-------------------form pop----------------------*/
#popup form {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#popup legend {
		font-size:14px;
		padding:4px 0;
}
#popup legend+ul {
	padding-top:15px;
	display:block;
	width:420px;
}
#popup label {
	width:180px;
	display:block;
	float:left;
	font-weight:normal;
	color:#444720;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 0px;
	padding-top: 3px;
	font-size: 10px;
	vertical-align: middle;
	line-height: 14px;
}
#popup input, textarea {

	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	margin-left: 10px;
}
#popup input:focus, textarea:focus {
	border: 1px solid #CCCCCC;
	color:#333;
	background-color:#f0f0f0;
}
#popup input#submit {
	width:60px;
	color:#fff;
	text-align:center;
	border:none;
	font-size: 10px;
	height: 20px;	/*height: 18px;*/
	padding-top: 1px;
	margin-top: 10px;
	margin-left: 320px;
}
#popup input#submit:focus {
	border:none;
	color:#FFFFFF;
	background-color:#7a7856 ;
}
/*//////////////////////////////////////////////////////*/
#pop_central{
	float: left;
	width: 440px;
	height: 250px;
}

.paginador{
	font-size:12px;
	margin-top:15px;
}
