@charset "utf-8";
/* CSS Document */

	@-webkit-keyframes mymove {
			0%   {background-position: 0 0;}
			100% {background-position: 30px 0px;}
	}

	/* Standard syntax */
	@keyframes mymove {
		0%   {background-position: 0 0;}
		100% {background-position: 60px 0px;}
	}
	.izq{
		width: 72px;
		height: 72px;
		background: #A43E4B  url(../imagenes/flechanueva.png);
		border-radius: 50%;
		animation: mymove 1.5s infinite;
		background-repeat: no-repeat;
	}
	.der{
		width: 72px;
		height: 72px;
		background: #A43E4B  url(../imagenes/flechanueva.png);
		border-radius: 50%;
		animation: mymove 1.5s infinite;
		background-repeat: no-repeat;
		transform: rotate(180deg);
	}
	/*body{
		font-family:'Humanstlt1';
		border:0px;
		margin:0px;
	}*/
	body {
		font-family: 'Open Sans', sans-serif;
		border:0px;
		margin:0px;
	}
	p{
		margin:0px;
	}
	ul{
		list-style-type:none;
		background:#29774C;
		padding: 9px;
	}
	.mitadUno{
		display: inline-block;
		background-color: #f0f0f0;
		background-image: url(../imagenes/fondoproxima.png);
		width: 44%;
		height: 650px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: -58px;
		}
	.mitadDos{
		display:inline-block;
		width:54.7%;
		text-align:center;
		vertical-align: top;
		}
	.mitadDosa{
		width: 744px;
	    height: inherit;
	    color: #424242;
	    font-size: 4.5em;
	    display: inline-block;
	    vertical-align: top;
	    text-align: center;
	    padding-left: 0;
			line-height: 80px;
			margin-bottom: .6em;
		}
	.mitadDosb{
		/*width:100%;*/
		height:89px;
		}
	.mitadDosc{
		/*width:100%;*/
	    height: inherit;
		}
	.mitadDosd{
		height: inherit;
		padding-top: 46px;
		text-align: center;
		}
.mitadotra{
	display: inline-block;
	width: 55.4%;
	padding-top: 3em;
	vertical-align: top;
}

.mitadDosb li {
	text-align: center;
}

.precuer {
	font-size: 1.5em;
	color: #333333;
	font-size: 1.4em;
	margin: auto;
	width: 96%;
	padding-top: 2em;
	text-align: center;
}

@media only screen and (max-width: 800px) {

	body{
		width: 100%;
	}
	.mitadUno {
	    display: inline-block;
	    background-color: #f0f0f0;
	    background-image: url(../imagenes/fondoproxima.png);
	    width: 100%;
	    height: 106px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position-y: -13em;
			background-position-x: 2em;
	}
	.mitadDosa {
	    width: inherit;
		}

	.mitadDosd {
		margin-bottom: 2em;
		}

.seccion2a {
	margin-top: 0px;
	position: absolute;
	position: relative;
	top: -32em;
  width: 26%;
}
.mitadotra {
		width: inherit;
		}

		.precuer {
			font-size: 1.15em;
		}
}
