@charset "utf-8";
/* CSS Document */

body{
	height: 100%; 
	padding: 30px;
}
.container-fluid, #review-main {
	height: auto;
} 
.col-md-9 {
	background-color: #e5f2f7; 
	height: auto;
}
#individuo {
	margin-top: 20px;
	margin-bottom: 20px;
}
#estrellas{
	margin-bottom: 20px;
}
h1 {
	font-family: allerBold;
	color: #454545;
	font-size: 22px;
}
#text-review {
	font-size: 16px;
	color: #666666;
	line-height: 1.2;
}
.izquierda {
	background-color: #FFF; 
	margin-bottom: 5px;
}
.izquierda:hover, .izquierda.activado {
	background-color: #e5f2f7; 
}
.valentina {	
	padding-left: 0px;
	line-height: 1;
}
.valentina > div {	
	padding-top: 5px;
	padding-bottom: 5px;
}
.thumb-title {
	color: #494949;
	font-size: 13px;
	font-family: allerBold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.thumb-title a{
	color: #494949;
}
.valentina .read a{
	margin-top: 5px;
	display: block;
	background-color: #EDEDED;
	color: #BABABA;
	font-style: italic;
	font-size: 13px;
	font-family: allerBold;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.izquierda:hover > div .mov, .mov.activado {
	background-color: #FF7700 !important;
	color: #FFF !important;
	text-decoration: none;
}
.izquierda:hover > div .gris, .gris.activado {	
	text-decoration: none;
}
.img-peque {
	width: 65px;
}
#nosomos {
	line-height: 1.4;
}
#titulo1 {
	margin-bottom: 20px;
}

@media (max-width: 420px){
	body{		
		padding: 10px;
	}
	.valentina {
		padding-right: 0px;
	}
	#individuo {
		width: 50%;
	}
	#titulo1{
		margin-bottom: 10px;
		font-size: 18px;
	}
	#text-review {
		font-size: 14px;
	}
	.quizasno{
		display: none;
	}
	.img-peque{
		margin-right: 10px;
		margin-left: 10px;
	}
	#text-review{
		margin-bottom: 15px;
	}
}