/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background-color: #091988;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: ;
	font-size: 1em;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../imagenes/fondo_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-family: Arial, Verdana, "Lucida Console";
}
#contenedor{
	min-height:100%;
   	position:relative;
}
#wrap {
	min-height:92%;
	height:92%;
	height:auto !important;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1{
	font-family: news_cycleregular, Arial, sans-serif;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
}
h2{
	font-family: news_cycleregular, Arial, sans-serif;
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
}
h3 {
	font-family: news_cycleregular, Arial, sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
	text-align: center;
}


a.link1,  a:visited.link1, a:active.link1 {
	text-decoration: underline;
	color: #8bcdff;
}

 a:hover.link1 {
	text-decoration: underline;
	color: #addbfe;
}

header {
	width:80%;
	height:200px;
	margin-right: auto;
	margin-left: auto;
}
.right {
	float: right;
	text-align: right;
}
header .login {
	margin-top: 10px;
}
.boton_login {
	color: #c1ebfb;
	text-decoration: none;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border: 3px solid #c1ebfb;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2e5dcf), to(#2775eb));
	background: -moz-linear-gradient(top, #2e5dcf, #2775eb);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2e5dcf, endColorStr=#2775eb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2e5dcf, endColorStr=#2775eb);
	display:inline-block; /* IE is so silly */
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	font-size: 0.75em;
	letter-spacing: 0.1em;
}
.boton_login:hover {
  background: #46b9f4;
}
.boton_enviar {
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #6790e4;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: right;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	background-color: #3bb5ff;
	text-shadow: 0px 1px 2px #2a3893;
	filter: dropshadow(color=#2a3893, offx=0, offy=1);
	margin-bottom: 12px;
}
.boton_enviar:hover {
  background: #87d1ff;
}
header .requerimientos {
	font-size: 0.7em;
	color: #2776ec;
	text-align: right;
	margin-right: 10px;
	float: right;
	margin-top: 10px;
}
nav {
	height: 40px;
	text-align: center;
	padding: 0px;
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
nav ul{
	margin: 0px;
	line-height: 40px;
	height: 40px;
	padding: 0px;
}
nav li  {
	display: inline;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
}
nav a{
	display:inline-block;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 40px;
	height: 40px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-family: news_cycleregular, Arial, sans-serif;
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	text-shadow: 0px 1px 2px #2a3893;
	filter: dropshadow(color=#2a3893, offx=0, offy=1);
	padding-right: 8px;
	padding-left: 8px;
}
nav a:hover, nav a:active, nav a:visited {
	color: #FFFFFF;
	text-shadow: 0px -1px 2px #2a3893;
	filter: dropshadow(color=#2a3893, offx=0, offy=-1);
	background-image: url(../imagenes/transparente_fondo_menu.png);
	background-repeat: repeat-x;
	background-position: center top;
}
nav .selecc {
	font-family: news_cyclebold, Arial, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.5);
	font-weight: bold;
	letter-spacing: 0.10em;
}
.borrar {
	clear: both;
	float: none;
}
.borrar2 {
	clear: both;
	float: none;
	height: 30px;
}
.logo{
	width:270px;
	height:170px;
	float: left;
	margin: 0px;
	padding-left: -75px;
	padding-top: 0px;
}
.logo a{
	border:0px;
}
.logo img{
	max-width:100%;
	height:auto;
}
section {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.caja_texto_destacado {
	background-image: url(../imagenes/transparente_fondo_blanco.png);
	background-repeat: repeat;
	width: 90%;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	text-align: center;
}
.cajatexto {
	padding: 15px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	background-image: url(../imagenes/transparente_fondo_azul.png);
	background-repeat: repeat;
}
.caja_formulario {
	background-image: url(../imagenes/transparente_fondo_blanco.png);
	background-repeat: repeat;
	width: 90%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin: 0px;
}

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0325d1;
	line-height: 80px;
	font-size: 0.7em;
	text-shadow: 0px 1px 2px #2a3893;
	filter: dropshadow(color=#2a3893, offx=0, offy=1);
	color: #ccd0e6;
	letter-spacing: 0.1em;
	height: 80px;
	height:auto !important;
	position:absolute;
	bottom:0;
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
footer .izquierda {
	float: left;
}
footer .derecha {
	float: right;
}
.glosa {
	float: left;
	font-size: 0.6em;
	color: #8293df;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: left;
}
.label_01 {
	font-size: 0.75em;
	color: rgba(255,255,255,1);
	float: left;
	margin-top: 2px;
	margin-bottom: 8px;
}
.input_01 {
	font-size: 0.88em;
	color: rgba(102,102,102,1);
	float: left;
	padding: 3px;
	background-color: #cbe9fd;
	width: 99%;
	margin: 0px;
	border: 1px solid #61bdfa;
}
.columna2_right {
	float: right;
	width: 45%;
}
.columna2_left {
	float: left;
	width: 45%;
	margin-top: 8px;
}
.icono_fono {
	font-size: 1em;
	color: #b8d6f9;
	background-image: url(../imagenes/icono_fono.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	font-family: news_cycleregular, Arial, sans-serif;
	margin-bottom: 5px;
}
.icono_direccion {
	font-size: 1em;
	color: #b8d6f9;
	background-image: url(../imagenes/icono_direccion.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	font-family: news_cycleregular, Arial, sans-serif;
}
.color1 {
	background-color: #a500ac;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border: 3px solid #a500ac;
	height: auto;
}
.color2 {
	background-color: #00a500;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border: 3px solid #00a500;
	height: auto;
}
.color3 {
	background-color: #dc562e;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border: 3px solid #dc562e;
	height: auto;
}
.color4 {
	background-color: #009daf;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border: 3px solid #009daf;
	height: auto;
}
.color5 {
	background-color: #5334ad;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border: 3px solid #5334ad;
	height: auto;
}
.color6 {
	background-color: #2776ec;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border: 3px solid #2776ec;
	height: auto;
}
.imagen_portafolio {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #86008c;
	}
	.imagen_portafoliob {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008600;
	}
	.imagen_portafolioc {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a54022;
	}
	.imagen_portafoliod {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3a2579;
	}
	.imagen_portafolioe {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008595;
	}
		.imagen_portafoliof {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2164c9;
	}
.margen {
	margin: 0px;
	padding: 5px;
}
.icono_proyecto {
	font-family: news_cycleregular, Arial, sans-serif;
	background-image: url(../imagenes/icono_proyecto.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 0.78em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
}
.icono_cliente {
	background-image: url(../imagenes/icono_cliente.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 0.75em;
	font-weight: normal;
	margin-top: 1px;
}
.icono_descripcion {
	background-image: url(../imagenes/icono_descripcion.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 0.75em;
	font-weight: normal;
	margin-top: 1px;
	letter-spacing: 0em;
}
.icono_estado {
	background-image: url(../imagenes/icono_estado.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 7px;
	padding-left: 25px;
	font-size: 0.75em;
	font-weight: normal;
	margin-top: 1px;
	letter-spacing: 0em;
}
	
img{
	max-width: 100%;
	height: auto;
}
.columna4 {
	padding: 1%;
	float: left;
	width: 21%;
	margin-right: 2%;
}
.columna4_b {
	padding: 1%;
	float: right;
	width: 22%;
}
.columna3 {
	padding: 1%;
	float: left;
	width: 30%;
	margin-right: 2%;
}
.columna3_b {
	padding: 1%;
	float: right;
	width: 30%;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* 480 px ----------- */
@media only screen 
and (max-width : 480px) {
body {
	background-color: #3378D8;
	font-size: 0.9em;
	background-image: none;
}
header {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

nav {
	width: 100%;
	float: left;
	text-align: left;
	clear: both;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
nav li  {
	display: block;
	height: 25px;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
}
nav a:hover, nav a:active, nav a:visited {
	background-image: none;
	font-family: news_cyclebold, Arial, sans-serif;
	line-height: 25px;
}
nav a{
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
nav .selecc {
	margin: 0px;
	background-image: url(../imagenes/transparente_fondo_azul.png);
	background-repeat: repeat;
	border:none;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 25px;
}
.right {
	float: left;
	text-align: left;
	padding: 0px;
	height: 150px;
	width: 99%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}
header .login {
	margin: 0px;
	padding: 0px;
}
.boton_login {
	float: left;
	margin-top: 15px;
}
header .requerimientos {
	color: #C1EBFB;
	text-align: left;
	float: left;
	padding: 0px;
	letter-spacing: 0em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
section {
	width: 95%;
	float: left;
	margin-left: 2%;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
article {
	float: left;
	margin-top: 25px;
}
.caja_texto_destacado {
	background-image: none;
	width: 100%;
	font-size: 0.9em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.columna4 {
	padding: 1%;
	float: left;
	width: 98%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columna4_b {
	padding: 1%;
	float: left;
	width: 98%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columna3 {
	padding: 1%;
	float: left;
	width: 98%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columna3_b {
	padding: 1%;
	float: left;
	width: 98%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columna2_right {
	float: left;
	width: 98%;
}
.columna2_left {
	float: left;
	width: 98%;
}
p{
	font-size: 0.7em;
}
footer {
	height: auto;
	line-height: normal;
	font-size: 0.7em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 5px;
	width: 100%;
	border-color: rgba(43,101,200,1);
}
footer .izquierda {
	padding: 0px;
	height: 22px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}footer .derecha {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
	height: 22px;
}
}

/* 800 px ----------- */
@media only screen 
and (max-width : 800px) {
header {
	width: 100%;
	height: auto;
}
section {
	width: 100%;
}
.caja_texto_destacado {
	font-size: 0.7em;
}
.logo img{
	max-width:80%;
}
nav {
	height: auto;
	margin-bottom: 15px;	
}
nav li  {
	display: block;
	height: 35px;
}
nav a:hover, nav a:active, nav a:visited {
	background-image: none;
	font-family: news_cyclebold, Arial, sans-serif;
}
nav a{
	line-height: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 0.7em;
}
footer {
	height: auto;
	line-height: normal;
	font-size: 0.7em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 5px;
	width: 100%;
}
footer .izquierda {
	padding: 0px;
	height: 22px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}footer .derecha {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
	height: 22px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
header {
	width: 97%;
}
section {
	width: 97%;
}
footer {
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
header {
	width: 97%;
}
section {
	width: 97%;
}
footer {
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;

}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
header {
	width: 97%;
	
}
section {
	width: 97%;
}
footer {
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;

}

}


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1200px) {
header {
	width: 90%;
	
}
section {
	width: 90%;
}
footer {
	width: 90%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	
}
.caja_texto_destacado {
	font-size: 0.9em;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1440px) {
header {
	width: 80%;
}
section {
	width: 80%;
}
footer {
width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
header {
	width: 70%;
}
section {
	width: 70%;
}
footer {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;

}
.caja_texto_destacado {
	font-size: 1.3em;
}
p{
	font-size: 1em;
}
nav a{
	font-size: 1.1em;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
