/*
* name: quienes somos
*/
table{
    border-spacing: 0;
}
fieldset,img{
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
/* h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#ffffff;
} */
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
/* body{
	font-family: Arial, 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
} */
/* .wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
} */
/* h1{
	font-size: 6em;
} */
p{
	font-size: 2em;
	width: 100%;
    height: 100%;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
	

}
.intro h1{
	font-size: 46px;
    line-height: 46px;
    color: #f9be00;
    margin-bottom: 40px;
    font-weight: bold;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}

/* Style for our header texts
* --------------------------------------- */
/* h1{
	font-size: 5em;
	font-family: arial,helvetica;
	color: #fff;
	margin:0;
	
} */
.section p,
.intro p{
	color: #fff;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, 'Microsoft Yahei', 'Helvetica Neue', 
	Helvetica, 'Lucida Grande', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
	
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align: center;
	background-repeat: no-repeat;
	/* height: 100vh; */
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */

/* comienzo extraidos del HTML quienes-somos4.html*/
			#section1 .intro {
				left: -130%;
				position: absolute;
				transition: all 600ms ease;
				top: 10%;
				height: 100%;
				width: 100%;
			}

			#section2 .intro {
				left: -130%;
				position: absolute;
				transition: all 600ms ease;
				top: 10%;
				height: 100%;
				width: 100%;
			}

			#section3 .intro {
				left: -130%;
				position: absolute;
				transition: all 600ms ease;
				top: 10%;
				height: 100%;
				width: 100%;
			}

			#section4 .intro {
				left: -130%;
				position: absolute;
				transition: all 600ms ease;
				top: 10%;
				height: 100%;
				width: 100%;
			}
			/*animacion para presentar*/
			body.fp-viewing-firstPage #section1 .intro {
				left: 0%;
				top: 22%;
				height: auto;
				width: 100%;
			}

			body.fp-viewing-secondPage #section2 .intro {
				left: 0%;
				top: 16%;
				height: auto;
				width: 100%;
			}

			body.fp-viewing-3rdPage #section3 .intro {
				left: 0%;
				top: 16%;
				height: auto;
				width: 100%;
			}

			body.fp-viewing-4thpage #section4 .intro {
				left: 0%;
				top: 16%;
				height: auto;
				width: 100%;
			}
			body.fp-viewing-lastPage #section5 .intro {
				left: 0%;
				top: 16%;
				height: auto;
				width: 100%;
			}
/* final  extraidos del HTML quienes-somos4.html*/
