/* CSS Document */
/* PRIMERA PLANA */
/* DevTeam LGC softConsulting */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300);
html, body {
  width: 100%;
	margin: 0 auto;
	font-family: 'Oxygen', sans-serif;
 }
 
.clr {clear: both;}
h1, h2, h3{margin:0; padding:0;}

/**HEADER**/
header {
	width: 100%;
	position: relative;
	margin: 0 auto;
 }

#column_right{
	margin: 10px 0;
}
.section{
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%);
    width: 100%;
	padding: 0 5px 5px;
}
.section img{
	width: 95%;
    height: auto;
    padding: 0 6px;
}

.section #previewNota{
	font-size: 14px;
}
 
.top_line {
	/*height: 40px;*/
	background: #1c1c1c;
	background: url(data:image/svg+xml; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1c1c1c 3%, #474747 21%, #474747 21%, #2c2c2c 50%, #000000 76%, #111111 87%, #111111 87%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#1c1c1c), color-stop(21%,#474747), color-stop(21%,#474747), color-stop(50%,#2c2c2c), color-stop(76%,#000000), color-stop(87%,#111111), color-stop(87%,#111111), color-stop(100%,#131313)); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#131313',GradientType=0 ); /* W3C */ /* IE6-8 */
 }
 
/**SEARCH**/
.search {
	position: absolute;
	top:50px;
	right:20px;
  width:260px;
  height:60px;
  background-color: #0071b1;
  /*background: rgb(118,0,33);  Old browsers 
background: -moz-linear-gradient(top,  rgba(118,0,33,1) 0%, rgba(167,36,59,1) 75%, rgba(118,0,33,1) 100%); FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,0,33,1)), color-stop(75%,rgba(167,36,59,1)), color-stop(100%,rgba(118,0,33,1))); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%);  Opera 11.10+
background: -ms-linear-gradient(top,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%);  IE10+ 
background: linear-gradient(to bottom,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760021', endColorstr='#760021',GradientType=0 ); /* IE6-9 */
  -moz-box-shadow: 3px 6px 5px #363636;
-webkit-box-shadow: 3px 6px 10px #363636;
box-shadow: 2px 1px 10px #363636;*/
 }
/*form#search_prods{ width:195px;}*/
input#keyword.search{position: relative; top:10px; left:5px; background:#fff;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
input#search_img{position: relative; top:19px; left:10px; width:auto;}

#wrappAll{margin:0 auto; max-width:1100px; width:100%; position:relative;  }
#mainWrapp{max-width:820px; width:100%; float:left;}
#header img{margin-bottom: 5px;}
#header.wrapper {
	max-width: 1100px;
	width:100%;
	margin: 0 auto;
	position: relative;
 }
