/* Estilos de los formularios--------------------------------------*/
form{
	border: 1px solid #D2B48C;
	padding: 3px;
	padding-bottom: 6px;
}

#combo{
	font-size: xx-small;
}

#textField{
	font-size: 10px;
}
#nombreSeccion{
	position: relative;
	font-size: 10px;
}

#datoSeccion, #textField{
	clear: right;
	padding-top:3px;
}

#datoSeccion,#seccionForm{
	font-weight: bold;
	text-align: left;
	clear: both;
	float: left;
}

#datoSeccion{
	width: 220px;
}

#propseccion{
	padding: 0px 0px 5px 0px;
	text-align: left;
	clear: right;
}

.contenidoFilaForm{
	float: left;
	width: 300px;
}

/* Se utiliza en fegapublik únicamente para hacer separadores entre
diferentes tipos de datos en un formulario: datos personales, contacto,
dirección, etc*/
#seccionForm{
	background-color: Silver;
	width: 97%;
	padding: 2px 0px 2px 15px;
	margin:	10px 0px 4px 0px;
}

/*Entre otros se utiliza para el titulo de noticias, articulos...*/
#tituloTabla{
	color: black;
	background-color: #E6E6E6;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-top:2px;
	padding-bottom: 3px;
}

#tituloTabla a{
	color: black;
	text-decoration: none;
}

#tituloTabla a:hover{
	color: black;
	text-decoration: underline;
}

/*Cuerpo de noticias, artículos, etc*/
#datoTabla{
	color: black;
	padding-top:5px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	text-indent: 10px;	
	width: 100%;
	margin-bottom: -1px;
	float: right;
}

#datoTabla a{
	font-weight: bold;
}

/*Texto de noticias, articulos, etc*/
#textoTabla{
	text-indent: 20px;
	margin: 5px;
	padding: 15px 5px 15px 5px;
}

#textoTabla li{
	text-indent: 0px;
}

/*contenedor de noticias, artículos, etc. Se usa para definir
la separación entre tablas, su ancho, etc, como un todo que 
engloba cabecera y cuerpo*/	
#Tabla{
	width:100%;
	background-color: White;
	float: left;
	border-bottom: 1px solid gray;
	margin-bottom: 25px;
}


/* Imagen en articulos, noticias y servicios*/
#nichoImgTabla{
	float: right;
	margin-left: 0px;
}

#estiloImg{
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	text-align: center;
}
	
#estiloPieImg{
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	color: Gray;
}

/*Estilos de los listados a dos columnas*/
#listaDosCol{/*contiene dos colListaDosCol*/
	width:85%;
	margin:auto;
}

#colListaDosCol{
	color: black;
	background-color: #DDDDDD;
	font-weight: bold;
	padding: 2px 10px 2px 0;
	margin-bottom:1px;
	text-indent: 5px;
	width:100%;
}

#cabeceraLista{
	padding: 2px 0px 3px 0px;
	width: 85%;
	margin:auto;
}

#celdaCabeceraLista{
	color: black;
	background-color: #D1B4AE;
	font-weight: bold;
	font-size: 15px;
}

/*Datos de los socios y los usuarios*/

/*Define el aspecto de las fichas de asociados. Hay que tener
en cuenta que se reserva espacio para una imagen (logo)*/
#datoSocio{
	width: 69%;
	text-indent: 10px;
}
	
#datoUsuario{
	width: 98%;
	}
	
#datoUsuario, #datoSocio{
	padding: 5px 5px 5px 5px;
}

.colDerDatosSocio{
	width:100%;
	float:right; 
	text-align:center;
}

.colDerDatosUsuario{
	width:85%;
	float:right; 
}

.colIzqDatosSocio{
	width:100%;
	float:left; 
	text-align:left;
	font-weight: bold;
	background-color: #e0e0e0;
	text-indent: 10px;
	padding: 2px;
	margin-bottom: 3px;
}

.colIzqFichaSocio{
	width: 48%;
	float:left; 
	text-align:left;
}

#form{
	font-size: xx-small;
}
/*Estilos del buscador*/
#filaBuscador{
	clear:both;
}
.colDerBuscador{
	width:61%;
	float:right; 
	background-color: White;
	padding: 1px 0 1px 0;
	text-indent: 20px;
}

.colIzqBuscador{
	width:38%;
	float:left; 
	text-align:left;
	background-color: #EEEEEE;
	padding: 5px 0 5px 0;
	margin:  1px 0px 1px 0;
	text-indent: 8px;
	font-weight: bold;
}

#buscador{
	width: 74%;
	margin: auto;
}

/*Estilos de las tablas de los articulos*/

.cabeceraTabla{
	text-align: center;
	font-weight: bold;
	background-color: #DDDDDD;
}

.columnaTitulo{
	font-weight: bold;
	background-color: #EEEEEE;
	text-align: left;
	width: 60%;
}

.microTitulo{
	font-weight: bold;
	background-color: #EEEEEE;
	text-align: center;
	width: 4%;
}

.basicoTitulo{
	font-weight: bold;
	background-color: #EEEEEE;
	text-align: center;
}

.columnaDatos{
	text-align: center;
	background-color: #FFFFFF;
	width: 20%
}

.macroDatos{
	text-align: center;
	background-color: #FFFFFF;
	width: 30%;
}

.basicoDatos{
	text-align: center;
	background-color: #FFFFFF;
}

.tablaArticulos{
	background-color: #666666;
	width: 85%;
	margin: 20px auto 0 auto;
}

/*-----BOTONES-----------------------------------------------------*/
#botonNormal,#botonBorrar,#botonEnviar{
	font-size:10px;
   font-weight:bold;
   color:white; 
   border:0px;
	cursor: pointer;
	padding: 3px;
	text-indent: 0px;
	text-align: center;
}

#botonNormal a,#botonBorrar a,#botonEnviar a{
	display: block;
	width:100%;
	color: white;
	text-decoration: none;
}

#botonNormal{
	 background-color:#638cb5;
	 width:200px;
	 margin: auto;
	 margin-top: 5px;
}

#botonBorrar{
    background-color: #FF7844;
	 width:200px;
	 margin: auto;
	 margin-top: 5px;
}

#botonEnviar{
	background-color:#638cb5;
	width:100px;
	margin: auto;
	float: right;
}

#zonaBoton{
	font-size: 10px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	clear: both;
}

#botonokko{
	color: White;
	background-color: Navy;
	text-align: right;
	padding: 5px 5px 5px 5px;
	margin: 5px;
}

#botonokko a{
	border: 0px;
	text-decoration: none;
	color: White;
}

#botonokko a:hover{
	border: 0px;
	text-decoration: underline;
	color: White;
}

#zonaBotonokko{
	padding: 40px 10px 10px 10px;
	text-align: center;
}
 
 /* Estilo de los "botones" escritos en html*/
#piePagina{
		margin: auto;
		text-align: center;
		margin-top: 30px;
		display: block;
		clear: both;
}

#volver{
	text-align: center;
	font-weight: bold;
	background-color: #905245;
	margin: auto;
	margin: 5px;
	padding: 2px 30px 2px 30px;
}

#arriba{
	text-align: center;
	font-weight: bold;
	background-color: #0072A8;
	margin: 5px;
	padding: 2px 30px 2px 30px;
}

#arriba a,#volver a,#piePagina{
	color: White;
	text-decoration:none;
}

