#divContenidoMision #nuevaEntrada{
	width:108px;
	height:38px;
	background:transparent;
	background-image:url(img/bt_enviar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#entradas{
	padding:5%;
	padding-top:0%;
}
.entrada{

	/*background-color:#FFF;*/
	padding:20px;
	/*border:1px outset #999;*/
	margin:10px;
}

.entrada .fecha{
	width:100%;
	text-align:right;
	color:#6F98DF;
	font-weight:bolder;	
}

.entrada .titulo{
	font-size:14px;
	/*font-family:'Calibri';*/
	color:#211309;
	font-weight:bolder;	
}

#editor #titulo{
	width:75%; 
	text-align:left;
}
#editor #titulo input{
	width:60%; 
}

#principal{
	/*background-color:#EEE;*/
	width:600px;
	margin:0px auto;
}

#secciones{
	/*background-color:#000;*/
	width:100%;
	height:auto;
	margin:0px auto;
}

#secciones table{
	border:none;
	width:100%;
	color:#FFF
}
#secciones td{
	width:33%;
	height:100px;
	background-color:#CCC;
	cursor:pointer;
	margin:2px;
	text-align:center;
}

#misiones img.activa{
	cursor:pointer;
}

#medias{
	padding:3%;
}


#medias #imagenes,
#medias #videos,
#medias #sonidos,
#medias #links
{
	/*background-color:#FFF;*/
	height:auto;
	padding:10px;
	/*border:1px outset #999;*/
	margin:10px;
}


#agregarMedia{
	/*background-color:#FFF;*/
	width:90%;
	margin:0px auto;
}

#agregarMedia button{
	width:100%;
}

.cargadorMedias{
	
	display:none;
	padding:10px;
}

#agregarLink.cargadorMedias #agregarLinkBtn{
	width:108px;
	height:30px;
	background-color:#515151;
	border:none;
	font-weight:bold;
	color:#FFF;
}

#divContenidoMision #agregarMedia button{
	background-color:transparent;
	width:73px;
	height:76px;
	
	background-position:top center;
	background-repeat:no-repeat; 
}
#agregarMedia #agregarVideoBtn{
	background-image:url(../images/bt_sube_vid.gif);
}
#agregarMedia #agregarImagenBtn{
	background-image:url(../images/bt_sube_fot.gif);
}
#agregarMedia #agregarSonidoBtn{
	background-image:url(../images/bt_sube_aud.gif);
}
#agregarMedia #agregarURLBtn{
	background-image:url(../images/bt_sube_link.gif);
}

#agregarMedia #agregarSonidoTexto{
	color: #5f0552;
	text-align:left;
}

#agregarMedia #agregarImagenTexto{
	color: #bb1110;
	text-align:left;
}

#agregarMedia #agregarVideoTexto{
	color: #387686;
	text-align:left;
}

#agregarMedia #agregarLinkTexto{
	color: #454346;
	text-align:left;
}


.divProgresoUpload{
	background-color:#FFF;
	height: 50px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}


/*
#agregarMedia #agregarVideoBtnDisabled{
	background-image:url(img/bt_sube_vid_disabled.jpg);
}
#agregarMedia #agregarImagenBtnDisabled{
	background-image:url(img/bt_sube_img_disabled.jpg);
}
#agregarMedia #agregarSonidoBtnDisabled{
	background-image:url(img/bt_sube_aud_disabled.jpg);
}
#agregarMedia #agregarURLBtnDisabled{
	background-image:url(img/bt_sube_url_disabled.jpg);
}*/

#imagenes img {
    border: 1px dashed #999;
	padding:5px;
	vertical-align:middle;
	margin-bottom:2%;
	width:28%;
	cursor:pointer;
} 

#imagenes .eliminarImagen{
	background-image:url(img/elimPublicacion.gif);
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
	width:20px;
	position:absolute;;
	margin:0px;
	margin-left:-30px;
	margin-top:5px;

}
#listaImagenes {
	/*background:#999;
	height:auto;*/
	
} 
#imagenes {
} 
#listaImagenes div {
	/*background:#FFF;*/
	display:inline;
	height:auto;
	/*margin:10px;*/
	margin:0 1% 1% 1%;
	
	
}

#listaLinks div {
	margin:4px 0px;
	
	color:#FFF;
	width:98%;
	
}
#listaLinks a {
	color:#FFF;
	background:#000;
	display:block;
	font-weight:bolder;
	padding:5px;
}

#links .eliminarLink{
	background-image:url(img/elimPublicacion.gif);
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
	width:20px;
	margin:0px;

}



#sonidos .eliminarSonido{
	background-image:url(img/elimPublicacion.gif);
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
	width:20px;
	margin:0px;

}

#sonidos li{
	list-style-type:none;
	padding-bottom:1px;
	margin-bottom:2px;
}





#videos .eliminarVideo{
	background-image:url(img/elimPublicacion.gif);
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
	width:20px;
	margin:0px;
}












#opiniones{
	width:75%;
	height:auto;
	margin:0px auto;
	margin-top:15px;
	padding-bottom:5%;
}

.opinion{
	height:auto;
	/*background-color:#FFF;*/
	margin:0px auto;
	padding:15px;
	margin-bottom:25px;
}

