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

	#menuM{
		position:fixed;
		top:0px;
		z-index:1000;
		height:40px;
		overflow:hidden;
	}
		#menuM ul{
			
		}
			#menuM li{
				background:#f38f2a;
				line-height:40px;
				font-size:18px;
				color:#fff;
				font-weight:400;
				letter-spacing:1px;
				border-top:1px solid #b26a22;
			}
				#menuM a{
					color:#fff;
				}
			#abajoM{
				border-bottom-left-radius:10px;
				border-bottom-right-radius:10px;
				background:#555 !important;
			}
			#botonM{
				background:#384149 !important;
				color:#cdcdcd !important;
				border-bottom-left-radius:10px;
				border-bottom-right-radius:10px;
			}

@media screen and (max-width: 380px) { 
	/* GENERAL */
	body{
		min-width:300px;
	}
	.cuerpoDelimitado{
		width:300px;
		left:50%;
		margin-left:-150px;
	}
	li{
		max-width:300px;
	}
	img{
		max-width:100%;
	}
	.b1{
		margin:0px !important;
	}
	#menu{
		display:none !important;
	}
	#menuM{
		display:block;
	}
	
	/* HEADER */
	header{
		height:auto !important;
		padding-top:0px !important;
		padding-bottom:80px !important;
	}
		header h1{
			display:none;
		}
		header h2{
			margin-top:30px !important;
		}
		header h3{
			margin-top:30px !important;
		}
		#fondoH{
			width:100% !important;
		}
		
	/* ACCD */
	#accd{

	}
		#accd article{
			margin-left:0px !important;
			margin-right:0px !important;
			display:block;
			text-align:center;
			width:auto !important;
		}
			#accd article h3{
				text-align:left;
				width:auto !important;
			}
		
	/* POR QUÉ */
	#porque{
		padding-top:50px !important;
	}
		#pqt{
			height:auto;
			padding:10px 0px;
		}
			#pqt h3{
				line-height:normal;
			}
		.mani{
			width:100%;
			height:auto;
		}
		
	/* SMM */
	#smm{
	}
		#smmSub{
			height:auto;
			padding-bottom:50px !important;
		}
		#smm article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#smm a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#inbound{
		padding-top:50px !important;
	}
		#inboundSub{
			height:auto;
		}
		#inboundSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#inboundSub article div{
				margin-right:10px !important;
				margin-left:10px !important;
			}
			#inboundSub a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#emailing{
		padding-top:50px !important;
	}
		#emailingSub{
			height:auto;
		}
		#emailingSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#emailingSub a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* INBOUND */
	#formaciones{
		padding-top:50px !important;
	}
		#formaciones article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#formaciones ul{
				display:block !important;
				margin:0px !important
			}
			#formaciones br{
				display:none !important;
			}
			#formaciones a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* SISTEMAS */
	#software{

	}
		#softwareSub{
			margin-top:80px;
			padding-top:80px;
			height:auto;
			background-position:center;
			background-size:cover;
		}
			#softwareSub a{
				margin-top:50px;
			}
			
	/* CITAS */
	#citas{

	}
		#citas .b1{
			margin-top:30px !important;
		}
		
	/* + CLIENTES */
	#masclientes{
		display:none;
	}
	
	/* CONTACTO */
	#contacto{

	}
		#contacto input{
			margin-top:10px;
		}
		#contacto textarea{
			width:262px;
			height:150px;
		}
		#datosC span{
			display:block;
		}
		#datosC i{
			margin:0px;
			color:#f38f2a;
		}
		
}

