
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}

.contGnral{
	width: 100%;
	margin: 0 auto;
	transition: all 0.3s;
}

body.bodyCmnts{
	background-color: #F3F3F3;
}

hr{
	width: 70%;
	margin: 40px auto;
	background-color: #C4C4C4;
	height: 1px;
	opacity: 0.4;
}

#bodyIndex{
	background: #EDEDED;
}

.navIndex{
	background: #1A4C4E;
	opacity: 1;
}

.destacar{
	color: #4AA184;
}

.centrar{
	text-align: center;
}

.oculto{
	display: none;
}

.advertCmnt{
	display: block;
	background-color: #fff;
	margin: 10px auto;
	width: 280px;
	text-align: center;
	box-shadow: 0 0 2px red;
	margin-bottom: 20px;
	padding: 5px;
}

.advertCmnt span.icon-warning{
	color: red;
	font-size: 25px;
	margin-right: 10px;
}

.cmntModif{
	display: block;
	height: 32px;
	line-height: 37px;
	margin-right: 20px;
	font-size: 12px;
	text-align: right;
	margin-top: -10px;
}

header{
	background-color: #242d3d;
	height: 100px; 
	width: 100%;
	position: fixed;
	z-index: 1;
	opacity: 0.6;
	transition: all 0.5s;
}

section#banner{
	width: 100%;
	background-attachment: contain; /*Para que la imagen ocupe toda la pantalla*/
	background-position: center;
	background-repeat: no-repeat;
}

section#banner.cmnts{
	background-color: #F3F3F3;
	margin-bottom: 30px;

}


section#banner.registro{
	background-image: url(../img/backg_dual2.JPEG);
}

section#banner.inscribirse{
	background-image: url(../img/backg_dual4.JPEG);
}

section#banner.formYFirstInfo, section#banner.temas{
	background-image: url(../img/backg_dual.jpg)
}

.contGnral.formunico{
	padding-top: 50px;
}

.contGnral.formYFirstInfo{
	padding-top: 145px;
	width: 80%;
}

section#banner .contGnral.secComentarios{
	padding-top: 150px;
	width: 100%;
	margin: 0 auto;
}

.secComentariosClass h2{
	font-size: 45px;
}

h3.h3cmnts{
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

h3.h3formcmnt{
	font-size: 20px;
	margin-top: 20px;
}

h1, h3{
	font-size: 40px;
}

h2{
	margin-top: 25px;
	font-size: 20px;
}

h1, h2, h3{
	color: #242d3d;
	font-family: 'Raleway', sans-serif;
}

nav{		
	margin: auto;
	margin-top: 0px;
	height: 40px;
}

ul{
	float: right;
	list-style: none;
	margin-top: 20px;
	transition: all 0.3s;
	background: #0D3B3A;
	transition: all 0.6s;
	transform: translateX(0%) translateY(-900%);
}

ul li{
	float: left;
	margin: 10px;
	padding: 10px;
}

#headerMenuLabel{
	display: block;
	float: right;
	font-size: 30px;
	cursor: pointer;
	margin-top: 35px;
	color: #4AA184;
	transition: all 0.3s;
	opacity: 1;
}

#checkboxMenu{
	display: none;
}

#checkboxMenu:checked ~ ul{
	transform: translateY(10%) translateX(0%);
	transition: all 0.4s;
}

#checkboxMenu:checked ~ #headerMenuLabel{
	opacity: 0.3;
}

#headerNav{
	height: 100px;
}

#headerNav .contGnral{
	width: 90%;
}

#headerNav .contGnral ul li a{
	text-decoration: none;
	color: white;
	transition: all 0.2s;
	font-size: 15px;
	display: inline-block;
	padding-bottom: 5px;
}

#headerNav .contGnral ul li a:hover{
	color: #4AA184;
	transition: all 0.2s;
	box-shadow: 0 1px #4AA184;
}