h1.logo{margin:5px 0 0 0;}
/*.sombra{display:block; width:811px;
-moz-box-shadow: 3px 6px 10px #363636;
-webkit-box-shadow: 3px 6px 10px #363636;
box-shadow: 3px 6px 10px #363636;}*/
.black_bar {
	/*width: 100%;
	height: 343px;*/
	position: absolute;
	/*top: 250px;*/
		top: 363px;
	background: #474747;
	background: url(data:image/svg+xml; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTMxMzEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #474747 32%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#474747), color-stop(100%,#131313)); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #474747 32%,#131313 100%); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #474747 32%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #474747 32%,#131313 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #474747 32%,#131313 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#131313',GradientType=0 ); /* W3C */ /* IE6-8 */
  -moz-box-shadow: 0px 6px 10px #363636;
-webkit-box-shadow: 0px 6px 10px #363636;
box-shadow: 0px 6px 10px #363636;
 }

/***VIDEOS****/
.videosBlock{position:relative; width:250px; padding:0px 5px 40px;background: rgb(204,204,204); margin:0 0 20px 0; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */}
#vidBlock{display:inline-block; margin:0 2px;}
.titulo_vid{padding:10px 10px 10px 0; text-align:right; display:block; color:#074875; font-size:23px; font-weight:100;}
#tituloVid a{font-size:15px; text-decoration:none; color:#007dbb; display:block;}
#bajadaVid{font-size:13px; text-decoration:none; color:#000; display:block;}

.link_mas_vid{position:relative;     background: #0071b1; padding:5px 10px; width:60px; margin:0 0 0 165px;}
.link_mas_vid a{ color:#fff; text-decoration:none;}

.link_mas_pic{position:relative; background:#760021; padding:5px 10px; width:60px; margin:0 0 0 165px;}
.link_mas_pic a{ color:#fff; text-decoration:none;}

/**#tiempoWidget**/
#tiempoWidget{margin:5px auto 10px auto; width:170px;}

/**MENU PRIMARIO**/
nav.primario {
	width: 811px;
	height: 55px;
  padding:10px 0 0 0 ;
  background-color: #0071b1;/* Old browsers */


 }
nav.primario ul{padding:0; margin:0;}
nav.primario li{float:left; padding:0 10px 5px 5px; margin:0;}
nav.primario li a{color:#fff; text-decoration:none;font-size: 0.94rem;}
nav.primario li a:hover{text-shadow:1px 2px 5px #000000;}
 /**FIN MENU PRIMARIO**/

 /**MENU SECUNDARIO**/
 
nav.secundario {
  width:280px;
	position: absolute;
	right: 0px;
	bottom: 45px;
	font-size:20px;
 }
nav.secundario ul{margin:0; padding:0;}
nav.secundario li#secundario{display:inline-block; float:left; padding:0 6px; font-size:18x;
  	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}
nav.secundario ul li:hover{
transform: translate(0px, -5px);
-webkit-transform: translate(0px, -11px);
-moz-transform: translate(0px, -5px);
-o-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
}
nav.secundario a{color: #AF8B18; text-decoration:none;}

 /**FIN MENU SECUNDARIO**/

.articulos_principales {
	width: 811px;
	/*height: 392px;*/
	background: #ccc;
  float:left; 
 }
.fecha{position:absolute; right:22px; top:15px; color:#0071b1;}
.fecha#sec{ top:144px;}

aside.sections-top {position:relative; float:left; top:30px; margin:0 0 50px 0; width:250px;}
aside.sections-top#index {position:relative; float:left; top:125px; margin:0 0 50px 0; width:250px;}
aside#columaside.sections-top {position:relative; float:left; top:30px; margin:0 0 50px 0;  width:250px;}

/**HEADER END**/
/**CONTENT**/
#home_body.wrapper {
	width: 1100px;
	margin: 10px auto;
  display:block;
  z-index: 1;
 }

 /*******COLUMNA IZQUIERDA***********/
section.list-sections {width: 810px; margin:30px 10px 0 0; float:left; display:block;}

/**LISTA DE PORTADA**/
#artculos_portada{}
#notaLarge{max-width:395px; width:100%; margin-bottom:15px; background:#F2F2F2;}
#nota{max-width:395px; width:100%; margin-bottom:15px; background:#F2F2F2;}
#tipoArticulo{text-align:right; padding:3px 5px; font-size:11px; color:#635b5d; background:#fff; border-top:solid 1px #635b5d;}
#tipoArticulo.outBlock{position:relative;}
img#iconoNota {width:100%; max-width:395px; height:219px; margin:0; padding:0;}
#titularNota  {border-bottom:solid 5px #E4002B; padding:5px; margin:0;
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
h2 .nombre_seccion{position:absolute; top:0; right:0; padding:5px; display:block; background:#AE8B17; color:#fff;}
#paginate-slider2, #paginate-slider3{display:none;}

.titulo_azul_grande {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 10px 10px 0;
	background: #1c1c1c;
	background: url(data:image/svg+xml; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1c1c1c 3%, #474747 21%, #474747 21%, #2c2c2c 50%, #000000 76%, #111111 87%, #111111 87%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#1c1c1c), color-stop(21%,#474747), color-stop(21%,#474747), color-stop(50%,#2c2c2c), color-stop(76%,#000000), color-stop(87%,#111111), color-stop(87%,#111111), color-stop(100%,#131313)); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #1c1c1c 3%,#474747 21%,#474747 21%,#2c2c2c 50%,#000000 76%,#111111 87%,#111111 87%,#131313 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#131313',GradientType=0 ); /* W3C */ /* IE6-8 */
 }
a#titulo_en_portada_preview{font-size:20px; text-decoration:none; color:#E4002B; display:block;}
/*.fecha_articulos{display:none;}*/
.contentdiv{background:#F2F2F2;  height:480px;}
.preview_home{font-size:13px; padding:0 10px;}
.preview_home p{text-aling:justify; display:block;}


.autor, #fechaNota{position:relative; font-size:11px; width:auto; margin:8px 0 0 8px; color:#464242; display:inline-block;}
.autor p{margin:0; padding:0;}
#separador{font-size:12px; width:auto; margin:0 3px; color:#e4002b; display:inline-block;}
#fecha{font-size:14px;}

#previewNota{margin:5px;}
#previewNota p em{ font-style:normal;}

#readNote{text-align:right; color:#AE8B17; padding:0 10px 10px 0;}
#readNote a#titulo_en_portada_preview{color: #e4002b;
    font-size: 14px;}


/***LINKS INFERIORES SECUNDARIOS***/
article#oportunidad{width:395px; margin:30px 10px 0 0; float:left; position:relative;}
article#agenda{width:395px; margin:30px 0 0 0; float:left; position:relative;}
img#pic_links_sec{width:395px; margin:0;}
h4#title_links_sec{margin:0; padding:5px 5px; color:#760021; font-weight:400;
background: rgb(204,204,204); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(242,242,242,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(99%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(242,242,242,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(242,242,242,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(242,242,242,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(242,242,242,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}
.btn_links_sec{width:50px; position:absolute; right:0; bottom:0; background:#808080; padding:5px 5px;}
a .btn_links_sec{color:#fff;}


/****COLUMNA DERECHA***/
aside.sections-sec { float:left; display:block; margin:0 0 0 5px;}

/**Mirada Grafica**/
.mundo_a_lapiz {width:100%; max-width:250px; position:relative; display:block; margin:0 0 30px 0; padding:0 5px 35px 5px;
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
.titulo_sec{padding:10px 10px 10px 0; text-align:right; display:block; color:#074875; font-size:23px; font-weight:100;}
.image-block{width:80px; display:inline-block;}

.mundo_a_lapiz img{width:100%; max-width:250px; float:left; }
.link_mas_lapiz{position:absolute; right:0; bottom:0; background:#0071b1; padding:5px 10px; margin-right:10px; margin-bottom:10px;}
.link_mas_lapiz a{ color:#fff; text-decoration:none;}

.wrappMG{margin:0 0 50px 0;}
.wrappMG img{width:790px;}
#tituloMasGraf{padding:10px 10px 10px 0; text-align:left; display:block; color:#760021; font-size:23px; font-weight:100;}
#titlePicMg{color: #AF8B18;
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 0 5px;}



/***Columnistas Lista Portada***/
img.columFoto{width:60px; float:left; margin:0 10px 0 0;}
.columBlock{margin:0 0 10px 0; padding:0 0 5px 0;border-bottom:solid 1px #ccc;}
.columBlock a{text-decoration:none; margin:0;}
#columTitle{color:#760021; font-size:16px;}
#columName{color:#000; font-size:15px;}

/******/

/******/
#colum.mundo_a_lapiz{display:block;}
/******/

/**Sindicato de periodistas**/
.btn_links_sindicato{text-align:right; padding:5px 5px;
background: rgb(118,0,33); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(118,0,33,1) 0%, rgba(167,36,59,1) 75%, rgba(118,0,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,0,33,1)), color-stop(75%,rgba(167,36,59,1)), color-stop(100%,rgba(118,0,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(118,0,33,1) 0%,rgba(167,36,59,1) 75%,rgba(118,0,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760021', endColorstr='#760021',GradientType=0 ); /* IE6-9 */
}
a .btn_links_sindicato{color:#fff; text-decoration:none;  }

/**TIPO DE CAMBIO**/
.tipo_cambio_wrapper{width:260px; height:150px; background:#ccc;}
.tipo_cambio{padding:8px 5px; color:#fff;
background: #0060a8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmOGIxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2QxYjQ3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2FmOGIxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(175,139,24,1) 0%, rgba(209,180,113,1) 70%, rgba(175,139,24,1) 99%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,139,24,1)), color-stop(70%,rgba(209,180,113,1)), color-stop(99%,rgba(175,139,24,1))); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgba(175,139,24,1) 0%,rgba(209,180,113,1) 70%,rgba(175,139,24,1) 99%); Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  rgba(175,139,24,1) 0%,rgba(209,180,113,1) 70%,rgba(175,139,24,1) 99%);  Opera 11.10+ *
background: -ms-linear-gradient(top,  rgba(175,139,24,1) 0%,rgba(209,180,113,1) 70%,rgba(175,139,24,1) 99%);  IE10+ 
background: linear-gradient(to bottom,  rgba(175,139,24,1) 0%,rgba(209,180,113,1) 70%,rgba(175,139,24,1) 99%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8b18', endColorstr='#af8b18',GradientType=0 );  IE6-8 */

}
.tc_block{width:250px; padding:3px; position:absolute;}
.compra{position:absolute; left:120px; font-weight:bold;}
.venta{position:absolute; left:210px; font-weight:bold;}
.moneda{position:relative; left:0px; top:21px; font-weight:bold;}
.monto_compra{position:relative; left:207px; float:left}
.monto_venta{position:relative; left:75px;}
.fuente{position:absolute; font-size:10px; right:0px; bottom:-15px; }

/**LISTA ARTICULOS**/
.articulo_prev{padding:10px;}
.articulo_img{float:left; margin:0 10px 0 0; display:block;}
.articulo_img img{width:190px;}
h2#link_titulo_articulo {margin:0;}
#link_titulo_articulo{color:#074875; text-decoration:none;}
.fecha_articulo{font-size:12px;}
.preview_articulo_wrapper {margin:px 0 0 0 ;}
.preview_articulo_wrapper p{font-size:15px;}
.leer_btn{float:right;}
.leer_btn a{padding:2px 10px; width:; background:#E4002B; color:#fff; text-decoration:none;}
.link_regresar_al_inicio{display:block; padding:5px 0; background:#000;}
.link_regresar_al_inicio a{padding:5px 10px; background:#ccc; color:#000; text-decoration:none;}

#pagination_list a{text-decoration:none;}
a#prodlist, #pages_navigator{ color:#E4002B; padding:5px 10px;}
a#prodlist_spage{ background:#E4002B; color:#fff; padding:5px 10px;}
.paginador_search a {color:#fff; text-decoration:none;}


/**ARTICULOS**/
article.main_art{background:#F2F2F2;}
.titulo_articulos h1 {
  display:block;
  position:relative;
	color: #0071b1;
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 0 5px;
 }
.tit_art_shares{position:relative; height:80px;}
.shares{position:relative; right:0px; bottom:0; display:block; float:right;}
.fb{float:left; margin:0 20px 0 0x; display:block;}
.tw{padding:1px 0 0 0; margin:0 0 0 20px; display:block; float:left;}
 
.fecha_articulos {
	text-align: right;
	font-size: 15px;
 }
 
.contenidos_articulos {padding:5px 10px 10px 10px; margin:5px 0 0 0;}
.img_articulo{position:relative;}
.img_articulo img {width:97.5%; margin:10px 0; padding:10px;}
.contenidos_articulos p {text-align:justify; font-size:15px; display:block;}

.img_completo a {display:block; position:relative;}
.img_completo a span {display:none; color:#fff;}
.img_completo a:hover {text-decoration:none;}
.img_completo a:hover span {display:block; background:#000; position:absolute; bottom:0; padding:5px 10px; left:0; min-height:30px;}
.img_completo{padding:0px;}
#foto1{width:100%;max-width:370px; margin: 5px 10px;}
#foto1 img{width:100%;max-width:370px; }
#foto2{width:100%;max-width:420px; margin: 5px 10px;}
#foto2 img{width:100%;max-width:420px; }
#foto3{width:100%;max-width:650px; float:left; margin: 5px 10px;}
#foto3 img{width:100%;max-width:650px; }
#foto4{width:100%;max-width:770px; float:left; margin: 5px 10px;}
#foto4 img{width:100%;max-width:770px; }

/* Para el titulo que ahora sale debajo de las fotos*/
.captiont{
	background:#000;
	padding:5px;
	color:#fff;
}

/* Para las citas dentro de las notas*/
.citas{
    color: #333;
    width: 45%;
    position: relative;
    float: right;
    font-family: 'Oxygen', sans-serif;
    border-left: 5px solid gray;
    margin: 10px 30px;
    padding: 10px 10px 10px 30px;
    font-size: 20px!important;
    line-height: 30px;
    text-align: justify;
	/*font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#333;
	width:95%;
	position:relative;*/
}
.comillas{
	font-size: 38px;
    font-family: "Times New Roman", Times, serif;
}
.cita_autor{
	display: block;
    font-size: 16px;
    text-align: center;
}
/**ARTICULOS RELACIONADOS**/
.main_art_relacionados{height:130px; position:relative;}
.art_relacionados{padding:5px; margin:5px 0 0 0; color:#E4002B; font-weight:bold; font-size:20px;}
.lista_art_relacionados ul{margin:0; padding:0;}
.lista_art_relacionados ul li{float:left;; margin:0 20px 0 20px; list-style:square;}
.lista_art_relacionados ul li:hover{border-bottom:3px solid #00a8e2; color:#00a8e2;}
.lista_art_relacionados ul li a{color:#000; text-decoration:none; }
.btn_volver{margin:20px 0 30px 0; right:0; bottom:0; position:absolute;}
.btn_volver a{padding:5px 10px; background:#0071b1; color:#fff; text-decoration:none;}

/**LISTA COLUMNISTAS INTERNA**/
.info_columnista{background:#ccc; margin:0 12px 5px 0; width:390px; height:180px; float:left; display:block;}
.t_columna {height:30px; padding:5px; background:#00a8e2; color:#fff; }
.t_columna p{margin:0;}
.icono_colum{float:left; margin:0 5px 0 0; display:block;}
.icono_colum img{width:130px;}
.data_col_wrapp{float:left; width:100%; max-width:250px; display:block;}

.nombre_columnistas{font-weight:bold; font-size:18px; color:#00a8e2;}
.email_columnistas{font-size:15px; margin:0 0 70px 0;}
.bio_prev_columnistas{margin:0 0 5px 0;}
.bio_prev_columnistas p{width:100%; max-width:245px; height:95px; text-align:justify; font-size:15px; line-height:16px; margin:5px 0;}
.ver_bio{float:left; margin:0 10px 0 0;}
.ver_bio a{padding:5px 10px; background:#000;color:#fff; text-decoration:none;}
.ver_art{float:left;}
.ver_art a{padding:5px 10px; background:#000; color:#fff; text-decoration:none;}

/**LISTA COLUMNISTAS**/
.wrapp_colum_data .nombre_columnistas{font-size:25px;}
.wrapp_colum_data .icono_colum{margin:0 20px 0 0;}
.bio_full{text-align:justify;}
.ver_art_data{text-align:right;}
.ver_art_data a{padding:5px 10px; background:#000; color:#fff; text-decoration:none;}

/**OPORTUNIDAD**/
.clasificado{width:560px; background:#ccc; margin:10px 10px 0 0; height:auto padding:4px;}
.clasificado .titulo {font-weight:bold; margin:10px; color:#760021;}
.clasificado .desde{font-size:14px;}
.icono_anuncio img{width:200px;}
.clasificado a{color:#760021;}

/**AGENDA**/
.evento{margin:10px 10px 10px 0; background:#ccc; padding:5px; width:380px; min-height:100px; float:left;}
.evento .t_eve {margin:5px 0 15px 0; background:#000;}
.evento a{padding:5px 10px;  color:#fff; text-decoration:none; display:block;}
.prev_eve{margin:10px 0 0 0 ;}
.prev_eve p{margin:0;}
.btn_eve_ma{float:right; margin:10px 0 0 0; width:110px;}
.btn_eve_ma a{padding:5px 10px; background:#760021; color:#fff; text-decoration:none;}
.f_i{float:left; margin:0 10px 0 0;}

/***FOOTER***/
footer{height:105px;
background: #0071b1; /* Old browsers */

}
.logo_colper a{width: 200px;display: block;margin-top: 32px;}
.logo_colper a img{width: 100%;height: auto;}

.wrapper_foot{max-width:1100px; width:100%; margin:0 auto;}
.logo_colper{float:left; display:block;}
.txt_copy{float:left; display:block; color:#F2F2F2; font-size:12px; margin:55px 0 0 20px; padding:0;}
.txt_copy p{margin:0;}

#galleria{height: 565px;}
.galleria-img img{height:420px;}

#galerias{margin:0 0 40px 0; }
.galeria_prev{float:left;}
.sub_gallery_group{text-decoration:none; color:#760021; margin:0 15px 0 0; padding:;}
.sub_gallery_group:hover{border-bottom:2px solid #760021;}
.sub_gallery_group img{width:20px;}

/**SEARCH RESULTS**/
.wrapp_search{    max-width: 780px;
    float: left;
    background: #ccc;
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;}
#titulo_search_result {color:#074875; font-size:20px; text-decoration:none;}
.wrapp_search div{font-size:14px;}
a#ver_nota_completa {background:#E4002B; padding:5px 10px; color:#fff; float:right; text-decoration:none;}

.back_btn_search{display:block; width:auto; height:30px;  margin:20px 0; float:right;}
a#back_home {background:#0071b1; padding:5px 10px; color:#fff;  text-decoration:none;}

.paginador_search{float:left; background:#760021; padding:5px 10px;}
.paginador_search a {color:#fff; text-decoration:none;}
#prodlist_spage{font-weight:bold;}


/*****RESPONSIVE RULES*******/
@media all and (max-width :1024px) { 
  #header.wrapper{width:100%; position:relative;}
  .fecha{position:absolute; left:65%; top:10px;}

	.sombra{width:100%;}
	nav.primario{width:100%;height: 65px;}
	nav.primario li{padding:0px 4%;}
	.articulos_principales{width:100%;}

	nav.secundario {position: relative;	bottom: -10px; }
	#home_body.wrapper{width:100%;}
	section.list-sections{float:none; width:100%; margin:0 auto;}
	aside.sections-sec{float:left; margin:20px 0 0 0; text-align:center;}
	.mundo_a_lapiz{display:block; float:left;  margin:0 auto 0 auto;}
	
	.preview_articulo{max-width:395px; width:100%; height:auto; float:none;}
	article#oportunidad{max-width:395px; width:100%; float:none;}
	article#agenda{max-width:395px; width:100%;}
	img#pic_links_sec{max-width:395px; width:100%;}
}
@media all and (max-width :460px){
	
	.img_articulo img {
    width: 100% !important;
     margin: 0 !important; 
     padding: 0 !important;  
    /*max-width: 320px !important;*/
}
	
	aside.sections-top{
		display:none;
	}
	
	.leyenda_roja{
		margin: -15px 0px 5px !important;
	}
	
  .fecha{top:130px !important; left:5px; text-align:right;}
	.sombra{margin:40px 0 0 0;}
	.search {
	position: relative;
	top: 0;
  left:0px;
  width:195px;
  height:50px;}

	nav.primario {
  height:230px;
  padding: 35px 0 0 0;
 }
 
 
 input#nombre, input#email, textarea#comentario{
	width: 200px;
 }
 
 #recaptcha{
	margin:0px !important;
 }
 
  nav.primario ul{padding:0; margin:0; width:100%;}
  nav.primario li{padding:0px; margin:0; width:100%; text-align:center;}
  nav.primario li a{color:#fff; text-decoration:none; width:100%; padding:0px;}
  
  .titulo_articulo {width:100%; height:50px; position:relative;}
footer{height:100%;}

.txt_copy{width:100%; font-size:12px; margin:0; padding:0;}
.search{width:100%;}
form#searchs_prods{position:relative; width:100%;}
input#search_img{position: absolute; top:12px; left:185px; width:auto;}
}

/* estilos para la seccion de videos  */

.pos_line{

    display: inline-block;
    vertical-align: top;
    height:420px;
}

.btn_a{
	padding: 5px 10px;
	background: none repeat scroll 0% 0% #0071b1;
	color: #FFF;
	text-decoration: none;
	border: none;
	//border-radius: 15px 15px 15px 15px;
}
.agregar_comentario_titulo{
  padding: 5px 10px;
	background: none repeat scroll 0% 0% #0071b1;
	color: #FFF;
	text-decoration: none;
	border: none;
	
  }
  
 #contene_comen{
	  width:70%;
	  background-color: #C9C9C9;
	  margin: 10px 0 10px 0;
	  padding: 1px;
  }
  
  #fecha_comen{
  	margin:10px;
  }
  
 #comentario_comen{
 	margin:10px;
  	background-color: #fff;
  	padding:10px
  		
 }
  
 #nombre_comen{
   margin:10px;
   text-align: right;
 }
 
 .leyenda_roja{
	 margin: -45px 0px 5px; 
	 padding: 15px;
	 /*color:#ff0000;*/
	 }
.content_pauta{max-width: 820px;float: left;width: 100%;}
#pauta2{
	width: 100%;
}
#pauta3{width: 260px;}
#pauta5{
	width: 100%;
}

.rhino-caption { background: #ffffffcf!important;  }
.rhino-caption .tituloSlider {color:#074875!important;}
.rhino-caption .previewSlider { color: #176998 !important;}
.rhino-bullets li{background:#E4002B!important;}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet { background: #7d7c79!important;}
.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus{background:#4e4d4b!important; }