/*
	Theme Name: Vuela Libre 2.0 test
	Theme URI: http://jgalindodesign.com
	Description: Movimiento Vuela Libre Wordpress Theme
	Version: 2.0
	Author: JG
	Author URI: http://jgalindodesign.com
	Tags: Vuela Libre, movimiento, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Raleway', sans-serif;
	color:#4A4A4A;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1{
	
	font-weight: 800;
	font-size: 48px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
/*
	max-width:1280px;
	width:95%;
*/
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	
}
/* logo */
.logo {

/*
	display: block;
	float: left;
    background-color: white;
    padding: 18px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    border-radius: 0px 0px 7px 7px;
    position: relative;
    z-index: 299;
*/

}


.logo-img {
	
/* 	width: 150px; */

}
/* nav */
.nav {
	
	

}

.nav-desktop{
/* 		margin-top: 15px; */
	}
	
.nav ul{
	
/*
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
*/
	
}

.nav ul li{
	
	list-style: none;
	
}

.nav ul li a {
	
/*
	font-weight: 700;
	color: #4A4A4A;
	font-size: 13px;
	margin:0px 10px;
	padding: 0px 0px 23px 0px;
	text-transform: uppercase;
*/
}

.nav ul li a:hover {
	
/*
	color: #E72971;
	border-bottom: 5px solid #E72971;
*/

}

.slider_principal{
	
	display: block;
	height: 600px; 
	background-image:url(img/Shape.png), url(img/head_paginas/quienes_somos.jpg);
	background-size:auto 100%, cover auto;
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	color: #fff;
}

.contenido{
	
	padding: 120px 0px;
	width: 50%;
}

.contenido p{
	
font-weight:bold;

}

.contenido h3{
	
	font-size: 20px;
	
}

