@charset "UTF-8";
    iframe{ padding-top:20px;
        display: block;  /* iframes are inline by default */   
        height: 62vh;  /* Set height to 100% of the viewport height */   
        width: 62vw;  /* Set width to 100% of the viewport width */     
        border: none; /* Remove default border */
        background: white; /* Just for styling */
    }
.item-page .tabla .centro img{
	margin:2 !important;
	}	
.breadcrumbs {
	padding-bottom:6px;
	margin:0 auto;
	width:70%;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	}
.breadcrumbs a {
	color:#fff;
	text-decoration:none;
	}
.breadcrumbs a:hover {
	color:#9f3a3c;
	text-decoration:underline;
	}
p {
	margin: 0 0 10px;
	}
.row-separator {
	display:none;
	}
.blogotros .items-row {
	min-width:80%;
	clear:none;
	min-height:20px !important;
	}
.blogotros .readmore {
	position:  relative;
	top:-50px;
	float:right;
	}
.blogotros  {
	margin-bottom:0;
	}
.blogotros .column-1 {
	float:none;
	}
.blogotros .item {
	width: auto;
	background-color:#e0e0e0;
	padding-right:0 19px 0 0 !important;
	margin:0 0 4px 45px;
	}

/*.blogotros .row-fluid .span6{
	}

.blogotros .icon-chevron-right{
	display:none;
	}
.blogotros .item .btn {
	background-color:#F00;
	margin-left:545px;
	margin-top:-57px;
	position:absolute;
	z-index:2000;
	text-transform:uppercase;
	font-size:9px;
	padding:2px 10px 2px 10px;
	}*/
.blogotros,
.item-pageotros,
.contact,
.category-list,
.item-page {
	margin:0 auto;
	width:70%;
	background-color:rgba(255,255,255,1.0);
	padding:0 30px 30px 30px;
	/*BORDES REDONDOS*/
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	}
	
	
.items-row {
	min-width:881px;
	min-height: 196px;
	clear:both;
	}	

.img-intro-left {
	min-height:148px;
	margin:0 8px 8px 0;
	float:left;
	}	
.img-intro-left img{
	width:100%;
	}
.blog {
	margin-bottom:0;
	}
.blog {
	margin:0 auto;
	width:90%;
	}
.readmore a {
	display: inline-block;
	font-size:9px;
	background-image:url(../images/fondo_btn_off.gif);
	text-transform:uppercase;
	color:#000;
	margin:0;
	padding:6px;
	border:solid 1px  #CCC;
	/*BORDES REDONDOS*/
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}	
.readmore a:hover {
	background-image:url(../images/fondo_btn_on.gif);
	text-decoration:none;
	}
.cat-children {
	margin:10px;
	clear:both;
	}	
.item {
	padding:20px 20px 12px 20px;
	min-width:200px;
	width:26%;
	background-color:#FFf;
	padding-right:19px;
	margin:0 0 8px 0;
	/*BORDES REDONDOS*/
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	}	
.cat-children {
	display:none;
	}
	
	

.avVideo {
	padding-top:0px !important;
	padding-bottom:30px !important;
	}	
.contact img,
.img-fulltext-left img{
	margin-top:30px !important;
	width:100%;
	}
.content-links ul {
	margin:0;
	padding:0;
	}
	.category-desc img {
		margin-top:30px;
		}
/*.hasPopover {
	display:none;
	}*/

.list-title {
	padding:10px 0;
	border-bottom:dotted 1px #999;
	}
.category {
	border-top:dotted 1px #999;
	width:100%;
	margin:20px 0;
	}
.display-limit {
	text-align:right;
	}
.inputbox{
	border: 1px solid #bbb;
	height: 30px;
}
	
