@charset "utf-8";

body {
	background-color:#333333;
	color:#3F3F3F;
	margin:0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.45em; 
}

/* Quitar bordes redondeados en IPAD e IPHONE*/
input {
/*    -webkit-appearance: none; */
    border-radius: 4;
}
.center-pills {
    display: flex;
    justify-content: center;
}
.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.inline {
    display:inline-block;
}
h1, h2, h3, h4, h5 {
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
a {
	color:#1570A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#125E8B;
}
.header #estiloweb_logo {
	box-shadow: 0px 3px 5px #FFFFFF;
	background-color:#FFFFFF;
	width:960px;
	/* min-height:147px; */
	margin:auto;
	background-image:url("imagenes/fondo_header.jpg");
	background-repeat:repeat-x;
	height:150px;
}
.header #estiloweb_logo img {
	margin:15px;
}
.estiloweb_nav {
	box-shadow: 0px 3px 5px #FFFFFF;
	border-color:#A3ADB8;
	border-style:solid;
	border-right:hidden; 
	border-left:hidden;
	border-width:1px;
	width:960px;
	height:33px;
	margin:auto;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cfd4da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfd4da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cfd4da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cfd4da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cfd4da 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cfd4da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd4da',GradientType=0 ); /* IE6-9 */
}
.content {
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	padding:20px;
	word-wrap: break-word;
	box-shadow: 0px 3px 5px #FFFFFF;
	padding-bottom:20px;
}
#estiloweb_footer {
	box-shadow: 0px 3px 5px #FFFFFF;
	border-color:#A3ADB8;
	border-style:solid;
	border-right:hidden; 
	border-left:hidden;
	border-width:1px;
	width:960px;
	height:140;
	margin:auto;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cfd4da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfd4da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cfd4da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cfd4da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cfd4da 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cfd4da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd4da',GradientType=0 ); /* IE6-9 */
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
#estiloweb_footer div {
	margin:5px;
	text-align:center;
	display:flex;
}
.boton_acercade_cc {
	background-image:url('../../medios/imagenes/por_capitalcolombia_com.png');
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
	background-position:0px 0px;
	width: 125px;
	height: 50px;
}
.boton_acercade_cc:hover {
	background-position:-125px 0px;
}
.borde {
	border: 1px solid #dddddd;
	box-shadow: 0 0 3px #eee;
	border-radius: 6px;
}
.oculto_en_pc {
	display:none;
}
.oculto_en_movil {
	display:!important;
}
.correcto {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #50FF26;
	padding: 5px;
}
.error {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color:#FF0027;
	color: #E8FF00;
	padding: 5px;
}


/* @media all and (max-width: 480px) { */
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	body {
	margin:0px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#333333;
	font-size: 0.8em; /* 461/12 */
	font-size: 1.4em; /* 461/12 */
	}
	img {
		max-width: 100%;
		height: auto;
	}	
	.header #estiloweb_logo {
		background-color:#FFFFFF;
		width:auto;
		margin:auto;
		background-image:url("capital_colombia_imagenes/capital_colombia_fondo_header.jpg");
		height:auto;
	}
	.estiloweb_nav {
		width:auto;
		margin:auto;
		height:33px;
		background-color:#F4EFEF;
		border-color:#A3ADB8;
		border-style:solid;
		border-right:hidden; 
		border-left:hidden;
		border-width:1px;
		margin:auto;
	}
	.content {
		width:auto;
		margin:auto;
		background-color:#FFFFFF;
		text-overflow:clip;
		overflow:scroll;
		padding:2.08%;
		padding-bottom:30px;
	}
	#estiloweb_footer {
		width:auto;
		margin:auto;
		display:block;
		font-size:0.8em;
		border-radius:0px;
	}
	.oculto_en_movil {
		display:none;
	}
	.oculto_en_pc {
		display:inherit;
	}
/*
	* {
		width:auto;
		height:auto;
	}
*/
}