.opinion .titulo{
	font-size:x-large;
	color:#5AF;
	display:block;
	text-align:center;
}
.opinion .autor{
	font-size:medium;
	color:#EAA;
}

.opinion .fecha{
	font-size:smaller;;
	font-style:italic;
	color:#666;
	display:block;
}

.opinion .contenido{
	font-size:small;
	padding:2%;
	word-wrap:break-word;
	overflow:hidden;
}


#divContenidoMision .comentarBtn button{
	
	width:110px;
	height:36px;
	background:transparent;
	background-image:url(img/bt_comentar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#divContenidoMision .enviarComentario{
	width:108px;
	height:38px;
	background:transparent;
	background-image:url(img/bt_enviar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#divContenidoMision .cancelarComentario{
	width:106px;
	height:36px;
	background:transparent;
	background-image:url(img/bt_cancelar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#divContenidoMision #opinarBtn{
	width:104px;
	height:54px;
	background-image:url(img/bt_opinar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#divContenidoMision #enviarOpinion{
	width:108px;
	height:38px;
	background-color:transparent;
	background-image:url(img/bt_enviar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#divContenidoMision #cancelarBtn{
	width:106px;
	height:36px;
	background:transparent;
	background-image:url(img/bt_cancelar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}



#nuevaOpinion{
	display:none;
	width:75%;
	height:auto;
	margin:0px auto;
	margin-top:15px;
	
}

#nuevaOpinion input{
	width:60%;
}


.comentarioArea{
	display:none;
	/*margin-left:15%;*/
	/*background-color:#DDD;
	border:1px solid #CCC;*/
	width:80%;
	padding:10px;
}

.comentario{
	margin-left:15%;
	margin-top:10px;
	background-color:#FFF;
	border:1px groove #DDD;
	width:75%;
	padding:10px;
}

.comentario .autor{
	font-size:smaller;
	font-weight:bolder;
	color:#666;
}

.comentario .fecha{
	font-size:smaller;;
	font-style:normal;;
	color:#999;
	display:inline;
}

.comentario .contenido{
	font-size:smaller;
	padding:2%;
}





.divImagenDemente{
	width:255px;
	height:206px;
	overflow:hidden;
	padding:5px;
	border:1px dashed #999999;
}




.registro input{
	width:100%;
}

.registro .radio{
	width:auto;;
}

.registro th{
	text-align:left;
}













/*ADMIN USUARIOS*/
#divUsuariosControl{
	padding:10px;
	width:100%;
	background-color:#EEEEEE;
	height:auto;
	width:75%;
	margin:0 auto;
}
#divUsuariosControl table{
	width:100%;
	margin-top:10px;
}

#divUsuariosControl table.proyectosDemente{
	margin-top:0px;
	background-color: #DDD;
	border:1px solid #CCC;
	padding:10px;
}

#divUsuariosControl table.proyectosDemente .progressbar {
	border:1px solid #000000;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#divUsuariosControl table.proyectosDemente .progressbar div{
	cursor:default;
}

table.proyectosDemente button{
	width:95%;
}

#divUsuariosControl table td{
	height:25px;
	text-align:left;
}
#divUsuariosControl td div{
	
	width:20px;
	height:20px;
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#divUsuariosControl .nomUsu{
	width:100%;
}
#divUsuariosControl .ediUsu{
	background-image:url(img/editarDemente.gif);
}
#divUsuariosControl .labsUsu{
	background-image:url(img/labsDemente.gif);
}
#divUsuariosControl .eliUsu{
	background-image:url(img/elimDemente.gif);
}

#divUsuariosControl .nuevoUsu{
	width:30px;
	height:30px;
	background-image:url(img/nuevo.gif);
	cursor:default;;
}

#divUsuariosControl #divUsuControlLista{
	overflow:auto;
	padding:5px;
	width:97%;
	height:90%;
}





/*	Admin Laboratorios
 * */
#divLaboratoriosControl{
	padding:10px;
	background-color:#EEEEEE;
	height:auto;
	width:75%;
	margin:0 auto;
}

#divLaboratoriosControl td{
	height:25px;

}
#divLaboratoriosControl #divParticipantes{
	width:75%;
}
#divLaboratoriosControl #divParticipantes button{
	width:100%;
}














#divContenidoMision button{
	width:150px;
}

#divContenidoMision .comentario_calificacion{
	padding:5px;
}

#divContenidoMision .comentario_texto{
	margin-left:25px;
	padding:5px;
	color:#888;
}



#divContenidoMision .calificaciones textarea{
	width:60%;
}
#divContenidoMision .calificaciones button{
	width:60px;
	height:25px;
	background:transparent;
	background-image:url(img/bt_enviar2.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#divContenidoMision .calificaciones{
	/*border:1px solid #CCC;*/
	margin-bottom:4px;
	padding:5px;
	/*background:#DDD;*/
	text-align:left;
}



/*
#proyectosDemente .misionCompleta, #proyectosDemente .misionIncompleta{
	float:left;
	width:20px;
	height:20px;
	margin:4px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(img/misionCompletada.gif);
}
#proyectosDemente .misionIncompleta{
	background-image:url(img/misionConstruccion.gif);
}*/