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

html, body, ul, li, h1, h2, h3, h4, h5, h6, img, p, iframe {
	margin:0px;
	padding:0px;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;	
}
html, body {
	height: 100%;
	overflow:hidden;
	}

body{
	background-image:url(imagenes/text6.png);
	background-size: 200px;
	background-color:#000;
	}

.contenedor1{
	/*height:170px;*/
	background-image:url(imagenes/text6.png);
	background-size: 200px;
	background-color:#000;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.85);
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.85);
	z-index: 1 !important;
	position: relative !important;
	}

.container{
	max-width:1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
	display:flex;
	}

.textoPag{
    margin-top: 50px;
}

.place1{
	width: 33.3%;
	height: 121px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

.place1 img{
	max-width: 50%;
    min-width: 40%;
	margin-top: 10px;
	margin-left: 60px;
}

.place2 img{
	max-width: 66%;
    min-width: 40%;
	margin-top: 40px;
	margin-left: 14px;
}

.place2{
	width: 33.3%;
	height: 121px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

.place3{
	width: 33.3%;
	height: 121px;
	float: right;
	
}

.place4{
    width: auto;
    height: 40px;
    margin-top: 15px;
}


/*.container img{
	max-width:60%;
	min-width:40%;/*Estos valores se dan para escalar la imagen y evitar que se reduzca al menos de este tamaño*/
	/*margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:center;
	}*/
	
h3{
	font-family: "Open Sans";
text-align: center;
color: #CCC;
font-size: 1rem;
margin-bottom:10px;
}

.framePrincipal{
	background-color:#FFF;
	height:100%;
	width:100%;
	}

iframe { display:block;
         width:100%;
         border:none;
        background-color: white;
        background-image: url(imagenes/text7.png);}

#pagext{
width: 100%;
overflow: hidden;
height: 100%;
position:absolute;
}

h3 a{
	font-size: 1em;
	text-decoration:none;
	color:#CCC;
	}
h3 a:hover{
	font-size: 1em;
	color:#FC0;
	text-decoration:underline;
	}
h3 a:visited{
	font-size: 1em;
	color:#CCC;
	text-decoration:none;
	}


/*media query*/

@media (max-width:480px){
	.contenedor1 h3{
			text-align: center;
			color: #CCC;
			font-size: 0.65em;
			margin-bottom:10px;
        margin-top: 22px;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 1.2;}
	
	.place1{
	height:80px;}
	
	.place1 img {
    max-width: 78%;
    min-width: 40%;
    margin-top: 22px;
    margin-left: 16px;}
	
	.place2{
	height:80px;
	}
	
	.place2 img {
    max-width: 75%;
    min-width: 40%;
    margin-top: 40px;
    margin-left: 11px;}
	
	.place3{
	height:80px;
	}
	
	.a-btn{
		margin-top: 33px !important;
		margin-left: 14px !important;
		height: 30px !important;
	}
	
	.icono{
	height: 20px !important;
    width: 18px !important;
	}
	
	.a-btn-text {
		display: none !important;
	}
	.a-btn-slide-text{
		font-size: 10px !important;
		padding-top: 3px !important;
		
	}

	.a-btn:hover .a-btn-slide-text {
    width: 77px !important;
	right: 39px !important;}

	.a-btn:hover {
    padding-right: 117px !important;}
}


@media (min-width: 481px) and (max-width: 1023px){}

@media (min-width: 706px) and (max-width: 1023px){}

@media (min-width: 1024px) and (max-width: 1900px){}



/*-----------------Boton---------------------*/

.a-btn{
    /*background:#80a9da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );*/
	background: linear-gradient(270deg, #2be2b3, #3c63eb, #f63707, #ffbe0d);
	background-size: 600% 600%;
	/*animation: AnimationName 5s ease-out infinite;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;*/
	-webkit-animation-name: AnimationName;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
	animation-name: AnimationName;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-duration:5s;
    padding-left:11px;
    padding-right:50px;
    height:40px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px auto;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
	font-family: "Oswald";
	text-align: center;
	margin-top: 39px;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@keyframes AnimationName { 
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}

.a-btn-text{
    padding-top:6px;
    display:inline-block;
    font-size:14px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:white;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	line-height: 1;
}
.a-btn-slide-text{
	padding-top: 3px;
    position:absolute;
    height:100%;
    top:0px;
    /*right:40px;*/
	right:36px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:14px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:center;
	line-height: 1.2;
    /*text-indent:10px;*/
    overflow:hidden;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}

.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:37px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(imagenes/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

/*Icono izquierdo*/
.a-btn-icon-left{
    position:absolute;
    right:160px;
    top:0px;
    height:52px;
    width:52px;
   background-color: aliceblue;
}
.a-btn-icon-left span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
   
}

.icono{
	       float: left;
    position: relative;
    height: 30px;
    width: 27px;
    top: 5px;
    background-image: url(imagenes/standBy.png);
	background-size: 90% 90%;
	background-repeat: no-repeat;
    margin-right: 5px;
}

.a-btn:hover .icono{

    background-image: url(imagenes/standByBlack.png);

}

/*------*/




.a-btn:hover{
    padding-right:140px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	background: #ffd400;
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:black;
}
.a-btn:hover .a-btn-slide-text{
    width:100px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}