/* Import Fancybox CSS */
@import url("jquery.fancybox-1.3.4.css");

/* Fonts */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);*/

/* Styles */

html {
	height: 100%;
	}

body {
	font-family: "Arial", sans-serif;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #fff;
	width:1000px;
	}
	
p {
	margin-bottom: 10px;
	font-size:15px;
	}

p:last-child {
	margin-bottom: 0px;
	}

a{
	text-decoration: none;
	}

a:hover{
	text-decoration:inderline;
	}
	
hr {
	border-top: 1px dashed #CCC;
	margin: 0;
	}

h1, h2, h3, h4{
	font-family: "Open Sans", Arial , "Helvetica", sans-serif;
	font-weight: 700;
	}

h1 {
    font-size: 25px;
    font-weight: 600;
	margin:0;
  	}

h2 {
	font-size: 17px;
	font-weight: 600;
	margin:0;
	}
	
h3 {
	font-size: 12px;
	margin:0;
	margin-bottom: 20px;
	}
	
h3 img {
	margin-right: 15px;
	}

h5 {
	margin:0;
	line-height:15px;
	font-weight:normal;
	font-size:11px;
	}
	
ul{
	padding:0;
	list-style:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	}

img{
	border:none;
	vertical-align: middle;
	}

#header {
	float:left;
	width:100%;
	}
	
.wrapper{
	float:left;
	width:100%;
	}

.container, .section {
	width: 100%;
	padding:0;
	float:left;
	}

#header #nav {
	width: 100%;
	float: left;
	border-bottom-width:5px;
	border-bottom-style:solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	}

#nav ul {
	text-align: center;
	*width:90%;
	*margin:0 auto;
	}

#nav li {
  	display: inline-block;
	*display:block;
	*float:left;
	}

#nav li a, #nav li a:visited {
	display: inline-block;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, "Helvetica", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}

#nav li:hover a, #nav li.selected a {
	-webkit-transition: color .1s linear, background .1s linear, border-color .1s linear!important; 
	-moz-transition: color .1s linear, background .1s linear, border-color .1s linear!important; 
	-ms-transition: color .1s linear, background .1s linear, border-color .1s linear!important; 
	-o-transition: color .1s linear, background .1s linear, border-color .1s linear!important; 
	transition: color .1s linear, background .1s linear, border-color .1s linear!important;
	}

#nav li ul {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s;
	}

#nav li:hover ul {
	display: block;
	position: absolute;
	float: none;
	width: auto;
	margin: 0 0 0 10px;
	text-align: left;
	background-color: #2d2d2d;
	z-index: 300;
	opacity: 1;
	}

#nav li:hover li {
	display: block;
	margin: 0;
	}

#nav li:hover li a {
	display: block;
	line-height: 35px;
	text-transform: none;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0 15px;
	border-bottom: none;
	-webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s;
	}

#nav li:hover li:hover a {
	background-color: #3d3d3d;
	}

.content_logo_especial{
	width:100%; 
	float:left;
	text-align:center;
	margin-bottom:12px;
	padding-top:15px;
	}
	
.carousel_slider {
	float:left;
	width:100%;
	padding:15px 0 47px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:41px;
	}

.carousel_slider .section {
	padding:0;
	text-align: center;
	}

.carousel_slider ul {
	width: 600px;
	height: 300px;
	text-align: center;
	display: inline-block;
	float: none;
	}