img#logo{
	margin: 7px 60px 0px 0px;
	float: left;
	display: block;
	width: 150px;
	transition: all 0.2s;
}

.sectTemas.pprincipal{
	background-color: #EDEDED;
	padding-bottom: 50px;
}

.contGnral #temaYDesc{
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	transition: all 0.3s; 
}

.sectTemas.temas{
	padding-top: 100px;
	padding: 150px 20px 0px 20px;
}

.sectTemas .contGnral a{		
	text-decoration: none;
	color: #000;
}

.sectTemas .contGnral a:hover #contTemas .elemContTemas{
	box-shadow: 0 0 20px #898989;
}

#contTemas{
	transition: all 0.1s;
}

#contTemas span{
	font-size: 15px;
	padding: 10px;
}

#contTemas .elemContTemas{
	float: left;
	margin: 0px;
	box-shadow: 0 0 0 1px #C8C8C8;
	background: white;
	transition: all 0.5s;
	height: 200px;
	transition: all 0.3s;
}

.tituloDesc{
	width: 46%;
}

.creadorFech, .numComnts{
	text-align: center;
	width: 27%;
}

.tituloDesc, .creadorFech, .numComnts{
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	font-size: 90px;
}			

.sectTemas .contGnral p{
	margin: 25px 0px 0px 0px;
	font-size: 20px;
}

.contenedorFirstInfo{
	width: 90%;
}

.contenedorFirstInfo h2{
	font-size: 18px;
}

.contenedorFirstInfo a{
	font-size: 18px;
	margin-top: 50px;
	display: block;
}

.secComentariosClass{
	width: 80%;
	background-color: #fff; 
	padding: 20px;
	min-height: 780px;
	box-shadow: 0px 0px 25px #C2C2C2;
	margin-bottom: 50px;
	margin: 0 auto;
	transition: 0.3s all;
	position: relative;
    overflow: hidden;
}

.contComentarios{
	background-color: #F9F9F9;
	width: 100%;
	box-shadow: 0px 0px 0px 1px #E5E5E5, 0px 3px #BBBBBB;
	margin-bottom: 2px;
	transition: 0.2s all;
}

.creadorFecha{
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
}

.creadorFecha div{
	width: 1500px;
	text-align: center;
	background-color: #E8E8E8;
	padding: 5px;
	color: #000;
	opacity: 0.8;
}

.contComentarios .comentario{
	padding: 10px;
	background-color: #F9F9F9;
	margin-bottom: 0px;
	transition: 0.2s all;
	margin-bottom: -17px;
}

span#consejo{
	font-size: 17px;
	display: none;
}

span#textoLlamativo{
	font-size: 17px;
}

.temaCmntFlex{
	transition: 0.3s all;
}

.temaCmntFlex .temaCreaFech{
	width: 100%;
	display: inline-block;
	transition: 0.3s all;
}

.temaCmntFlex .temaDesc{
	width: 100%;
	display: inline-block;
	transition: 0.3s all;
}

.modificaCmnt{
	display: inline-block;
	background-color: #4AA184;
	font-size: 30px;
	padding: 2px;
	width: 45px;
	height: 35px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	margin: 0 auto;
	transition: all 0.3s;
	border-radius: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.modificaCmnt:hover{
	background-color: #346956;
	transition: all 0.3s; 
}

.borraTodoTema{
	display: inline-block;
	background-color: #EE9C9C;
	font-size: 30px;
	padding: 2px;
	width: 45px;
	height: 35px;
	text-align: center;
	cursor: pointer;
	margin: 20px auto;
	transition: all 0.3s;
	border-radius: 8px;
	margin-right: 5px;
	margin-bottom: 5px;	
}

.borraTodoTema:hover{
	background-color: #862525;
	transition: all 0.3s; 
}

.editYborrar{
	font-size: 25px;
	margin-right: 5px;
}

.icon-info{
	color: #688CB0;
	font-size: 25px;
	margin-right: 5px;
	margin-top: 10px;
}

#editTema{
	font-size: 25px;
	padding-top: 8px;
	line-height: 35px;
	width: 65px;
	height: 32px;
	line-height: 28px;
	cursor: pointer;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #5F5F5F;
	text-align: center;
	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	transition: all 0.4s;
}