@media screen and (min-width: 381px) and (max-width: 529px) { 
	/* GENERAL */
	body{
		min-width:450px;
	}
	.cuerpoDelimitado{
		width:450px;
		left:50%;
		margin-left:-225px;
	}
	li{
		max-width:450px;
	}
	img{
		max-width:100%;
	}
	.b1{
		margin:0px !important;
	}
	#menu{
		display:none !important;
	}
	#menuM{
		display:block;
	}
	
	/* HEADER */
	header{
		height:auto !important;
		padding-top:0px !important;
		padding-bottom:80px !important;
	}
		header h1{
			display:none;
		}
		header h2{
			margin-top:30px !important;
		}
		header h3{
			margin-top:30px !important;
		}
		#fondoH{
			width:100% !important;
		}
		
	/* ACCD */
	#accd{

	}
		#accd article{
			margin-right:0px !important;
			display:block;
			text-align:center;
			width:300px !important;
			margin-left:-150px !important;
			left:50%;
		}
			#accd article h3{
				text-align:left;
				width:auto !important;
			}
		
	/* POR QUÉ */
	#porque{
		padding-top:50px !important;
	}
		#pqt{
			height:auto;
			padding:10px 0px;
		}
			#pqt h3{
				line-height:normal;
			}
		.mani{
			width:100%;
			height:auto;
		}
		
	/* WEB */
	#web{
	}
		#web article{
			width:250px !important;
		}
	
	/* SMM */
	#smm{
	}
		#smmSub{
			height:auto;
			padding-bottom:50px !important;
		}
		#smm article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#smm a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#inbound{
		padding-top:50px !important;
	}
		#inboundSub{
			height:auto;
		}
		#inboundSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#inboundSub article div{
				margin-right:10px !important;
				margin-left:10px !important;
			}
			#inboundSub a{
				left:50%;
				margin-left:-55px;
			}
			
	/* EMAILING */
	#emailing{
		padding-top:50px !important;
	}
		#emailingSub img{
			margin-left:-164px;
			left:50%;
		}
		#emailingSub{
			height:auto;
		}
		#emailingSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#emailingSub a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* INBOUND */
	#formaciones{
		padding-top:50px !important;
	}
		#formaciones article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#formaciones ul{
				display:block !important;
				margin:0px !important
			}
			#formaciones br{
				display:none !important;
			}
			#formaciones a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* SISTEMAS */
	#software{

	}
		#softwareSub{
			margin-top:80px;
			padding-top:80px;
			height:auto;
			background-position:center;
			background-size:cover;
		}
			#softwareSub a{
				margin-top:50px;
			}
			
	/* CITAS */
	#citas{

	}
		#citas .b1{
			margin-top:30px !important;
		}
		
	/* + CLIENTES */
	#masclientes{
		display:none;
	}
	
	/* CONTACTO */
	#contacto{

	}
		#contacto input{
			margin-top:10px;
		}
		#contacto textarea{
			width:70%;
			height:150px;
		}
		#datosC span{
			display:block;
		}
		#datosC i{
			margin:0px;
			color:#f38f2a;
		}
		
}