.content-links a,
.category a{
	background-image:url(../../../images/modules/mod_accordeonck/assets/mas.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:13px;
	color: #9f3a3c;
	text-decoration:none;
	}
.content-links a:hover ,
.category a:hover{
	color: #000;
	text-decoration:underline;
	}
.category-desc img {
	width:100%;
	}
.category-list {
		display:block;
		}
.thumbnail img {
	width:100%;
	}
.accordion-heading a {
		display:none;
		}
		
		
.pagination {
  text-align:center;
}
.pagination ul {
	  padding: 20px 0 0 0 !important;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagination li {
  display: inline;
}
.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
/*  background-color: #f5f5f5;*/
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}




		
		
		
		
		

.category-list h2 {
	font-size:30px;
	}
.subheading-category{
	
	padding-top:15px;
	}
.contact-name,
.subheading-category,
.item-page h2 {
	text-align: left !important;
	padding: 20px 44px 0px 0px !important;
	font-size: 36px !important;
	color: #39444c !important;
	
	}
.item-page p{
	font-size:14px;
	text-align:justify;
	}

.column-1,
.column-2,
.column-3  {
	float:left;
	}

.item h2 a{
	color:#000;
	text-decoration:none;
	}
.item h2 a:hover{
	color:#9f3a3c;
	text-decoration:none;
	}
.item h2 {
	margin:20px 60px 6px 60px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	}
.container {
	}








/*lajfdlgfdlgjldfgjlfdjglkdfjgklfjdlgjfkldjglkdfjglfdkjl*/
.boton {
	background-color: #E6E6E6;
	background-image: none;
	outline: 0px none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-decoration: none !important;
	color: #333;
	text-transform: uppercase;
	font-size: 9px;
	padding:6px 10px;
	-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 4px;
background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
background-repeat: repeat-x;
border-width: 1px;
border-style: solid;
}
#arriba {
		width:500px;
	z-index:8000 !important;
	background-color:#0F0;
	}	


	
/*.sinmargen {
	margin: 0 !important;
	padding: 0 !important;
	}*/
.img-intro-right {
	float:right;
	}
/*Lista Categoria articulos*/
.cat-items {
	padding:0 44px;
	}
.badge{
	display:none;
	border-radius:none;
	text-shadow:none;
	color:#000 !important;
	font-weight:normal;
	}

.badge-info {
	background-color:transparent !important;
	}
/*FIN Lista Categoria articulos*/
.custom img{
	margin-bottom:30px;
	}
.custom p{
	text-align:justify;
	font-size:13px;
	}
.custom .titulos {
	line-height:28px;
	text-align:left !important;
		padding-top:20px !important;
		}
#pie .custom p{
	text-align:center !important;
		font-size:11px;
		padding-bottom:16px;
	}

.custom p {
	margin: 0 44px;
	}
#derechos .custom p {
	text-align: center;
	margin: 0 !important;
	}
#derechos .custom p{
	font-size:11px;
	}
.item-pagenoticia p,
.item-pageotros p,
.item-page p{
	padding:0 44px !important;
	text-align:justify;
	font-size:13px;
	}
.item-pagenoticia img,
.item-page img {
	/*margin:10px 0 10px 0;*/
	}
	
.blognoticia .titulos {
	line-height:30px;
	font-size: 30px !important;
	padding:0 !important;
	text-align:left !important;
	}
.blognoticia .icon-chevron-right{
	display:none;
	}	
.blognoticia .item .btn {
	text-transform:uppercase;
	font-size:9px;
	padding:2px 10px 2px 10px;
	}
.blognoticia .item p{
text-align: justify;
font-size: 13px;
}
.blognoticia .item h2 {
	line-height:30px;
	font-size:30px !important;
	color:#39444c !important;
	font-weight:normal !important;
}
.blognoticia .item {
	/*BORDES REDONDOS*/
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	width:300px;
	height: 320px;
	background-color:#FFf;
	padding:20px;
	margin:20px;
	}

/*BLOG OTROS*/
/*.row-0 {
	height:10px !important;
	}*/

.blogotros .category-desc p {
	margin: 20px 0 10px 45px;
	}
/*.blogotros .pagination{
	display:block;
	width: 737px;
	padding:0;
	margin:0;
	text-align:center;
		}
.blogotros.pagination ul{
		margin: 0 !important;
	padding:0 !important;
		}
.blogotros.pagination li{
		margin: 0 !important;
	padding:0 !important;
		}		
.blogotros img{
	margin:4px;
	margin-right:22px;
	}
*/
	
/*BLOG*/
.counter{
	display:none;
	}
	
/*.blog img {
	float:left;
	margin-right:22px;
	}*/

	

.row-fluid .span6{
	width:347px !important;
	}
.column-1,
.column-2,
.column-3 {
	margin:4px !important;
	}
/*.blogotros .column-2 {
	margin-left:8px !important;
	}
.blogotros .column-1{
	padding:4px;
	}
.blognoticia .column-2 {
	margin-left:16px !important;
	}*/
	
	
	
.blog .icon-chevron-right{
	display:none;
	}
.blog .btn {
	text-transform:uppercase;
	font-size:9px;
	padding:2px 10px 2px 10px;
	}

.blog .btn a:visited{
	}
.blog .btn a:hover{
	}

	
