/* CSS Document */



CSS Reset - margin: 0; padding: 0; border: 0;{}

.contenido
{
	margin-top: 165px;
}

.slogan
{
	margin-left:0;
	margin-bottom:10px;
}

.licencias_parent
{
	margin-top: 35px;
	padding:10px;
}

.licencias
{
	padding-bottom:30px;
}

.titol_licencia, .gratis, .num, .num2
{
	margin-top: 20px;
}

.gratis
{
	margin-top: 30px;
}

.num, .num2
{
	margin-top: 5px;
}

.euros, .euros2
{
	margin-top: 40px;
	padding-left:5px;
}

.licencias ul 
{
	padding-top:15px;

}

.licencias ul li
{
	padding-left:40px;
	padding-right:10px;

}

.licencias ul li p
{
	padding-bottom:10px;
	padding-top:10px;
}

.bigbutton
{
	margin-left:40px;
	margin-top: 30px;
}

.bigbutton:hover
{
	margin-left:40px;
	margin-top: 31px;
}

.bigbutton:active
{
	margin-left:40px;
	margin-top: 33px;
}

CSS Presets - Typography, colors, links ----------------------------------------------------------{}

.slogan
{
	color:#e34134;
	letter-spacing:-2px;
}

.licencias_parent
{
	background-color:#f2f2f2;
}

.licencias
{
	background-color:white;
	border:solid;
	border-color:#f2f2f2;
	border-width:3px;
}

.cab_licencia
{
	background-color:#3c3c3c;
}

.titol_licencia
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 28px;
	font-style: normal;
	color: #cacaca;
}

.gratis
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 30px;
	font-style: normal;
	color: white;
}

.num, .num2
{
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 60px;
	font-style: normal;
	color:#bdd765;
}

.num2
{

	color:#b5d6db;
}

.euros, .euros2
{
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 19px;
	font-style: normal;
	color:#bdd765;
}

.euros2
{

	color:#b5d6db;
}

.licencias ul li
{

}

.check_black
{
	background-image:url(img/check-icon.png);
	background-repeat:no-repeat;
	background-position:10px 9px;
}

.check_verd
{
	background-image:url(img/check-verd-icon.png);
	background-repeat:no-repeat;
	background-position:10px 9px;
}

.check_blau
{
	background-image:url(img/check-blau-icon.png);
	background-repeat:no-repeat;
	background-position:10px 9px;
}

.check_gris
{
	background-image:url(img/check-gris-icon.png);
	background-repeat:no-repeat;
	background-position:10px 9px;
	color: #CCC;
}


.licencias ul li p
{
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color: #E0E0E0;
}

.bigbutton
{
	text-align:center;
	background-image:none;
}

.bigbutton:hover
{
	text-align:center;
	background-image:none;
}

.bigbutton:active
{
	text-align:center;
	background-image:none;
}

General Structure - mesures --------------------------------------------------------------{}

header
{
	z-index:999;
}

.minisearch_bar
{
	height:70px;
}

.minicontenido
{
	height: auto;
	position:relative;
}

.slogan
{
	width:100%;
}

.licencias_parent
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}

.licencias
{
	width:33.3%;
	float:left;
	height:auto;
	position:relative;
}

.cab_licencia
{
	width:100%;
	float:left;
	height:140px;
	position:relative;
}

.titol_licencia
{
	width:100%;
	float:left;
	position:relative;
}

.gratis
{
	width:100%;
	float:left;
	position:relative;
}

.num, .num2
{
	width:50%;
	float:left;
}

.euros, .euros2
{
	width:50%;
	float:left;
}

.num2
{
	width:55%;
}

.euros2
{
	width:45%;
}

.licencias ul 
{
	float:left;
	width:100%;

}

.licencias ul li
{
	width:100%;
}

.licencias ul li p
{
	width:100%;
}

.bigbutton
{
	float:left;
	position:relative;
}

@media screen and (max-width: 1030px) {

.bigbutton
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.bigbutton:hover
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.bigbutton:active
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

}

@media screen and (max-width: 767px) {
	
.minisearch_bar
{
	height: 80px;
}

.contenido
{
	margin-top: 185px;
	height:auto;
}


.licencias_parent
{
	height:auto;
}

.licencias
{
	width:100%;
}

.bigbutton
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.bigbutton:hover
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.bigbutton:active
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

}