#editTema:hover{
	width: 115px;
	transition: all 0.4s;
	background-color: #3A3A3A;
}

#editTema:hover ~ #avisoEditTema{
	margin-left: 0px;
	transition: all 0.5s;
}

#avisoEditTema{
	margin-left: -500px;
	transition: all 0.5s;
}

/*---------      FORMULARIO      ---------*/

#btnesEditBorr{
	text-align: center;
	margin-top: 60px;
	margin-bottom: -15px;
	transition: all 0.4s;
}

.borraCmnt{
	border-radius: 8px;
	height: 50px;
}

.borrarTema{
	display: inline-block;
	background-color: #EE9C9C;
	width: 45px;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s all;
	color: #000;
	height: 35px;
	margin-bottom: 10px;
	padding: 2px;
	margin-left: 5px;
}

.borrarTema:hover{
	transition: 0.2s all;
	background-color: #862525;	
}

form#formcmnt{
	background-color: #EBEBEB;
	width: 90%;
}

form#crearTema{
	background-color: #fff;
	width: 80%;
	transition: all 0.3s;
}

form#crearTema, form#formcmnt{
	margin-bottom: 20px;
	padding: 1px 20px 20px 20px;
	margin: 0px auto;
	margin-bottom: 20px;
}

form#crearTema input[type="submit"]{
	width: 50%;
	margin: 0px auto;
}

#h2Tema, #h3Comnt{
	width: 80%;
	margin: 0px auto;
	opacity: 0.7;
	background: #242d3d;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: all 0.3s;
}

#h2Tema{
	padding: 0.1px 20px 20px 20px;
}

#h3Comnt{
	height: 50px;
	line-height: 50px;
}

#h2Tema h2, #h3Comnt h3{
	color: white;
}

form#crearTema div{
	margin: 10px;
}

form#crearTema div input[type="text"], form#crearTema div textarea, form#formcmnt #comentario{
	width: 100%;
	font-size: 15px;
	padding: 10px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	margin-top: 10px;
}

form#crearTema #desc #descripcion, form#formcmnt #comentario{
	resize: none; /* Para no poder agrandar textarea*/
	height: 100px;
}


.contenedorFormulario.formunico{
	width: 400px;
	margin: 0 auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}

.contenedorFormulario.formconj{
	display: none;
}


.formconj span, .formtemas span, .formunico span, #formcmnt span{ 
	color: red;
	float: left;
	font-size: 12px;
	display: block;
	height: 30px;
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	width: 50%;
}

.formconj span{
	float: left;	
}

#formcmnt span{
	float: right;
}

.formunico span, .formtemas span, .formcmnt span{
	float: right;
}

.formunico h2{
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.formunico h2.formins{
	color: #fff;
}

.formunico a.volverInicio{
	float: right;
	font-size: 15px;
	display: block;
	background-color: #4AA184;
	text-decoration: none;
	color: white;
	margin: 60px auto;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.2s;
}

.formunico a.volverInicio:hover{
	transition: all 0.2s;
	background-color: #1b634c;
}

.contenedorFormulario #cabForm{
	width: 100%;
	height: 30px;
}

.divNavegacion{
	width: 90%;
	box-shadow: 0px 0px 15px #D5D4D4, 0px 0px 1px #C4C4C4;
	margin: 0px auto;
	text-align: center;
	padding: 15px 5px 5px 5px;
	background-color: #fff;
	transition: all 0.3s;
}

.secComentariosClass .divNavegacion{
	margin-bottom: 30px;
}