.carousel_slider li {
	display: inline-block;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

.carousel_slider li img {
	width: 100%;
	}

ul.destacados_home{
	width:100%;
	float:left;
	padding:0;
	margin:0 0 60px;
	overflow:hidden;
	}

ul.destacados_home p{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	}
	
.one_third, .two_thirds, .three_thirds {
	width: 320px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.one_third, .two_thirds {
	float: left;
	margin: 0 20px 0 0;
	}

.three_thirds{
  	margin:0;
	float:left;
	}
	
.one_third h3 a, .two_thirds a, .three_thirds a{
}
	
.portfolio {
	font-size: 11px;
	}
	
.portfolio_4col, .portfolio_3col, .portfolio_2col {
    width:100%;
	float:left;
	}

.portfolio_4col li {
	width: 249px;
	float: left;
	margin-right: 1px;
	}

.portfolio_4col li a{
	width: 100%;
	float: left;
	}
	
.portfolio_4col li img{
	width: 100%;
	float: left;
	height:auto;
	}

.caption {
	position: absolute;
	display: inline-block;
	padding: 8px 15px;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 20px;
	left: 0;
	color: white;
	font-family: "Open Sans", Arial, "Helvetica", sans-serif;
	font-weight: 600;
	font-size: 11px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

.portfolio a:hover .caption {
	background-color: rgba(0,0,0,0.9);
	padding-left: 30px;
	}
	
.top_section{
	width:94%;
	float:left;
	padding:28px 3%;
	background-color:#f2f2f2;
	margin-bottom:40px;
	margin-top:10px;
	}

.top_section h2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	line-height: 25px;
	font-size: 25px;
	margin:0 0 0 9px;
	padding:0 0 0 9px;
	color:#a9a9a8;
	border-left:2px solid #a9a9a8;
}

.top_section .img_logo_section {
	float:left;
	padding-top:1px;
}

.content_info{
	width:680px;
	float:left;
	margin-right:25px;
	padding-right:35px;
	background: url("/img/campo/especiales/sidebar.png") right repeat-y;
	}
	
.content_info h2{
	margin-bottom: 10px;
	font-family: "Open Sans", Arial, "Helvetica", sans-serif;
	font-size: 19px;
	font-weight: 600;
	}
	
.content_info p{
	margin-bottom: 15px;
	font-size: 15px;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 22px;
	color: #333;
	}
	
.content_info p a{
	font-weight:bold;
	}
	
.content_info p a:hover{
	text-decoration:underline;
	}

.aside {
	border: 1px solid #E6E6E6;
	padding: 5px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0 20px 20px 0;
	}

.aside img {
	margin-bottom: 5px;
	}

#container-info {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding-bottom: 20px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 20px;
	}

#container-info:last-child {
	padding-bottom:0px;
	border-bottom:none;
	margin-bottom:0px;
	}
	
#container-info small{
	font-size:10px;
	}

#top_info{
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:1px dotted #cccccc;
	padding-bottom:10px;
	}

h1.titulo{
	width:100%;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:5px;
	color: #000000;
	}

.bajada{
	width:100%;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height: 17px;
	color:#333333;
	}

#content_info{
	float:left;
	width:100%;
	*width:680px;
	padding-bottom:20px;
	}

#content_info p{
	font-size:12px;
	font-weight:normal;
	margin-bottom:15px;
	color:#5e6066;
	line-height:16px;
	}

#content_info table{
	line-height:17px;
	}

#content_info td{
	padding:7px 10px;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #FFFFFF;
	color:#000000;
	font-size:11px;
	}

#content_info td a{
	color:#333333;
	text-decoration:underline;
	}

#content_info td.top{
	color:#FFFFFF;
	background-color:#4d4e4f;
	font-size:12px;
	}

.blanco{color:#FFFFFF !important}

.content_img_info{
	width:100%;
	float:left;
	}
	
.content_img_table{
	width:120px;
	float:left;
	margin:0 10px 10px 0;
	}

.content_img_info img{
	width:100%;
	float:left;
	}

.info_important{
	width:100%;
	float:left;
	font-size:10px;
	}

.info_important a{
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding-top:5px;
	float:left;
	}

.content_info_izq{
	width:48%;
	margin-right:2%;
	float:left;
	}

.content_info_der{
	width:48%;
	margin-left:2%;
	float:left;
	}

.content_grafico{
	width:100%;
	float:left;
	margin-bottom:15px;
	}

.content_grafico_50_uno{
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
	}
	
.content_grafico_50_dos{
	width:49%;
	float:left;
	margin-bottom:15px;
	}

.content_leyenda_grafico{
	width:100%;
	float:left;
	}

ul.leyenda_grafico{
	float:left;
	border:1px solid #cccccc;
	padding:8px 10px;
	}

ul.leyenda_grafico li{
	float:left;
	margin-right:15px;
	color:#000000;
	font-size:11px;
	height:12px;
	}

ul.leyenda_grafico li:last-child{
	margin-right:0;
	}

ul.leyenda_grafico li .block_img{
	float:left;
	margin-right:3px;
	height:12px;
	}

ul.leyenda_grafico li .block_img img{
	float:left;
	height:12px;
	}

ul.leyenda_grafico li .block_txt{
	float:left;
	height:12px;
	line-height:14px;
	}

#credito{
	width:100%;
	border-top:1px dotted #cccccc;
	float:left;
	font-size:10px;
	color:#7f7f7f;
	padding-top:3px;
	}

