body{
	background-color: #ffe3b9;
	color: #555555;
}

a{color: #555555;}

.lista{list-style:square url("../img/square.gif");}

.cuerpo{
	margin: 30px 10% 10%;
	font-family: 'Salsa';
}

.caja{
	background-color: #ffffff;
	border: 2px #ff9900 solid;
	border-radius: 5px;
}


/***** CABECERA ***************/
.cabecera{
	margin-bottom: 7px;
	min-height: 107px; /* ojo, modificado para el logo pequeño, antes 137px */
}

.logo{
	float: left;
	width: 35%; /* ojo, modificado para el logo pequeño, antes 45% */
	min-width: 230px;
	text-align: center;
}

.menu{
	float: right;
	text-align: center;
	padding-left: 0px;
}

.menu ul{
	list-style-type: none; 
	padding:0;
	overflow: auto;
	margin: 0 auto;
}


.enlace{
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin-top: 33px; /* ojo, modificado para el logo pequeño, antes 60px */
	margin-left: 5px;
	padding-left: 8px;
	padding-right: 8px;
	width: 60px;
	cursor: pointer;
	/* para el saltito */
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out; 
}
.enlace img{ border: 0px; }
.enlace:hover{	margin-top: 23px; }

.menu a{
	color: #555555;
	text-decoration: none;
}



/******* CONTENIDO GENERAL *****************/

.transpa{
	font-family: 'Droid Sans', sans-serif;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	margin-bottom: 5px;
}

.titulo{
	font-family: 'Salsa';
	font-size: 23px; /* ojo, modificado para el logo pequeño, antes 28px */
	color: #ff9900;
	border-bottom: 1px #ff9900 solid;
	margin-top: 14px;
	padding-bottom: 0px;
}

.intro{	margin: 20px; }


.gruposervicio{
	margin: 20px;
	display: block;
}

.servicios{	margin-top: 15px;}

figure.demo, figure.demo img {
	width: 600px;
}

.tituloservicio{
	border-bottom: 1px #aaaaaa solid;
	font-family: 'Salsa';
	font-size: 18px;
}


/****** LISTADO DE SERVICIOS *****************/
.listaservicios{
	list-style-type: none;
	padding:0;
	overflow: auto;
	margin: 0 auto;
}

.servicios ul{
	list-style-type: none;
}

.cajaservicio{
	float: left;
	border: 1px #ff9900 solid;
	border-radius: 5px;
	width: 30%;
	margin: 7px;
	list-style-type: none;
	}

/* En home */
.cajaserviciohome{	height: 195px;  /* Esto no me vale  */	}

.servidefault{	background: url(../img/servicios/pistas_blanco.png) no-repeat center;}
.servipista{	background: url(../img/servicios/pistas_blanco.png) no-repeat center;}
.serviflexi{	background: url(../img/servicios/flexi_blanco.png) no-repeat center;}
.servipuzzle{	background: url(../img/servicios/puzzle_blanco.png) no-repeat center;}
.serviprivado{	background: url(../img/servicios/privado_blanco.png) no-repeat center;}
.servipistas{	background: url(../img/servicios/pistas_blanco.png) no-repeat center;}
.servirepo{		background: url(../img/servicios/repositorio_blanco.png) no-repeat center;}

.imgserviciohome{
	border-bottom: 1px #aaaaaa solid;
	height: 70px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.titserviciohome{
	text-align: center;
	font-family: 'Salsa';
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.descserviciohome{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}


/* En Servicios */
.cajaservicioservicios{	height: 155px;  /* Esto no me vale  */ }

.imgservicioservicios{
	display: inline;
	float: right;
	margin: 5px;
}

.titservicioservicios{
	text-align: center;
	font-family: 'Salsa';
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px #aaaaaa solid;
}

.descservicioservicios{
	font-size: 12px;
	text-align: justify;
	margin: 10px;
}

/******/


/****** PIE DE PAGINA **************/
.partners{
	height: 55px;
	padding: 10px 20px 10px 20px;
	color: #ff9900;
	font-size: 16px;
	width: 18%;
	min-width: 140px;
	text-align: center;
	vertical-align: middle;
	float: left;
	
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	
	display:-moz-box;
	-moz-box-orient:horizontal;
	-moz-box-pack:center;
	-moz-box-align:center;

	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	display:box;
	box-orient:horizontal;
	box-pack:center;
	box-align:center;
	
}

.partners img {
	margin: -4px 2px 2px 2px;
}

.pie{
	height: 55px;
	padding: 10px 20px 10px 20px;
	color: #ff9900;
	font-size: 16px;
	width: 70%;
	float: right;
}

.contacto{	margin-top: 10px; float: left; }
.logopie{	float: right; }

footer{
	font-size: 14px;
	text-align: right;
	clear: both;
}

/****** CAJAS INFERIORES DE PUBLICIDAD *******/
/*
.publicidad{
	height: 120px;
}

.anuncio{
	width:48%;
	height: 90%;
	text-align: center;
	float: left;
}

.anuncio2{
	float: right;
}
*/

@media all and (max-width: 1024px) {

	.logopie{	display: none; }
	.pie { width: 61%;}
}

@media all and (max-width: 800px) {
	.servidefault, .servipista, .serviflexi, .servipuzzle, .serviprivado, .servipistas, .servirepo{
		background: none;}
	.imgserviciohome, .imgservicioservicios { display: none; }
	figure.demo, figure.demo img {
		width: 400px;
	}
}


