* {
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: transparent;
	font-family: Verdana;
}
.fondoBlanco{
	background-image: url(../images/fondoBlanco.png);
	background-repeat: repeat-y repeat-x;
	background-position: top;
	color: Black;
}
.lineaNegra{	border-bottom: 1px solid Black; margin-left: 2em;	margin-right: 2em;	margin-bottom: 1em;	margin-top: 1em; color:inherit; background-color: inherit;}
.tabla{	width: 100%;}
.borde{	border: 0.08em solid blue;}
.datos{	margin: 0.5em;}
.fondoAzul{
   background-color:inherit;
	color: inherit;
	background-image: url(../images/azulABlanco300.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondoNaranja{
	background-color: inherit;
	color: inherit;
	background-image: url(../images/naranjaABlanco300.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.margenRight{	margin-right: 1em;}
.margenLeft{	margin-left: 1.2em;}
.margenLeft2{	margin-left: 2.4em;}
.margenTop{	margin-top: 0.8em;}
.margenMinTop{	margin-top: 0.2em;}
.margenBottom{	margin-bottom: 0.8em;}
.margenRight4{ margin-right: 4em;}
.cInline{	display: inline;}
.separadoHorizontal{	margin-top: 0.5em;	margin-bottom: 0.5em;}
.separadoVertical{	margin-left: 0.5em;	margin-right: 0.5em;}
.floatIzquierda{ float: left;}
.floatDerecha{	float: right;}
.cOculta{display: none;}
.cMuestra{display:block; }
.cBlock{display: block;}
.cInputTam60{	width: 60%;}
.cInputTam80{	width: 80%;}

DIV{	margin: 0px;	padding: 0px; border: 0px;}
INPUT{	border: 1px solid #4AA7FF;	font-size: 0.9em; background-color: White; color: inherit;}
SELECT{	border: 1px solid #4AA7FF;	font-size: 0.9em; background-color: White; color: inherit;}
A:link, A:visited, A:hover { text-decoration: none; 	font-weight: bold;
 }
A:link{
	color: #3333FF;
	background-color: inherit;
}
A:visited{
	color: Gray;	
	background-color: inherit;
}
A:hover{
	color: Navy;
	background-color: inherit;
	text-decoration:underline; 
}
A:active { color: #3333FF;
	background-color: inherit; }

HR{	background-color: Red;	margin-left: 3em;	margin-right: 3em;	margin-bottom: 1em;	margin-top: 1em; color:inherit;}

/*Capas principales */	
.bloqueSuperior{	width: 100%;	height: 9em;}

.cabecera{ background: #81888B url(../images/barra_cabecera.gif) repeat-x bottom; border-top: 1px solid #81888B;border-bottom: 1px solid #676B6D;}
#enlaces{	float:right; margin-right: 0.5em; margin-top:19px;}
.divLinkGeneral{float: left;  margin-left: 0.1em;	background-color: inherit;	font-weight: bold;}
#enlaces .divLink{ float:left;	margin-left: 0.1em;	background-color: inherit;	font-weight: bold;}

.comentario{ margin-bottom: 1em;	padding: 0em; margin-left: 10px; margin-right: 10px;}
#cuerpo{	margin-left: 0.5em;	padding: 0em;	}
#cuerpo #izquierda,#cuerpo #centro,#cuerpo #derecha{	border: 0.086em solid blue;}
#cuerpo .sombra2{	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;	clear: left;	float: left}
#cuerpo .sombra{	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;	clear: left;	float: left;	width: 25%;}
#cuerpo .sombraD{	float: left;	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;	width: 25%;}
#cuerpo .sombraD2{	float: left;	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver; }
#cuerpo .sombraC{	float: left;		width: 46%;	margin-right: 1%;	margin-left: 1%;	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;}
#cuerpo .sombraC2{	float: left;}
.sombraD3{	float: left;		margin-right: 1%;	margin-left: 1%; border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;}
#pie{	margin-top: 0.5em;	border: 0px solid green;	height: 0em;	width: 100%; }
.divSombra{border-right: 0.2em solid Silver;	border-bottom: 0.2em solid Silver;}	

.tamLetraIndex{font-size: 9px;}

/* Tipos de letra*/
.titulo,.tituloA{		font-size: 1.3em;	margin: 0em;}
.titulo{	color: #379CC0;		background-color: inherit;}	
.tituloA{	color:#F2CF00; 	background-color: inherit;}
.negrita{	font-weight: bold;}

/* PRINCIPAL */
#regUsuarioSombra {	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;	height: 13.5em;	width: 18em;}

/*USUARIO*/
#regUsuarioSombra BUTTON{	margin-left: 1em;	text-align: center;	font-size: 0.8em;	border-bottom: 0.2em solid blue;	border-right: 0.2em solid blue;	border-top: 0.1em solid blue;	border-left: 0.1em solid blue;	background-color: #FFFFFF;	color: inherit; cursor:pointer;	}

/* LOGOS */
.bienvenido, .bienvenido_usr{
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;	
}
.bienvenido{
	margin-left: 2em; 
	margin-top: 1em;
	float:left;
}
.bienvenido_usr{
	cursor: pointer;
}

.bienUsuario{
	margin: 0.2em;
	margin-left: 0.5em;
	background-color: #626A6F;
	color: White;
	width: 22em;	
	height: 1.2em;
}
.fondoGris{
	background-color: #626A6F;
	color: White;
}
.salir A:link{
	color: White;
	background-color: #626A6F;
}
.salir A:visited{
	color: White;
	background-color: #626A6F;
}
.salir A:hover{
	color: Red;
	background-color: #626A6F;
	text-decoration:underline; 
}
.salir A:active { color: White;
	background-color: #626A6F; }

/*BUSQUEDA*/
#buscar{	border: 0.086em solid #4AA7FF; font-size: 1em; }
.marcoBotonGenerico{float: left;	margin-top:0.2em; margin-left:1em;background-color: #379CC0; width: 60px; text-align: center;}
.marcoBoton{ margin-top:0.3em; margin-bottom:0.3em; width:160px; background-color: #379CC0; text-align: center;}

.marcoBotonErrores{	 margin-top:0.3em; margin-bottom:0.3em; margin-left:1em;	width:60px; background-color: #379CC0; text-align: center;}

.buscaBoton{margin:0.1em; border: 0px;
	text-align: center;	font-size: 0.95em;
	background-color:#379CC0;	color: #F9F9FF; cursor:pointer; width: 50px; 	}	

.respuestaBoton{margin:0.1em; border: 0px;
	text-align: center;	font-size: 0.95em;
	font-weight: bold;
	background-color:#379CC0;	color: #FFFFFF; cursor:pointer; width: 130px; 	}	

.radio{
	font-size: 12px;
	border: 0px;
	background-color: transparent;
	vertical-align: bottom	;
}

/* CATEGORIAS */
#divCategorias A:link, #divCategorias A:visited,#divCategorias  A:hover {	font-size: 1em;	font-weight: bold;	}
#divCategorias A:link{	color: blue;	background-color: inherit;}
#divCategorias A:visited {	color: #A4A4FF;	background-color: inherit;}
#divCategorias A:hover {	color:Navy;	background-color: inherit;}

#divRespuesta, #divComunidad {	border-right: 0.25em solid Silver;	border-bottom: 0.25em solid Silver;	}
#divTags,#divCategorias{ width: 25em; }
#divPregunta, #divRespuesta,#divComunidad{ width: 98%; }
#divLector{
	width: 300px;
}
#divMasVistas{
	width: 100%;
}
/*PREGUNTA*/
#divPregunta TEXTAREA{	border: 1px solid blue; background-color: White; color: inherit;	font-size: 0.9em; }
#divPregunta .boton{	float: right;	margin: 1em;	width: 40px;	background: url(../images/boton.png) no-repeat center;	text-align: center;	font-size: 1.1em;	padding-top: 1.5em;	cursor: pointer;	height: 40px;	}
#divPregunta .heightFlotante{height: 6em;}

#divRespuesta .heightFlotante{	height: 2em;}
/*TAGS*/
.heightFlotante{	height: 2em;}

.derechaCentral{float:left; width:68%;}
.izquierda{float:right;  width: 25%;}


/*CLASE PARA MOSTRAR LOS ERRORES*/
.btnCerrar{	float: right;	width: 1.2em;	margin-top:0em;	margin-bottom:0em;		text-align: center;	border-left: 0.2em solid #5A5A5A; border-bottom: 0.2em solid #5A5A5A; border-top: 0px; border-right: 0px;	background-color: inherit;	color: inherit; cursor:pointer;	}
.centrado{	clear: right;	width: 23em;;	text-align: center;}
.rojo{	background-color: inherit;	color:red;}

/** CLASE MENSAJE **/
.cMensaje{	border: 0.2em solid Gray;	width: 25em;}
.btnMensaje{	margin-left: 9.5em;	margin-top:1em;	margin-bottom:1em;	text-align: center;	border-bottom: 0.2em solid Gray;	border-right: 0.2em solid Gray;	border-top: 0.1em solid Gray;	border-left: 0.1em solid Gray;	cursor:pointer;		color: blue;	background-color: inherit;}
.btnCerrarMensaje{	float: right;	width: 1.2em;	margin-top:0em;	margin-bottom:0em;		text-align: center;	border-left: 0.2em solid Gray; border-bottom: 0.2em solid Gray; border-top: 0px; border-right: 0px;	background-color: inherit;	color: inherit; cursor:pointer;	}

/*Index.jsp del admin*/
#fondoInicio{		margin:0;}
#tablaLogin{	margin-top: 1.8em;	border: 0.3em outset #0001A4;	background: #D7D7D7; color: inherit;}
.textoForm,.botonForm{	color: Navy;	font-size: 1.1em;	background-color: inherit;
	font-weight: bold;	margin: 0.7em;	padding-left: 1em;}
.cambioCursor{	cursor:pointer;}


#divCargando{
	width: 20em;
	height: 1.6em;
	padding: 1em;
	font-weight: bold;
}

TEXTAREA{
	width: 90%;
}