@media screen and (min-width: 530px) and (max-width: 740px) { 
	/* GENERAL */
	body{
		min-width:520px;
	}
	.cuerpoDelimitado{
		width:520px;
		left:50%;
		margin-left:-260px;
	}
	li{
		max-width:520px;
	}
	img{
		max-width:100%;
	}
	.b1{
		margin:0px !important;
	}
	#menu{
		display:none !important;
	}
	#menuM{
		display:block;
	}
	
	/* HEADER */
	header{
		height:auto !important;
		padding-top:0px !important;
		padding-bottom:80px !important;
	}
		header h1{
			display:none;
		}
		header h2{
			margin-top:30px !important;
		}
		header h3{
			margin-top:30px !important;
		}
		#fondoH{
			width:100% !important;
		}
		
	/* ACCD */
	#accd{

	}
		#accd article{
			margin-right:0px !important;
			display:block;
			text-align:center;
			width:350px !important;
			margin-left:-175px !important;
			left:50%;
		}
			#accd article h3{
				text-align:left;
				width:auto !important;
			}
		
	/* POR QUÉ */
	#porque{
		padding-top:50px !important;
	}
		#pqt{
			height:auto;
			padding:10px 0px;
		}
			#pqt h3{
				line-height:normal;
			}
		.mani{
			width:100%;
			height:auto;
		}
		
	/* SMM */
	#smm{
	}
		#smmSub{
			height:auto;
			padding-bottom:50px !important;
		}
		#smm article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#smm a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#inbound{
		padding-top:50px !important;
	}
		#inboundSub{
			height:auto;
		}
		#inboundSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#inboundSub article div{
				margin-right:10px !important;
				margin-left:10px !important;
			}
			#inboundSub a{
				left:50%;
				margin-left:-55px;
			}
			
	/* EMAILING */
	#emailing{
		padding-top:50px !important;
	}
		#emailingSub img{
			margin-left:-164px;
			left:50%;
		}
		#emailingSub{
			height:auto;
		}
		#emailingSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#emailingSub a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* INBOUND */
	#formaciones{
		padding-top:50px !important;
	}
		#formaciones article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#formaciones ul{
				display:block !important;
				margin:0px !important
			}
			#formaciones br{
				display:none !important;
			}
			#formaciones a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* SISTEMAS */
	#software{

	}
		#softwareSub{
			margin-top:80px;
			padding-top:80px;
			height:auto;
			background-position:center;
			background-size:cover;
		}
			#softwareSub a{
				margin-top:50px;
			}
			
	/* CITAS */
	#citas{

	}
		#citas .b1{
			margin-top:30px !important;
		}
		
	/* + CLIENTES */
	#masclientes{
		display:none;
	}
	
	/* CONTACTO */
	#contacto{

	}
		#contacto input{
			margin-top:10px;
		}
		#contacto textarea{
			width:70%;
			height:150px;
		}
		#datosC span{
			display:block;
		}
		#datosC i{
			margin:0px;
			color:#f38f2a;
		}
		
}

@media screen and (min-width: 741px) and (max-width: 820px) { 
	/* GENERAL */
	body{
		min-width:700px;
	}
	.cuerpoDelimitado{
		width:700px;
		left:50%;
		margin-left:-350px;
	}
	li{
		max-width:700px;
	}
	img{
		max-width:100%;
	}
	.b1{
		margin:0px !important;
	}
	#menu{
		display:none !important;
	}
	#menuM{
		display:block;
	}
	
	/* HEADER */
	header{
		height:auto !important;
		padding-top:0px !important;
		padding-bottom:80px !important;
	}
		header h1{
			display:none;
		}
		header h2{
			margin-top:30px !important;
		}
		header h3{
			margin-top:30px !important;
		}
		#fondoH{
			width:100% !important;
		}
		
	/* ACCD */
	#accd{
		text-align:center;
	}
		#accd article{
			margin-right:0px !important;
			display:inline-block;
			position:relative;
			text-align:center;
			width:300px !important;
			margin-left:20px !important;
			margin-right:20px !important;
		}
			#accd article h3{
				text-align:left;
				width:auto !important;
			}
		
	/* POR QUÉ */
	#porque{
		padding-top:50px !important;
	}
		#pqt{
			height:auto;
			padding:10px 0px;
		}
			#pqt h3{
				line-height:normal;
			}
		.mani{
			width:100%;
			height:auto;
		}
		
	/* SMM */
	#smm{
	}
		#smmSub{
			height:auto;
			padding-bottom:50px !important;
		}
		#smmSub img{
			margin-left:-250px !important;
			left:50% !important;
		}
		#smm article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#smm a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#inbound{
		padding-top:50px !important;
	}
		#inboundSub{
			height:auto;
		}
		#inboundSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#inboundSub img{
				margin-left:-259px !important;
				left:50% !important;
			}
			#inboundSub article div{
				margin-right:10px !important;
				margin-left:10px !important;
			}
			#inboundSub a{
				left:50%;
				margin-left:-55px;
			}
			
	/* EMAILING */
	#emailing{
		padding-top:50px !important;
	}
		#emailingSub img{
			margin-left:-164px;
			left:50%;
		}
		#emailingSub{
			height:auto;
		}
		#emailingSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#emailingSub a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* FORMACIONES */
	#formaciones{
		padding-top:50px !important;
	}
		#formaciones article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#formaciones ul{
				display:block !important;
				margin:0px !important
			}
				#formaciones li{
					font-size:130%;
				}
			#formaciones br{
				display:none !important;
			}
			#formaciones a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* SISTEMAS */
	#software{

	}
		#softwareSub{
			margin-top:80px;
			padding-top:80px;
			height:auto;
			background-position:center;
			background-size:cover;
		}
			#softwareSub a{
				margin-top:50px;
			}
			
	/* CITAS */
	#citas{

	}
		#citas .b1{
			margin-top:30px !important;
		}
		
	/* + CLIENTES */
	#masclientes{
		display:none;
	}
	
	/* CONTACTO */
	#contacto{

	}
		#contacto input{
			margin-top:10px;
		}
		#contacto textarea{
			width:70%;
			height:150px;
		}
		#datosC span{
		}
		#datosC i{
			color:#f38f2a;
		}
}

