/* BUSCADOR */
#buscador {
	margin:15px 4px; 	
	padding: 2px;	
	padding-top: 5px;
}
#buscador .etiquetaBuscador {
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
}
#buscador .titleBuscador {
	margin-right: 10px;
	color: #000000;
}
#buscadorList a{
	text-decoration: none;
	font-weight: bold;
	color: #9b3d63;
}
#buscadorList a:hover{
	text-decoration: underline;
	color: #64c29c;
}
#buscadorList table.navegadorupBuscador  {
	border: 1px solid #FFFFFF;
	border-bottom: 2px solid #4B9175;
}
#buscadorList table.navegadordownBuscador  {
	border: 1px solid #ffffff;
	border-top: 2px solid #4B9175;
}
#buscador .titleBuscador {
	font-size:70%;
	font-weight:bold;
	margin:0;
	margin-left: 2px;
	padding:0;
	clear: both;
	color: #000000;
}
#buscador input.cajaBuscar {
	margin-bottom:5px;
	margin-right: 4px;
	width:50%;
	background-color:#e9f6f1;
	border:1px solid #afb8b5;
	width: 75px;
}
#buscador input.accion {
	margin-left:3px;
	border:1px solid #000000;	
	font-size: 85%;
	font-weight: bold;
	background-color: #FFFEEF;
	color: #000000;
}
*:first-child+html #buscador input.accion {	
}
#queryString input {
	background-color:#e9f6f1;
	border:1px solid #afb8b5;
}
p.botonEnviar {
	width: 25%;
	margin: 0 auto;	
}
/* LISTA RESULTADOS DEL BUSCADOR */
#buscadorList div.parrafoBuscador {
	font-weight: bold;
	margin: 10px 0;	
}
#buscadorList table.resultadosBuscador {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #4B9175;
}
#buscadorList table.resultadosBuscador th {
	font-weight:bold;
	padding:4px;
	text-align:center;
	border: 1px solid #ffffff;
	border-top: 2px solid #4B9175;
}
#buscadorList table.resultadosBuscador td {
	padding:2px;
	text-align:left;
	border: 1pt solid #4B9175;
}
#buscadorList table.resultadosBuscador td.afinidadBuscador {
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FF0000;
}
#buscadorList input.cajaBuscar {
	margin-bottom:5px;
	width:120px;
	background-color:#e9f6f1;
	border:1px solid #afb8b5;
}
#buscadorList input.accion {
	margin-left:3px;
	border:1px solid #000000;
}
div.ayudaBuscador {
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #4B9175;
	font-size: 105%;	
}
#ayudaTextoBuscador ul {
	list-style: url("/commons/img/bolo_texto.png");
}
#buscadorList a{
	color: #D03C31;
}
#buscadorList a:hover{
	color: #CCC;
}
/* PÁGINAS DE FORMULARIOS */
div.formulario {
	width: 80%;
	margin: 0 auto;	
}
*:first-child+html div.formulario p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;	
}

* html div.formulario p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;	
}
div.formulario input {
	margin-bottom:5px;
	background-color:#e9f6f1;
	border:1px solid #afb8b5;
}
div.formulario textarea {
	margin-bottom:5px;
	background-color:#e9f6f1;
	border:1px solid #afb8b5;
	width: 330px;
}
#ok {
	background-color:transparent;
}
div.formulario p.formAccion {
	padding-left: 205px;	
}
div.formulario p.formAccion input {
	border: 0;
	width: 57px;
	height: 7px;
}
*:first-child+html div.formulario p.formAccion {
	float:right;
	margin-right: 70px;
}
* html div.formulario p.formAccion {
	float:right;
	margin-right: 40px;
}
/* CAJA DE AUTENTIFICACION */
#accesoMiembros {
	width: 140px;
	margin: 4% auto;
	border: 1px solid #6fc3cc;
	background-color: #d7e7e9;
	color: #000000;
}
#accesoMiembros p.acceso {
	margin: 0;
	padding: 2px;
	font-weight: bold;
	text-align:center;
	background-color: #6fc3cc;
}
#accesoMiembros #bloqueacceso {
	padding: 4px;
}
#accesoMiembros img {
	border: 0;	
	margin: 4px 4px 4px 35px;
}
#accesoMiembros #bloqueacceso label {
	font-weight: bold;
	color: #000000;
}
#accesoMiembros #bloqueacceso input {
	width: 100px;
	background-color:#EBEBEB;
	border:1px solid #000000;
}
#accesoMiembros #bloqueacceso a {
	display:block;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #2983C0;
}
#accesoMiembros #bloqueacceso a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.ixtemplateBox .ixtemplateBoxHead {
	padding:0;
}