.divNavegacion a{
	font-size: 20px;
	margin: 5px;
	text-decoration: none;
	color: #4AA184;
	display: inline-block;
}

.pagActual{
	color: #fff;
	box-shadow: 0px 3px 0px #4AA184; 
}

.wrap{
	width: 100%;
	max-width: 500px;
	padding: 40px;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0px 0px 5px grey;
}

.wrap.formunico{
	border-radius: 8px;
	width: 250px;
	transition: all 0.3s;
}

.contenedorFormulario.formunico{
	width: 100%;
}

.wrap.formunico img{
	width: 50px;
}

.wrap.formconj{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.contenedorFormulario label{
	color: #346C7B;
}

.contenedorFormulario .formulario .input-group a{
	font-size: 12px;
	float: right;
	margin-top: 5px;
}

.formulario{
	width: 90%;
	margin: auto;
}

.input-group{
	position: relative;
	margin-bottom: 32px;
}

/*Por cada input de tipo text,email,password, y que tengan la clase input-group se la 
aplica lo siguiente*/

select, textarea, .contenedorFormulario .formulario .input-group input[type="text"],
.contenedorFormulario .formulario .input-group input[type="date"],
.contenedorFormulario .formulario .input-group input[type="file"],
.contenedorFormulario .formulario .input-group input[type="email"],
.contenedorFormulario .formulario .input-group input[type="password"] {
  font-size: 16px;
  width: 100%;
  outline: none; /*Especificación de border-bottom para algunos navegadores que 
  no soportan border-bottom */
  padding: 15px;
  background: none;
  border: none;
  border-bottom: 2px solid #a4d8c7;
}

/*Cuando se haga focus y esté actuvo cada input de tipo text,email,password, y que tengan 
la clase input-group se la aplica lo siguiente*/

.contenedorFormulario .formulario .input-group input[type="text"]:focus, 
.contenedorFormulario .formulario .input-group input[type="text"]:active,
.contenedorFormulario .formulario .input-group input[type="email"]:focus,
.contenedorFormulario .formulario .input-group input[type="email"]:active,
.contenedorFormulario .formulario .input-group input[type="password"]:focus,
.contenedorFormulario .formulario .input-group input[type="password"]:active {
  outline: none;
  border-bottom: 2px solid #4AA184;
}

.contenedorFormulario .formulario .input-group input[type="text"].errorForm,
.contenedorFormulario .formulario .input-group input[type="email"].errorForm,
.contenedorFormulario .formulario .input-group input[type="password"].errorForm {
  border-bottom: 2px solid #D32F2F;
}
.contenedorFormulario .formulario .input-group input[type="text"].errorForm + label,
.contenedorFormulario .formulario .input-group input[type="email"].errorForm + label,
.contenedorFormulario .formulario .input-group input[type="password"].errorForm + label {
  color: #D32F2F;
}

.labelForm{
	position: absolute;
	top: 16px;
	left: 0;
	line-height: 16px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.labelForm.desplazLabelForm {
  top: -12px;
  font-size: 12px;
  line-height: 12px;
  color: #4AA184;
}

.checkbox label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 5px 15px 5px 51px;
	font-size: 1em;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.checkbox label:hover{
	background: #a4d8c7;
	
}

/*Con before accedemos a lo que está antes del label (en este caso
la redonda y el cuadradito que hay antes del checkbox*/
.checkbox label:before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 15px;
	border-radius: 50%;
	background: none;
	border: 2px solid #4AA184;
}

.contenedorFormulario .formulario .input-group.errorForm label {
  color: #4AA184;
}

.contenedorFormulario .formulario .input-group.errorForm label {
  background: #EAC7C1;
}

.contenedorFormulario .formulario .input-group.errorForm label:hover {
  background: rgba(211, 47, 47, 0.5);
}

.contenedorFormulario .formulario .input-group.errorForm label:before {
  border: 2px solid #a4d8c7;
}

.contenedorFormulario .formulario .input-group input[type="checkbox"]{
  display: none;
}

/*Cuando se clique en checkbox, el elemento que este antes de su label 
(las redonditas) desaparecen*/
.contenedorFormulario .formulario .input-group input[type="checkbox"]:checked + label:before{
  display: none;
}

.contenedorFormulario .formulario .input-group input[type="checkbox"]:checked + label{
  padding: 5px 15px;
  background: #4AA184;
  border-radius: 3px;
  color:#fff;
}

.contenedorFormulario .formulario .input-group input[type="checkbox"] + label:before{
	border-radius: 3px;
}

input[type="submit"], input[type="button"]{
	background: #4AA184;
	border-radius: 10px;
	border: 3px solid #fff;
	cursor: pointer;
	display: inline-block;
	padding: 15px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

input[type="submit"]:hover, input[type="button"]:hover{
	background: #1b634c;
}


/*   DIV DE CONFIRMACIÓN  */

.lightbox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:1001;
    opacity:0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=75);
}