@media screen and (min-width: 821px) and (max-width: 1019px) { 
	/* GENERAL */
	body{
		min-width:760px;
	}
	.cuerpoDelimitado{
		width:760px;
		left:50%;
		margin-left:-380px;
	}
	li{
		max-width:760px;
	}
	img{
		max-width:100%;
	}
	.b1{
		margin:0px !important;
	}
	#menu{
		display:none !important;
	}
	#menuM{
		display:block;
	}
	
	/* HEADER */
	header{
		height:auto !important;
		padding-top:0px !important;
		padding-bottom:80px !important;
	}
		header h1{
			display:none;
		}
		header h2{
			margin-top:30px !important;
		}
		header h3{
			margin-top:30px !important;
		}
		#fondoH{
			width:100% !important;
		}
		
	/* ACCD */
	#accd{
		text-align:center;
	}
		#accd article{
			margin-right:0px !important;
			display:inline-block;
			position:relative;
			text-align:center;
			width:300px !important;
			margin-left:20px !important;
			margin-right:20px !important;
		}
			#accd article h3{
				text-align:left;
				width:auto !important;
			}
		
	/* POR QUÉ */
	#porque{
		padding-top:50px !important;
	}
		#pqt{
			height:auto;
			padding:10px 0px;
		}
			#pqt h3{
				line-height:normal;
			}
		.mani{
			width:100%;
			height:auto;
		}
		
	/* SMM */
	#smm{
	}
		#smmSub{
			height:auto;
			padding-bottom:50px !important;
		}
		#smmSub img{
			margin-left:-250px !important;
			left:50% !important;
		}
		#smm article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#smm a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#inbound{
		padding-top:50px !important;
	}
		#inboundSub{
			height:auto;
		}
		#inboundSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#inboundSub img{
				margin-left:-259px !important;
				left:50% !important;
			}
			#inboundSub article div{
				margin-right:10px !important;
				margin-left:10px !important;
			}
			#inboundSub a{
				left:50%;
				margin-left:-55px;
			}
			
	/* EMAILING */
	#emailing{
		padding-top:50px !important;
	}
		#emailingSub img{
			margin-left:-164px;
			left:50%;
		}
		#emailingSub{
			height:auto;
		}
		#emailingSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#emailingSub a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* FORMACIONES */
	#formaciones{
		padding-top:50px !important;
	}
		#formaciones article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#formaciones ul{
				display:block !important;
				margin:0px !important
			}
				#formaciones li{
					font-size:130%;
				}
			#formaciones br{
				display:none !important;
			}
			#formaciones a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* SISTEMAS */
	#software{

	}
		#softwareSub{
			margin-top:80px;
			padding-top:80px;
			height:auto;
			background-position:center;
			background-size:cover;
		}
			#softwareSub a{
				margin-top:50px;
			}
			
	/* CITAS */
	#citas{

	}
		#citas .b1{
			margin-top:30px !important;
		}
		
	/* + CLIENTES */
	#masclientes{
		display:none;
	}
	
	/* CONTACTO */
	#contacto{

	}
		#contacto input{
			margin-top:10px;
		}
		#contacto textarea{
			width:70%;
			height:150px;
		}
		#datosC span{
		}
		#datosC i{
			color:#f38f2a;
		}
}

