/* CSS Document */

#view ul{
	margin:0px;	
}

#view ul li{
	text-align:left;
	list-style:none;
}

#view div.pregunta{
	text-align:left;
	margin:0px 0px 20px 0px;
}

#view div.pregunta{
	padding:10px;
	background-color:#0B4A82;
	border-radius:5px;
}

#view div.pregunta img.action-consejeria{
	width:32px;
	height:32px;
	cursor:pointer;
	float:right;
}

img[emoji-abrir]{
	width:32px;
	height:32px;
	cursor:pointer;
}

#view div.pregunta h1{
	font-size:20px;
	color: rgb(255, 255, 255);
}

#view div.pregunta textarea{
	width: 95%;
	height:100px;
	padding: 4px;
	margin:4px 0px 4px 0px;
	font-size:15px;
	font-family:inherit;
	color: rgb(50, 50, 50);
	outline:none;
	resize:none;
}

#view div.pregunta ul{
	padding:0px;
	font-size:13px;
	line-height:13px;
	color:#DDD;
}

#view div.pregunta ul strong{
	font-size:13px;
}

#view div.list-consultas .loader{
	text-align:center;
}

#view div.list-consultas .loader img{
	width:220px;
	display:block;
	margin:0 auto;
}

#btn-radius {
	width:100%;	
}

#btn-radius a{
	float:none;
	margin:0 auto;
}

div.list-consultas{
	width:90%;
	margin:0 auto;
}

div.list-consultas h1{
	padding-bottom:10px;
	font-family:'Cabin', sans-serif;
	font-size:20px;
	color:#666;
}

div.list-consultas > div span{
	font-size:12px;
	float:right;
	margin-bottom:10px;
}

div.list-consultas div.control{
	border:2px solid #48b3a8;
	padding:5px;
	border-radius:5px;
	text-align:left;
	clear:both;
	cursor:pointer;
	min-height: 60px;
}

div.list-consultas div.control > strong{
	display:inline-block;
	width:90%;
}

div.list-consultas div.control div.nuevas{
	display:inline-block;
	float:right;
	background-color:red;
	padding:3px;
	min-width:23px;
	text-align:center;
	/* margin-top: -35px; */
	font-weight:bold;
	border-radius:20px;
}

div.list-consultas div.control:hover{
	background-color:#409d933d;
}