.lightboxAlerta{
    display: none;
    position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	height: 100px;
	margin-top: -150px;
    padding-top: 10px;
    background: #fff;
    color: #333;
    z-index:1002;
    text-align: center;
    border-radius: 8px;
}

.lightboxAlerta div{
	margin-top: 15px;
	display: inline-block;
	width: 40%;
}

.lightboxAlerta#fadeCmnt{
	height: 200px;
}

.lightboxAlerta#fade, .lightboxAlerta#fadeTemaB{
	height: 150px;
}

.lightboxAlerta#fadeTema{
	height: 470px;
	margin-top: -200px;
}

.lightboxAlerta#fade span, .lightboxAlerta#fadeTemaB span{
	display: block;
	color: red;
	margin-bottom: 15px;
	font-size: 30px;
}

.lightboxAlerta div.icon_ticks{
	display: inline-block;
	width: 45px;
	height: 30px;
	border-radius: 5px;
	color: #4AA184;
	margin-left: 10px;
	margin-top: 0px;
	cursor: pointer;
	transition: all 0.3s
}

.lightboxAlerta div.icon_ticks:hover{
	background-color: #c4e0d4;
	transition: all 0.3s
}

.lightboxAlerta div.icon_ticks span{
	font-size: 27px;
}

.lightboxAlerta#fadeCmnt #inputEditCMnt, #inputEditTema{
	display: block;
	margin: 0 auto;
	height: 50px;
	width: 80%;
	resize: none;
	padding: 10px;
	margin-top: 15px;
}

#formEditDesc, #formEditTit span{
	font-size: 15px;
}

#tituloEdit{
	margin-top: 15px;
	display: inline-block;
	width: 165px;
	height: 30px;
	margin-bottom: 30px;
}

#formEditTema span#editTitDesd{
	font-size: 14px;
}

#fadeTema hr{
	margin-top: 25px;
	margin-bottom: 15px;
}

.elimTema{
	margin-top: -15px;
	font-size: 14px;
}

/*   FOOTER  */

footer{
	width: 100%;
	background-image: linear-gradient(#EDEDED, #444444);
}

footer section{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	height: 70px;
	padding-top: 25px;
	transition: all 0.3s;
}

footer div{
	width: 700px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	transition: all 0.3s;
}


@media (min-width: 545px){
	
	ul#ulcnt2{
		background: #242d3d;
		height: 30px;
		transform: translateY(10%) translateX(0%);
		transition: all 0.4s;
	}

	#headerMenuLabel.labelCnt2{
		display: none;
	}
}

@media (min-width: 570px){

	.contenedorFirstInfo{
		margin-top: 65px;
	}

	.temaCmntFlex{
		margin-left: 50px;
	}
}

@media (min-width: 618px){
	
	ul#ulcnt{
		background: none;
		height: 30px;
		transform: translateY(10%) translateX(0%);
		transition: all 0.4s;
	}

	#headerMenuLabel.labelCnt{
		display: none;
	}
}