@media screen and (min-width: 1020px) and (max-width: 1249px) { 
	body{
		min-width:1000px !important;
	}
	.cuerpoDelimitado{
		width:1000px;
		left:50%;
		margin-left:-500px;
	}
	li{
		max-width:1000px;
	}
	img{
		max-width:100%;
	}
	.b1{
		margin:0px !important;
	}
	#menu{
		display:none !important;
	}
	#menuM{
		display:block;
	}
	
	/* HEADER */
	header{
		height:auto !important;
		padding-top:0px !important;
		padding-bottom:80px !important;
	}
		header h1{
			display:none;
		}
		header h2{
			margin-top:30px !important;
		}
		header h3{
			margin-top:30px !important;
		}
		#fondoH{
			width:100% !important;
		}
		
	/* ACCD */
	#accd{
		text-align:center;
	}
		#accd article{
			margin-right:0px !important;
			display:inline-block;
			position:relative;
			text-align:center;
			width:300px !important;
			margin-left:20px !important;
			margin-right:20px !important;
		}
			#accd article h3{
				text-align:left;
				width:auto !important;
			}
		
	/* POR QUÉ */
	#porque{
		padding-top:50px !important;
	}
		#pqt{
			height:auto;
			padding:10px 0px;
		}
			#pqt h3{
				line-height:normal;
			}
		.mani{
			width:100%;
			height:auto;
		}
		
	/* SMM */
	#smm{
	}
		#smmSub{
			height:auto;
			padding-bottom:50px !important;
		}
		#smmSub img{
			margin-left:-250px !important;
			left:50% !important;
		}
		#smm article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#smm a{
				left:50%;
				margin-left:-55px;
			}
			
	/* INBOUND */
	#inbound{
		padding-top:50px !important;
	}
		#inboundSub{
			height:auto;
		}
		#inboundSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#inboundSub img{
				margin-left:-259px !important;
				left:50% !important;
			}
			#inboundSub article div{
				margin-right:10px !important;
				margin-left:10px !important;
			}
			#inboundSub a{
				left:50%;
				margin-left:-55px;
			}
			
	/* EMAILING */
	#emailing{
		padding-top:50px !important;
	}
		#emailingSub img{
			margin-left:-164px;
			left:50%;
		}
		#emailingSub{
			height:auto;
		}
		#emailingSub article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#emailingSub a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* FORMACIONES */
	#formaciones{
		padding-top:50px !important;
	}
		#formaciones article{
			width:100%;
			margin:0px;
			text-align:center;
			padding:30px 0px 0px 0px;
		}
			#formaciones ul{
				display:block !important;
				margin:0px !important
			}
				#formaciones li{
					font-size:130%;
				}
			#formaciones br{
				display:none !important;
			}
			#formaciones a{
				left:50%;
				margin-left:-55px;
				margin-top:30px;
			}
			
	/* SISTEMAS */
	#software{

	}
		#softwareSub{
			margin-top:80px;
			padding-top:80px;
			height:auto;
			background-position:center;
			background-size:cover;
		}
			#softwareSub a{
				margin-top:50px;
			}
			
	/* CITAS */
	#citas{

	}
		#citas .b1{
			margin-top:30px !important;
		}
		
	/* + CLIENTES */
	#masclientes{
		display:none;
	}
	
	/* CONTACTO */
	#contacto{

	}
		#contacto input{
			margin-top:10px;
		}
		#contacto textarea{
			width:70%;
			height:150px;
		}
		#datosC span{
		}
		#datosC i{
			color:#f38f2a;
		}
}


@media screen and (max-width: 1249px) { 
	#cuestionario h1{
		font-size:56px !important;
	}
	#cuestionario h3{
		font-size:32px !important;
	}
	#cuestionario img{
		margin-left: -100px !important;
		margin-top: 30px;
		width: 200px;
		left: 50% !important;
		display: block !important;
		position: relative !important;
	}
}