.sidebar {
	float: left;
	width:260px;
	}

.sidebar_item {
	float:left;
	width:100%;
	margin-bottom: 30px;
	}
	
.contenedor-cita {
	border-left-style:solid;
	border-left-width: 5px;
	border-right-style:solid;
	border-right-width:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding:5px 15px;
	width:200px;
	float:right;
	margin:0 0 15px 15px;
	}

.titulo-cita {
	font-size: 24px;
	font-weight: normal;
	line-height:34px;
	}
	
.recuadro {
	width: 85%;
	float: right;
	margin-top: 20px;
	padding: 20px;
	border-radius: 11px;
	border-width:1px;
	border-style:solid;
	border-left-width: 8px;
	background-color: #fbfaf9;
	margin-left: 15%;
	}
	
	.recuadro p{
	font-family: "Arial", sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	float: right;

	}
	
	.recuadro2 {
	width: 40%;
	float: right;
	margin-top: 20px;
	padding: 20px;
	border-radius: 11px;
	border-width:1px;
	border-style:solid;
	border-left-width: 8px;
	background-color: #F4FAFA;
	margin-left: 5%;
	}
	
	.recuadro2 p{
	font-family: "Arial", sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	float: right;

	}
	
	
#content_footer{
	width:100%;
	float:left;
	padding-top:50px;
	}
	

/*
==========================================================================
  Slide Info
========================================================================== 
*/

#Content_slide{
	width:680px;
	float:left;
	margin:15px 0 30px;
	border-bottom:5px solid #f2f2f2;
	}
	
.Top_slide{
	color:#FFFFFF;
	background-color:#4d4e4f;
	font-size:13px;
	padding:8px 10px;
	border-bottom:1px solid #fff;
	display:block;
	overflow:hidden;
	font-weight:bold;
	}
	
	
#Content_menu_slide{
	width:200px;
	float:left;
	}
	
ul.menu_slide{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background:url(http://static.elmercurio.com/img/campo/Tabla/Bg-menu-table.gif) left top repeat-y;
	}
	
ul.menu_slide li{
	width:175px;
	float:left;
	padding:10px 15px 10px 10px;
	border-bottom:1px solid #fff;
	color:#333;
	text-decoration:none;
	cursor:pointer;
	font-size:13px;
	line-height: 16px;
	}
	
ul.menu_slide li.activate{
	color:#fff;
	background:#96BD0D url(http://static.elmercurio.com/img/campo/Tabla/bullet-menu-table.gif) right center no-repeat;
	}
	
#Content_info_slide{
	width:480px;
	height:550px;
	float:right;
	margin-top:10px;
	overflow:hidden;
	}
	
.item_Slide{
	width:100%;
	float:left;
	position:relative;
	}	

.item_Slide_info{
	width:460px;
	height:550px;
	float:left;
	font-size:13px;
	line-height:19px;
	margin:0;
	padding:0 10px;
	position:relative;
	}
	
.item_Slide_info p{
	font-size:13px;
	line-height:18px;
	margin:0 0 8px;
	padding:0;
	}


/* #Media Queries ================================================== */

