﻿@charset "utf-8";
/* CSS Document */

body {
	background:url(comercio.jpg?ver=08);
	margin:0;
	padding:0;
	font-size: 13px;
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}
.contenedor {
	margin:0 auto;
	padding-top:20px;
	width:50%;
	overflow:hidden;
	}
.contenedor_footer {
	margin:0 auto;
	width:50%;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin-top:50px;
	}	
img {
	max-width:100%;
	border:none;
	}	
a { text-decoration:none; }	
.right {
	float:right;
	}
.left {
	float:left;
	}	
.categoria_logro {
	width:auto;
	margin: 5px 8px;
	clear:both;
	}
.titulo_logro {
	/*padding:5px 8px;*/
	font-size:190%;
	width:100%;
	clear:both;
	text-align:left;
	overflow:hidden;
	margin-bottom:10px;
	color:#333333;
}
		
.autor_logro {
	/*padding:5px 8px;*/
	color:#333 !important;
	font-size:100%;
	width:100%;
	clear:both;
	text-align:right !important;
	overflow:hidden;
	margin-bottom:10px;
	}		
.mas_informacion {
	text-align:right !important;
	}
.div_categoria {
	height:35px;
}	
	
					
/* Videos youtube responsive */				
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}	

.link_entidad {
	text-decoration:underline;
	}
.footer {
	background-color:#FFF;
	}
.titulo_100 {
	font-size:50px;
	font-weight:bold;
	width:auto;
	padding-right:5px;
	height:50px;
}	
.titulo_logros_prosperidad {
	width:auto;
	font-size:150%;
	padding-top:10px;	
}	
.enlace_pagina {
	clear:both; 
	font-size:120%;
	width:100%;
}
.cerrar {
	position:fixed; 
	text-align:right; 
	width:98%; 
	margin-top:5px;
}

.cerrar a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:200%;
	color:#333333 !important;
	text-decoration:none;
}
.titulo_video_movil { display:none; }	


/****************************************/
/************  TEMA LOGRO   *************/
/****************************************/

.categoria_logro {
	/*background-color:#FF7123;*/
}
.mas_informacion {
	/*background-color: rgba(255,113,35,0.6);
	color:#FFFFFF;*/
	}
.videoWrapper {
	/*border: solid 5px #FF7123;
	background-color:#FFFFFF;*/
}
.link_entidad {
	color:#111;
}
.footer {
	color:#111;
}
.miniatura_video {
	width:73px;
	height:55px;
	}
.div_thumb_youtube {
	float:left;
	margin:10px 5px 0 5px;
	}	

/****************************************/



/* Responsive  */
@media only screen and (max-width: 1030px) 
{
	.contenedor { width:50% }  
	.image { max-width:80%;	}
	.categoria_logro {	font-size:90%; }
	.div_categoria { height:30px; }
	.titulo_logro { font-size:110%; }
	.contenedor_footer { width:50%; }
	.titulo_100 { font-size:40px; }
	.titulo_logros_prosperidad{ font-size:100%; }
	.logo_pais { display:none; }
	.link_entidad { font-size:100%; }
	.enlace_pagina { font-size:100%;}
}	



@media only screen and (max-width: 800px) 
{
	.contenedor { width:95% } 
	.contenedor_footer { width:95%; }
	.titulo_video_pc { display:none; }
	.titulo_video_movil { display:block; }

}	

/* Backgrpound mobile devices */
@media only screen and (max-width: 767px) 
{
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(background-mobile.jpg);
  }
}