@media (min-width: 715px){
	#btnesEditBorr{
		margin-top: 10px;
	}

	#contTemas span{
		font-size: 15px;
		padding: 20px;
	}

	#contTemas{
		width: 80%;
		margin: 20px auto;
	}

	.contGnral #temaYDesc{
		width: 80%;
		padding-top: 30px;
	}

	.divNavegacion{
		width: 60%;
	}

	.temas .contGnral{
		width: 80%;
		margin-top: 50px;
	} 

	#h2Tema{
		margin-top: 30px;
	}


	.borraCmnt{
		margin-bottom: -15px;
	}
	
	.contComentarios .comentario{
		height: 100px;
	}

	.wrap.formunico{
		width: 350px;
	}
}

@media (min-width: 999px){
	.temaCmntFlex{
		margin-left: 150px;
	}
	.contenedorFormulario.formconj{
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.wrap.formconj{
		width: 700px;
	}

	.wrap.formconj .formulario{
		width: 70%;
	}

	#regisForm{
		opacity: 0.7;
		font-size: 18px;
		line-height: 80px;
		text-align: center;
		color: white;
		background: #242d3d;
		width: 580px;
		height: 80px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		margin: 0px auto;
		margin-top: 20px;
	}

	.contenedorFirstInfo a{
		display: none;
	}

	.contenedorFirstInfo{
		margin-top: -10px;
	}

	#contTemas .elemContTemas{
		height: 125px;
	}
	
	.contComentarios{
		width: 80%;
		margin: 0 auto;
	}

	.formconj span, .formtemas span, #formcmnt span{ 
		float: right;
		display: block;
		margin-right: 70px;
		margin-top: 15px;
	}

	form#formcmnt{
		width: 70%;
	}
}

@media (min-width: 1180px){
	
	.temaCmntFlex{
		display: flex;
		justify-content: space-around;
	}

	.temaCmntFlex .temaCreaFech{
		width: 65%;
	}

	.temaCmntFlex .temaDesc{
		width: 35%;
	}
}

@media (min-width: 1250px){
	
	.formunico h2{
		font-size: 45px;
	}

	.formunico span{ 
		float: right;
		display: block;
		margin-right: 70px;
		margin-top: 15px;
	}

	.contenedorFirstInfo{
		text-align: center;
	}

	#h2Tema{
		width: 60%
	}

	form#crearTema{
		width: 60%;
	}

	footer div{
		font-size: 16px;
	}

	footer section{
		padding-top: 70px;
	}
}

@media (min-width: 1340px){
	.contenedorFormulario.formconj{
		margin-top: 70px;
	}

	form#formcmnt{
		width: 60%;
	}


	#headerNav .contGnral{
		width: 60%;
	}
}

@media (min-width: 1550px){

	#contTemas{
		width: 60%;
	}

	.contGnral #temaYDesc{
		width: 60%;
		padding-top: 40px;
	}

	.divNavegacion{
		width: 30%;
	}

	hr{
		width: 60%;
	}
	
	.contenedorFormulario.formconj{
		width: 50%;
		float: left;
	}
	
	#regisForm{	
		width: 500px;
	}

	.wrap.formconj{
		width: 420px;
	}

	.contenedorFirstInfo{
		float: left;
		width: 50%;
		margin-top: 80px;
	}

	.contGnral.formYFirstInfo{
		padding-top: 150px;
		width: 80%;
	}

	.contenedorFirstInfo{
		text-align: left;
	}

	.temas .contGnral{
		width: 60%;
	} 

	#h2Tema{
		margin-top: 50px;
		width: 50%
	}

	form#crearTema{
		width: 50%;
	}

	.temas .contGnral{
		margin-top: 60px;
	} 

	.secComentariosClass{
		width: 60%;
	}

	.wrap.formunico{
		width: 420px;
	}


}


  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  