/* Smaller than standard 1040 (devices and browsers) */
@media only screen and (max-width: 1040px) {

  body.color .wrapper, body.pattern .wrapper, body.gradient .wrapper {
    width: 100%;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
  }

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

  header h1 {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
  }
  header nav {
    text-align: center;
  }
    header ul {
      display: inline-block;
      float: none;
    }
  .bottom nav {
    text-align: center;
  }
    .bottom ul {
      display: inline-block;
      float: none;
    }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  body{
  	width:100%;
	}
	
  #nav li a, #nav li a:visited{
  	margin:0
	}
	
  .content_logo_especial{
  	width:96%;
	padding:10px 2%;
	}
	
  .carousel_slider ul{
  	width:400px;
	}
	
  ul.destacados_home, .portfolio_4col{
  	width:96%;
	padding:0 2%;
	}
	
  .portfolio_4col li{
  	width:23.5%;
	margin:0 1px 30px 0;
	}
	
  .one_third, .two_thirds{
  	width:32%;
	margin:0 2% 20px 0;
	}
	
  .three_thirds{
  	width:32%;
	margin:0 0 20px;
	}

  .content_info{
  	width:60%;
	padding:0 2%;
	background-image:none;
	margin-right:0;
	}
	
  .sidebar {
    border-top: 1px solid #eaeaea;
    float:left;
	width:34%;
	padding:0;
    margin-bottom: 20px;
    padding-top: 15px;
  	}
  
  .sidebar_item {
	float:left;
	width:100%;
	margin:0 auto 30px;
	}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  body{
  	width:100%;
	}
	
  .content_logo_especial{
  	width:94%;
	padding:10px 3%;
	}
  
  .content_logo_especial img{
  	width:100%;
	height:auto;
	}

  #nav{
  	padding-bottom:1px;
	}
	
  #nav li{
  	width:100%;
	margin:0;
	}

  #nav li a{
	margin:0;
	padding:5px 10px;
	}
	
  ul.destacados_home{
  	width:99%;
	padding:0 3%;
	background-image:none;
	margin-bottom:25px;
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	}
	
  .one_third, .two_thirds, .three_thirds{
  	width:100%;
	margin:0 0 20px;
	}
	
  .one_third h3, .two_thirds h3, .three_thirds h3{
  	margin-bottom:8px;
	}
	
  .portfolio_4col{
  	float:none;
	margin:0 auto 15px;
	width:249px;
	}
  
  .portfolio_4col li{
  	margin-bottom:15px;
	}

  .top_section h2{
  	border-left:none;
	padding:0;
	margin:5px 0 0;
	width:100%;
	}

  .content_info{
  	width:94%;
	padding:0 3%;
	background-image:none;
	}
	
  .slider {
    display: none;
  	}
  
  .sidebar {
    border-top: 1px solid #eaeaea;
    float:left;
	width:94%;
	padding:0 3%;
    margin-bottom: 20px;
    padding-top: 15px;
  	}
  
  .sidebar_item {
	float:none;
	width:260px;
	margin:0 auto 30px;
	}

  .contenedor-cita{
  	width:150px;
	}

}
@media only screen and (max-width: 767px) {
	#nav ul {
	    width: 94.5%;
    	margin: 0 3%;
	}

	 #nav li a, #nav li a:visited{
		width: 97%;
    	text-align: justify;
	}

	#header #nav {
	    width: 100%;
	}

	.top_section {
	    width: 89%;
	    margin-left: 3%;
	    margin-right: 3%;
	}

	



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  body{
  	width:100%;
	}
	
  .content_logo_especial{
  	width:94%;
	padding:10px 3%;
	}
  
  .content_logo_especial img{
  	width:100%;
	height:auto;
	}

  #nav{
  	padding-bottom:1px;
	}
	
  #nav li{
  	width:100%;
	margin:0;
	}

  #nav li a{
	margin:0;
	padding:5px 10px;
	}
	
  ul.destacados_home{
  	width:94%;
	padding:0 3%;
	background-image:none;
	margin-bottom:25px;
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	}
	
  .one_third, .two_thirds, .three_thirds{
  	width:100%;
	margin:0 0 20px;
	}
	
  .one_third h3, .two_thirds h3, .three_thirds h3{
  	margin-bottom:8px;
	}
	
  .portfolio_4col{
  	float:none;
	margin:0 auto 15px;
	width:249px;
	}
  
  .portfolio_4col li{
  	margin-bottom:15px;
	}

  .top_section h2{
  	border-left:none;
	padding:0;
	margin:5px 0 0;
	}

  .content_info{
  	width:94%;
	padding:0 3%;
	background-image:none;
	}
	
  .slider {
    display: none;
  	}
  
  .sidebar {
    border-top: 1px solid #eaeaea;
    float:left;
	width:94%;
	padding:0 3%;
    margin-bottom: 20px;
    padding-top: 15px;
  	}
  
  .sidebar_item {
	float:none;
	width:260px;
	margin:0 auto 30px;
	}

  .contenedor-cita{
  	width:150px;
	}

	h3{
	 	font-size: 15px;
    	margin: 0;
    	margin-bottom: 20px;
	 }

	 ul.destacados_home p {
	    font-size: 15px;
	    line-height: 22px;
	    color: #666666;
	}

	#nav li a, #nav li a:visited{
		font-size: 15px;
		line-height: 25px;
		width: 94.6%;
    	text-align: justify;
	}

	.aside {
	    width: 96%;
	    margin: 0 auto 20px auto;
	}

	.content_info p {
	    line-height: 23px;
	    color: #666;
	}

	.bajada {
	    line-height: 23px;
	    color: #666;
	}
	

}