.boton_ver_mas{
	
	background-color: #22B8A8;
	width:180px;
	padding: 12px 0px;
	display: block;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.boton_ver_mas:hover{
	
	background-color: #1C978A;
	color: #fff;
}

.boton_mas_act{
	
	background-color: #E72971;
	width:200px;
	padding: 12px 8px;
	margin:auto;
	display: block;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.boton_mas_act:hover{
	
	color: #4AC4B7;
}

.call_to{
	
	background-color: #4AC4B7;
	height: 130px;
	text-align: center;
	color: #fff;

	
}

.call_to h2{
	
	font-size: 20px;

	
}

.call_to a{
	
	margin:auto;
	text-align: center;
	background-color: #FDE74C;
	color: #19867B;
	width: 130px;

}

.paises_miembro{
	
	min-height: 745px;
	height: auto;
	display: block;
	background-color: #fff;
	background-image:url(img/bg_paises.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: auto 50%;
	background-position: right center;
}

.paises_miembro h1{
	
	display: block;

}


.barra{
	display: block;
	border-bottom: 5px solid #E72971 !important;
	width: 80px;
	line-height: 0;
    margin-top: -35px;
	
}



.nav_paises{
	
/* 	background-color: #E72971; */
	color: #fff;
	display: block;
	
}

.nav_paises ul {
	
/*     background-color: #E72971; */
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
}


.nav_paises ul li{
	
	list-style: none;
	padding: 14px 70px;
	background-color: #E72971;
	margin: 4px 4px;
	text-align: center;
	
}

.nav_paises ul li a{
	
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 12px;
	text-align: center;
	
	
}


.nav_paises ul li a:hover{
	
	border-bottom: 4px solid #fff;
	
}

.datos_pais{
										

	display: flex;
	flex-direction:column;
	flex-wrap:wrap;

	width:405px;
	height:auto;
	margin:auto;
	padding:30px;
	border-bottom:dashed 2px #A6A6A6;

										
	}
									
	.datos_pais .dato h1 {
	
	margin:0px;
	padding:0px;
	color:#26B9A8;
	font-size: 30px;
	
	}
									
	.indicador{
										
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
										
	}
									
	.gestion h2 {
										
	font-size: 28px;
	color:#E72971;
	}
									
	.item_pais{
										
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}




.map_paises{
	
	display: block;
	float: right;
	padding: 30px;
	
}

.actividades_home{
	
	background-color: #D6F2EF;
	min-height: 745px;
	height: auto;
	padding-bottom: 30px;
}

.actividades_home h1{
	
	display: block;
	width: 80px;
	border-bottom: 5px solid #E72971;
	
	
}

.actividad{
	
	width: 100%;
	height: auto;
	display: block;
		
}

.actividad a{
	
	display: block;
	transition: all 0.3s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.actividad a:hover{
	
	opacity: .7;
	
}

.img_actividad img{
	
	width: 350px;
	height: 350px;
	overflow: hidden
	
}

.img_actividad img{
	
	width: 100%;
	
}

.actividad h4{
	
	font-size: 16px;
	color:#9B9B9B;
	font-weight: normal;
	
}

.titl_actividad{
	
	padding: 10px;
	color: #48A9A6;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	display: block;
	background-color: #FDF0D5;
	height: 110px;
    overflow: hidden;
    margin-bottom: 35px;
	
}

.titl_actividad h3{
	
	margin-top: 9px;
	
}

.titl_actividad h3 a{

color: #26B9A8;

}

.clear{
	
	clear: : both;
}

.nosotros{
	
	background-image: url(img/bg_nosotros.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 60%;
	background-attachment: fixed;
}

.cont_escnna{
	
	background-image: url(img/bg_nosotros.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 60%;
	background-attachment: fixed;
}


.quienes_somos h2{
	
	padding: 5px 5px 5px 15px;
	background-color: #E72971;
	color: #fff;
	font-size: 24px;
	
}

.quienes_somos ol li {
	
	margin:10px 0px;
}

.quienes_somos ul li {
	
	margin:10px 0px;
}

.quienes_somos td tr {
	
	font-size: 12px;
}

.escnna h2{
	
	padding: 5px 5px 5px 15px;
	background-color: #26B9A8;
	color: #fff;
	font-size: 24px;
	
}

.escnna .destacado{
	
	font-size: 16px;

}

.escnna ol li {
	
	margin:10px 0px;
}

.escnna ul li {
	
	margin:10px 0px;
}

.escnna i{
	
	display: inline-block;
	padding: 15px;
	
}

.escnna .wp-block-file .wp-block-file__button {
	
	display: block !important;
    float: right !important;
	
}

/* sidebar */
.sidebar {
	
	padding: 20px;

}
/* footer */
.footer {
	
	background-color: #313131;
	height: auto;
	color: #fff;
	text-align: center;
	padding-top: 20px;

}

.menu_footer ul li{
	
	color: #fff;
	list-style: none;
	text-align: left;
}

.menu_footer ul li a{
	
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.menu_footer ul li a:hover{
	
	color: #E72971;
}


.footer .red_soc{
	
	color:#D6F2EF;
	font-size: 35px;
	margin: auto;
	
}

.footer .red_soc li{
	
	list-style: none;
	display: inline-block;
	
}

.footer .red_soc li a{
	
	color:#D6F2EF;
	transition: all 0.3s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.footer .red_soc li a:hover{
	
	color:#E72971;
	
}

.copyright{
	
	text-align: center;
	
}

.slider_pagina{
	
	display: block;
	height: 600px; 
	background-image:url(img/Shape.png);
	background-size:auto 100%, 100% auto;
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	color: #fff;
}

.slider_pagina1{
	
	display: block;
	height: 400px; 
	background-image:url(img/Shape.png), url(img/slider_home.jpg);
	background-size:auto 60%, 100% auto;
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	color: #fff;
}

.slider_pagina2{
	
	display: block;
	height: 400px; 
	background-image:url(img/Shape.png), url(img/head_paginas/escnna.jpg);
	background-size:auto 50%, 100% auto;
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	color: #fff;
}

.slider_pagina3{
	
	display: block;
	height: 600px; 
	background-image:url(img/Shape.png), url(img/head_paginas/escnna.jpg);
	background-size:auto 100%, 100% auto;
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	color: #fff;
}

.slider_pagina4{
	
	display: block;
	height: 400px; 
	background-image:url(img/Shape.png), url(img/head_paginas/actividades.jpg);
	background-size:auto 60%, 100% auto;
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	color: #fff;
}

.slider_pagina5{
	
	display: block;
	height: 400px; 
	background-image:url(img/Shape.png), url(img/head_paginas/contacto.jpg);
	background-size:auto 50%, 100% auto;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat;
	color: #fff;
}

.slider_pagina6{
	
	display: block;
	height: 400px; 
	background-image:url(img/Shape.png), url(img/head_paginas/biblioteca1.jpg);
	background-size:auto 50%, 100% auto;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat;
	color: #fff;
}

/*------------------------------------*\
   Paises miembros
\*------------------------------------*/

.boton_pais{
	
	display: block;
	height: auto;
	background-color: #E72971;
	color: #fff;
	border-radius: 6px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.boton_pais:hover{
	

	background-color: #26B9A8;

	}

.boton_pais h2{
	
	font-size: 25px;
	color: #fff;
	vertical-align: middle;
	margin: auto;
	padding: 11px;
	
}

#accordion{
	
	padding-bottom: 20px;
}

#accordion .panel-heading{
	
	margin: 10px 0px;
	
}

.paisesmiembro p{
	
	font-size: 16px;
}

.paisesmiembro h2{
	
	font-size: 20px;
}

.contacto_pais{
	
	border-left: 1px dashed #4A4A4A;
	padding-left: 20px;
	
}

.contacto_pais p{
	
	font-size: 14px;
}

.contacto_pais h3 {
	
	font-size: 18px;
	
}

.aliados{
	
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
	
	
}

.aliado{
	
	text-align: center;
	background-color: #59BAAE;
	color: #fff;
	padding: 8px;
	border-radius: 6px;
	height: 90px;
	width: 190px;
	margin: 5px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.aliado:hover{
	
	background-color: #41887F;
	
}

.aliado a{
	
	color: #fff;
	font-weight: 700;
}




/*------------------------------------*\
    Actividades
\*------------------------------------*/

article h2{
	
	font-size: 30px;
}

article h3{
	
	font-size: 18px;
}

article p  {
	
	font-size: 16px;
}

article a  {
	
	font-size: 16px;
}


article ul li {
	
	font-size: 16px;
}

article ol li {
	
	font-size: 16px;
}

.cont_actividades {
	
	padding: 40px 0px;
	
}

.selector_pais select{
	
	background-color: #E72971;
	border:none;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 170px;
	height: 30px;
	margin: auto;
	
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



.presentation{
	
	display: block;
    margin: 30px auto;
}

/*------------------------------------*\
    CONTACTO
\*------------------------------------*/


.form_contacto{
	
	background-color: #22B8A8;
	background-image: url(img/bg_contacto.png);
	padding: 10px 30px;
	border-radius:6px;
	margin: 20px;
	
}

.form_contacto h2{
	
	color: #fff;
}

.form_contacto form{
	
	text-align: center;
	
}

.form_contacto form p label{
	
	text-align: left !important;
}

.form_contacto form label{
	
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: left !important;

}

.form_contacto form input{
	
	border-radius: 15px;
	padding: 6px 12px;;
	border:none;
	
}

.form_contacto form textarea{
	
	border-radius: 15px;
	padding: 6px 12px;;
	border:none;
	
}

.form_contacto form input[type="submit"]{
	
	background-color: #E72971;
	padding: 6px 12px;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.form_contacto form input[type="submit"]:hover{
	
	background-color: #A91E53;
}

.datos_contacto{
	
	background-color: #E72971;
	background-image: url(img/bg_contacto.png);
	padding: 10px 30px;
	border-radius:6px;
	margin: 20px;
	color: #fff;
	
}

.datos_contacto h2{
	
	font-size: 28px;
}

.datos_contacto h4{
	
	font-size: 14px;
}


.wpcf7-response-output {
	
	font-size: 16px;
    font-weight: 700;
    color: #ffffff;
	
}


.wpcf7-mail-sent-ok{
	
	border:2px solid #E72971;
	
}

.cont_descarga{
	
	padding: 15px;
    background-color: whitesmoke;
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	
}

.cont_descarga a{
	
	font-size: 14px;
}

.cont_descarga .wp-block-file__button{
	
	background-color: #E72971 !important;
	font-weight: 700;
	
	
}

.mapa{    
	
	padding: 10px 30px;
    border-radius: 6px;
    
    }
    


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
	

	
/*
	.navbar-collapse{
		
		display: block;
		background-color: #fff;
		margin-top: 140px;
	}
*/
	
	

}
@media only screen and (max-width:480px) {
	
			            .iso{
			            width: 85px !important;
			            margin-top: -12px;
			            
		            }
	
/*
	.navbar-header button{
		
		display: block;
		float: right;
		margin-top: 24px;
		border: none;
		font-size: 20px;
		
	}
*/
	

/*
	.nav{
		
		background-color: #fff;
		
	}
*/
	
/*
	.nav ul{
		
		background-color: #fff;
	}
*/
	
/*
	.nav ul{
	
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
	
}
*/
	
/*
	.nav ul li{
		
		display: block;
		padding: 10px 5px;
		
	}
*/
	
/*
	.nav ul li a {
	font-weight: 700;
	color: #4A4A4A;
	font-size: 14px;
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;

	}
*/
	
/*
	.nav_paises ul li{
	
	list-style: none;
	padding: 14px 70px;
	background-color: #E72971;
	margin: 4px 4px;
	text-align: center;
	width: 80%;
	
	}
*/
	
/*
	.logo{
		
		width: 150px;
	}
*/
	
	
/*
	.collapse{
		
		display: block;
		background-color: #fff;
		float: left;
		position: relative;
		width: 100%;
	}
*/
		
	.contenido{
		
		width: 100%;
		
	}
	
	
	.call_to{
		
		height: 160px;
		
	}
	
	.slider_principal {
		
	background-size: auto 16%, auto 100%;
background-position: top left, center center;
		
	}

	.slider_pagina1{
		
		background-size: 100% auto, auto 100%;
		background-position: left top , center center;
		
	}
	
	.slider_pagina2{
		
		background-size: 100% auto, auto 100%;
		background-position: left top , center center;
		
	}
	
	.slider_pagina3{
		
		background-size: 100% auto, auto 100%;
		background-position: left top , center center;
		
	}
	
	.slider_pagina4{
		
		background-size: 100% auto, auto 100%;
		background-position: left top , center center;
		
	}
	
	.slider_pagina5{
		
		background-size: 100% auto, cover;
		background-position: left top , center center;
		
	}
	
	.paises_miembro{
	
		background-image: none;	
		
	}
	

	
	.datos_pais {
		
		width: 300px;
		height: auto;
		margin: auto;
		padding: 15px;
		border-bottom: dashed 2px #A6A6A6;
		
	}
	
	.wp-block-table{
		
		width: 300px;
		overflow: scroll;
	}
	
	.presentation {
		display: block;
		margin: 30px auto;
		width: 270px;
	}
	
	.aliado{
		
		width: 280px;
	}
	
	.img_actividad img {
		
		width: 100%;
		height: 100%;
	}
	
	.form_contacto {
		
		margin: 20px 0px;
		
	}
	
	.form_contacto form input {
		
		width: 255px;
	}
	
	.form_contacto form textarea {
		
		width: 255px;
	}

}


@media only screen and (min-width:768px) {
	
	
	
}

@media only screen and (max-width:768px) {
	

/*

		.navbar-header button{
		
		display: block;
		float: right;
		margin-top: 24px;
		border: none;
		font-size: 20px;
		
	}
*/
	
/*
		.collapse{
		
		display: block;
		display: block;
		background-color: #fff;
		float: left;
		position: relative;
		width: 100%;
	}
*/
	
/*
		.nav ul{
	
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
	
}
*/
	
/*
	.nav ul li a {
	font-weight: 700;
	color: #4A4A4A;
	font-size: 14px;
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;

	}
*/
	
/*
	.nav_paises ul li{
	
	list-style: none;
	padding: 14px 70px;
	background-color: #E72971;
	margin: 4px 4px;
	text-align: center;
	width: 80%;
	
	}
*/

/*
	.logo2{
		
		display: none !important;
	}
*/
	
/*
		.logo2 img{
		
		display:none !important;
		
		}
*/


}

@media only screen and (min-width:769px) {
	
	.slider_pagina1{
		
		background-size: auto 60%, auto auto;
	}
	
		.slider_pagina2{
		
		background-size: auto 60%, auto auto;
	}
	
		.slider_pagina3{
		
		background-size: auto 60%, auto auto;
	}
	
		.slider_pagina4{
		
		background-size: auto 60%, auto auto;
	}
	
		.slider_pagina5{
		
		background-size: auto 60%, auto auto;
	}
	
/*
	.logo2 {
    display: block;
    float: right;
	}
*/


/*
	.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;

	}
*/

/*
	.collapse ul li:first-child{
	
	margin-left:30px;
	
	}
*/


	.img_actividad img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}



}

@media only screen and (min-width:1024px) {
	


}
@media only screen and (min-width:1140px) {
	


}
@media only screen and (min-width:1280px) {
	

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
