
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300');


*{
			box-sizing: border-box;
			padding: 0;
			margin: 0;
		}
		#formularioPregunta{
			width: 80%;
			min-height: 80%;
			height: 80%;
			background-color: white;
			position: absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
			margin: auto;
			z-index: 1;
		}
		#repositorioPreguntas > li{
			float: left;
		}
		#repositorioPreguntas{
			max-width: 100%;
		}
		#pantallaNegra{
			opacity: 0.5;
			background-color: black;
			position: fixed;
			height: 100%;
			width: 100%;
			top:0;
			bottom:0;
			left:0;
			right:0;
			margin: auto;
			z-index: 1;
		}
		#botonesFormularioPregunta{
			position: absolute;
			bottom: 0;
			padding: 20px;
			width: 100%;
			display: block;
			text-align: right;
			border-top: 1px solid #ccc;
			z-index: 1;

		}
		#formularioPregunta{
		}
		#opcionesFormularioPregunta{
			max-height: calc(100% - 61px);
			width: 250px;
			overflow: auto;
			position: absolute;
			left: 0;
			top:0;
		}
		.opcion{
			width: 100%;
			height: 50px;
			line-height: 50px;
			padding-left: 10px;
			cursor: pointer;
		}
		.opcion:hover{
			background-color: #F5F5F5;
		}
		#explicacionFormularioPregunta{
			width: calc(100% - 250px);
			max-height: calc(100% - 61px);
			position: absolute;
			right: 0;
		}
		.explicacion{
			display: none;
			padding: 20px;
		}
		.repositorioPregunta{
			text-align: center;
			display: inline-block;
			cursor: pointer;
		}
		.repositorioPreguntaActual{
			background-color: black !important;
		}

		.previewPregunta, .editorPregunta{
			width: 45%;
			display: inline-block;
			margin: 0;
		}
		#previews{
			display: flex;
			justify-content: space-between;
			margin: 20px 0;
		}
		#controles{
			text-align: left;
		}
		fieldset{
			border: none;
		}
		button{
			padding: 5px;
		}
		#controlesConfirmar{
			text-align: right;
		}
		.rate-group{
			display: inline-block;
		}
		.rate{
		    color:black;
		    cursor:pointer;
		    display: inline-block;
		}
		.rate:hover{
		    color:red;
		}
		.rate-item{
		    float:left;
		    cursor:pointer;
		    margin:0px 15px 0px 15px;
		    transform: scale(1.5);
		}
		.rate-item:hover ~ .rate-item {
		    color: black;
		}
		.opcionesrate{
			display: flex !important;
			clear: both;
			justify-content: space-between;

		}
		.opcionesrate > span{
			font-size: 12px;
			font-style: italic;
			max-width: 100px;
		}

/* header style */

#header{

	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: auto;

}


#logo{

	position: relative;
	float: left;
	display: block;
	padding: 10px 15px 0px 3px;

}

#menu{

	position: relative;
	float: right;
	margin-top: 30px;
	color: #676f76;


}

#subheader{

		height: 110px;
		position: relative;
		float: left;
		width: 100%;
		background-color: #2A2F35;
		border-color: #66A6D8;
		border-bottom: 5px solid #66A6D8;
		background-image:url("../img/subheaderback.png");
		color: #fff;
		margin-top: 5px;

}

#subheader h1{
 margin: 15px 0 5px;
 font-size: 2.5rem ;
font-family: 'Patua One', cursive;
font-weight:lighter;
 font-size: 50px;
 line-height: 50px;
 float: left;
 position: relative;
}

#subheader ul {
float: left;
margin-top: -5px;
}

#subheader ul li{
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-weight: lighter;

font-size: 12px;
}

#subheader ul li a{
text-decoration: none;
color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 12px;
font-weight: lighter;
margin-left: 5px;
}

#arrowsubheader{
width: 30px;
position: relative;
text-align: center;
color: #4c90eb;
float: left;
display: block;
background-image: url("../img/subheaderback.png");

}

.addons{

	background: url(http://qteamsc.com/wp-content/themes/bretheon/css/skins/blue/images/header_addons.png) repeat-x left top;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	top: 0;
	float: right;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	margin-right: 5px;
}

.social {

	float: left;
	position: relative;
	display: block;
	background: url(http://qteamsc.com/wp-content/themes/bretheon/images/sep_shadow.png) no-repeat top right;
	padding-left: 10px;
	padding-right: 18px;
}

.social a img{

	display: block;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 22px;
	margin-left: 5px;

}

.addons p {

	float: left;
	position: relative;
	display: block;
	background: url(http://qteamsc.com/wp-content/themes/bretheon/images/sep_shadow.png) no-repeat top right;
	padding: 22px 18px 0px 10px;
	color: #5890ba;
	font-size: 14px;
	text-align: right;
}

.mail{
 	background-image: none;
}

.addons p a{
	text-decoration: none;
	color: #5890ba;
}


.addons p a:hover {

	text-decoration: underline;
	color: #5890ba;
}

#menu ul{

	min-width: 140px;
	position: relative;
	float:left;
}

#menu ul li {


	display: inline-block;
	position: relative;
	display: block;
	float: left;



}

#menu ul li a {


	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #213442;
	font-family: 'Patua One', cursive;
	font-weight: 300;
	font-size: 13px;

}



#menu ul li a:hover {

	border: 1px solid #e3e3e3;
	padding: 6px 9px 7px 9px;
}

.pageactive {

	color: #629ac2;
}

.section{
	width: 100%;
}

#footer{

color: #717171;
margin-top: 50px;
background-color: #f8f8f8;
min-height: 150px;
height: auto;
align-items: center;


}

#footer .container{
	background-image: url("../img/footerback.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size:80% 20px;

}

#footer ul{
	float: right;
	display: block;
	position: relative;
	font-size: 11px;
	margin-top: 30px;
}

#footer ul li{


position: relative;
display: block;
float: left;

}

#footer ul li a{
text-decoration: none;
color: #9c9c9c;
width: 100px;
padding: 7px 10px 7px 10px;

}
