div.upf,
div.nucleo-animador,
div.bono-contribucion,
div.grupo-de-oracion,
div.nosotros-podemos,
div.actividades,
div.ropero-solidario{
	margin: 0 auto;
	max-width: 860px;
	text-align:center;
}
h1.upf{
	color:#15BFFA;
	font-family: 'Covered By Your Grace', cursive;
	font-size:48px;
	margin: 0 0 30px;
	text-align:center;
}
h2.upf{
	color: #131313;
	font-family: "Covered By Your Grace",cursive;
	font-size: 25px;
	margin: 0 0 20px;
	text-align: left;
}
h3.upf{
	color: #444444;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}
h4.upf{
	color: #444444;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
div.pestanias div.nucleo-animador div.img{
	background-color:#99E5FF;
	background-image:url(imgs/upf/upf_01.jpg);
}
div.pestanias div.bono-contribucion div.img{
	background-color:#99E5FF;
	background-image:url(imgs/upf/upf_02.jpg);
}
div.pestanias div.grupo-de-oracion div.img{
	background-color:#99E5FF;
	background-image:url(imgs/upf/upf_03.jpg);
}
div.pestanias div.nosotros-podemos div.img{
	background-color:#99E5FF;
	background-image:url(imgs/upf/upf_04.jpg);
}
div.pestanias div.ropero-solidario div.img{
	background-color:#99E5FF;
	background-image:url(imgs/upf/upf_05.jpg);
}
div.pestanias div.actividades div.img{
	background-color:#99E5FF;
	background-image:url(imgs/upf/upf_06.jpg);
}
#upf div.titulo {
	color:#16C0FB;
    font-size: 28px;
}
#upf a.tab > div {
    height: 132px;
}
#upf a.tab div.txt p {
    font-size: 14px;
}
#upf{
	margin-bottom:60px;
}
div.grupo-de-oracion p.celeste{
	background-color: #16c0fb;
	font-size: 17px;
	margin-top: 70px;
	padding: 10px;
	color:#FFFFFF;
}
div.comun{
	max-width:830px;
	margin:0 auto 40px;
}
div.comun p{
	color: #444444;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	margin: 0 0 10px;
	text-align: left;
	max-width:430px;
}
div.actividades div.sincolumnas{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;	
	justify-content: space-evenly;
	flex-wrap: wrap;
}
div.actividades div.sincolumnas>div{
	margin-bottom: 20px;
	width: 400px;
}
div.actividades div.sincolumnas>div h2{
	font-size:20px;
	text-align:center;
}
div.actividades div.sincolumnas div.fotos{
	border-radius: 15px;
	box-shadow: 5px 5px 10px #bbb;
	height:200px;
	margin-bottom: 20px;
	overflow:hidden;
	position:relative;
	width:400px;
}
div.actividades div.sincolumnas div.derecha,
div.actividades div.sincolumnas div.izquierda{
	/*background-color:#FFF;*/
	background-repeat:no-repeat;
	background-size:contain;
	/*border:solid 2px #000000;*/
	/*border-radius:15px;*/
	box-sizing:border-box;
	cursor:pointer;
	height:30px;
	margin-top:-15px;
	position:absolute;
	text-align:center;
	top:50%;
	width:30px;
	z-index:2;
	font-weight: bold;
	font-size: 20px;
}
div.actividades div.sincolumnas div.izquierda{
	background-image:url(./imgs/izquierda.png);
	left:10px;
}
div.actividades div.sincolumnas div.derecha{
	background-image:url(./imgs/derecha.png);
	right:10px;
}
div.actividades div.sincolumnas div.largo{
	left:0;
	height:200px;
	position:absolute;
	transition:ease all .5s;
}
div.actividades div.sincolumnas div.largo img{
	float:left;
}
