﻿/*
Theme Name: Serendipity - Fully Responsive HTML Blog
Theme URI: http://themes.iki-bir.com/serendipity-html
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}



	#menuList {
	  background-color: #99a800;
	  border: 1px solid #516503;
	  margin: 0px;
	  padding: 2px;
	  line-height:12px;
   
}


  
xxx

#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all 1s;
    -webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
		opacity: 0;
		visibility: hidden;
}
.popup-contenedor {
   position: relative;
   margin:3% auto;
   padding:4px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:85%;
}
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #940000;
   padding:7px 10px;
   font-size: 15px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}
#popup {
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   bottom:0; 
   right:0;

   margin:0;
   /* Animación que durará 2 segundos*/
  -webkit-animation:autopopup 2s;
		-moz-animation:autopopup 2s;
		animation:autopopup 2s;
	

}

@-webkit-keyframes autopopup {
			from {opacity: 0;margin-top:-200px;}
			to {opacity: 1;}
		}
		@-moz-keyframes autopopup {
			from {opacity: 0;margin-top:-200px;}
			to {opacity: 1;}
		}
		@keyframes autopopup {
			from {opacity: 0;margin-top:-200px;}
			to {opacity: 1;}
		}





#menuList2 li a, #menuList1 li a:focus {
  display: block;
  background-color: #cee2a6;
  border: 1px solid #f15b2a;
  margin: 0;
  text-decoration: none;
  color: #000;
  font-family: Verdana,Arial,Helvetica; 
  font-size: 12px;
  font-weight:bold;
  padding: 15px;/* Cuanto mayor sea el espaciado, mas grande será el area del botón. */
}

#menuList2 li a:hover {
  background-color: #f15b2a;
  border-color: #FFF;
  color: #FFF;
}













#menuList li {
  display: block; /* De este modo los elementos del menú se mostrán como bloques uno debajo de otro y hasta el ancho del menú */
   
  padding: 0;
  list-style: none;
}






#menuList li a, #menuList1 li a:focus {
  display: block;
  background-color: #bbe666;
  border: 1px solid #627800;
  margin: 0;
  text-decoration: none;
  color: #000;
  font-family: Verdana,Arial,Helvetica; 
  font-size: 12px;
  font-weight:bold;
  padding: 15px;/* Cuanto mayor sea el espaciado, mas grande será el area del botón. */
}

#menuList li a:hover {
  background-color: #f15b2a;
  border-color: #FFF;
  color: #FFF;
}
#crumbs-r {
	
	text-align: center;
	line-height: 18px;
padding-bottom: 11px;
	margin-left: 	10.3%;
	margin-right: 10.3%;
		background:rgba(4, 82, 2, 0.1);
	font-family: Oswald, Arial;
	}


.warp {
	width: 950px;
	height: 10px;
	margin: auto;
	max-width: 100px;
			
}

	

.widget1 {
	
	width: auto;
	
	margin: 0px;
	
	
	
}

.widget1 p {
	display: inline-block;
	line-height: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	
}

.fecha {
	
	font-family: Oswald, Arial;
	text-align: center;
	font-size:14px;
	margin-bottom: 0px;
	/*margin-bottom: 5px;*/
	background:#024a0b;;
	 ;
	width: 100%;
	
}

.reloj {
	font-family: Oswald, Arial;
	width: 100%;
	padding: 1px;
	font-size: 1rem;
	text-align: center;
	background: rgba(0,0,0,.5);
	
}

.reloj .caja-segundos {
	display: inline-block;
}

.reloj .segundos,

.reloj .ampm {
	font-size:0,5rem;
	display: inline-block;
}




.ex1   {
	padding-left: 30px;
	 padding-right: 50px;
	max-width: 1200px;
	min-width: 50px;
	max-height: 600px;
	max-height: 50px;
	margin-left: 65px;
	}
.ex1 img{
	box-shadow: 0px 4px 3px #264201;
	border-radius: 5px;
float: left;
margin: 10px;
	
-webkit-transition: margin 0.5s ease-out;
-moz-transition: margin 0.5s ease-out;
-ms-transition: margin 0.5s ease-out;
transition: margin 0.5s ease-out;
	opacity: 0.7;
}


.ex1 img:hover {
margin-top: 2px;
	opacity: 1;
}

	.boton {
 background: #627800;
  background-image: -webkit-linear-gradient(top, #627800, #345c00);
  background-image: -moz-linear-gradient(top, #627800, #345c00);
  background-image: -ms-linear-gradient(top, #627800, #345c00);
  background-image: -o-linear-gradient(top, #627800, #345c00);
  background-image: linear-gradient(to bottom, #627800, #345c00);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #041f00;
  -webkit-box-shadow: 0px 3px 2px #264201;
  -moz-box-shadow: 0px 3px 2px #264201;
  box-shadow: 0px 3px 2px #264201;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 9px 10px 9px 10px;
  border: solid #1d2e04 1px;
  text-decoration: none;
		}

.boton:hover {
  background: #718000;
  background-image: -webkit-linear-gradient(top, #718000, #879613);
  background-image: -moz-linear-gradient(top, #718000, #879613);
  background-image: -ms-linear-gradient(top, #718000, #879613);
  background-image: -o-linear-gradient(top, #718000, #879613);
  background-image: linear-gradient(to bottom, #718000, #879613);
  text-decoration: none;
}

.contenido-articulo {
  padding: 40px 40px 40px40px
}
.texto p {
	margin: 15px;
}
.texto  {
	

	

	
	padding-bottom: 0px;
	margin: auto;
	line-height: 25px;
    width: 100%;
		
    position: relative;
    overflow: hidden;
	 
	border: 1px solid #000;
}


 




.texto3  {
	
	padding-top:0px;
	

	 
	margin: auto;
	line-height: 25px;
    width: 100%;
		background: #9fb112;	
    position: relative;
    overflow: hidden;
	 
	border: 1px solid #06330f;
}
.texto3 p {
	margin: 15px;

}

.fotos {
	margin:auto;
	margin-top: 15px;
	margin-bottom: 25px;
	align-content: center;
  width:95%;
	background-color: #ffffff;	
   
    overflow: hidden;
    box-shadow: 0 0 0 10px #fff,
   0 10px 25px;	
}

.fotosn {
 
 
  width:90%;
 
	height: auto;
	background-color: #ffffff;	
   position: relative;
 
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff,
   0 6px 25px;	
}

.fotos1 {
	margin: 45px;
	 float: left;
  
	background-color: #ffffff;	
   width: 40%;
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff,
   0 6px 25px;	
}
.foto2 {
	margin: auto;
	align-content: center;
    width: 64%;
text-align: center;
    position: relative;
   
   	
}

.foto3 {
		padding top: 30px;
	margin: auto;
    width: 90%;
	background-color: #ffffff;	
    position: relative;
}

.foto3  img {
	 	
	
	width: 300px;		
	height: 230px;
	
	border-radius: 20px;
 
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
opacity: 0.8;
z-index: 1;
margin: 50px;
position: relative;
	
	overflow: hidden;
	
    border: 8px solid #ffffff;
       box-shadow: 5px 5px 5px #111;
	    -webkit-box-shadow: 5px 5px 5px #111;
	
	     
}

.foto3 img:hover {
-webkit-transform: scale( 1.1 );
-moz-transform: scale( 1.3 );
-o-transform: scale( 1.3 );
box-shadow: 0px 0px 25px gray;
-webkit-box-shadow: 0px 0px 25px gray;
-moz-box-shadow: 0px 0px 25px gray;
opacity: 1;
z-index: 10;
}		


	


.foto2 img {
	height: auto;
	max-width: 100%;
width: 450px;
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
opacity: 0.8;
z-index: 1;
margin: 0;
position: relative;
	overflow: hidden;
	
    border: 8px solid #ffffff;
       box-shadow: 5px 5px 5px #111;
	    -webkit-box-shadow: 5px 5px 5px #111;
	    float: center;
}

.foto2 img:hover {
-webkit-transform: scale( 1.2 );
-moz-transform: scale( 1.2 );
-o-transform: scale( 1.2 );
box-shadow: 0px 0px 25px gray;
-webkit-box-shadow: 0px 0px 25px gray;
-moz-box-shadow: 0px 0px 25px gray;
opacity: 1;
z-index: 10;
}


.video-f{
	text-align: left;
	float:left;		

	margin:35px;
    width: 950px;
	height: 500px;
	background-color: #ffffff;	
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff,
   0 6px 25px;	
}
.video{
	padding top: 30px;
	margin: auto;
    width: 90%;
	background-color: #ffffff;	
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff,
   0 6px 25px;	
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

body {
	background: #7c0404;
	line-height: 1;
	}
		
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
	border-radius: 0; 
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.sticky,
.gallery-caption,
.wp-caption, 
.wp-caption-text {}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/


body, input, textarea {
	font: 15px 'verdana', serif;
	font-weight: normal;
	line-height: 27px;
	background:#d8d8d8;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'VERDANA';
	font-weight: normal;
	color: #FFFFFF;
	
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit; 
	
}
h1 { 
	font-size: 32px; 
	line-height: 0px; 
	 
}
h2 { 
	font-size: 28px; 
	line-height:40px; 
	margin-bottom: 10px; 
	background: #06330f;
	
}
h3 { 
	font-size: 24px; 
	line-height: 26px; 
	margin-bottom: 15px; 
} 
h4 { 
	font-size: 20px; 
	line-height: 22px; 
	margin-bottom: 4px; 
} 
h5 { 
	font-size: 17px; 
	line-height: 19px; 
}						
h6 { 
	font-size: 12px; 
	line-height: 14px; 
}

/* Horizontal Line */
hr {	
	background: transparent url(style/images/line.png) repeat-x bottom left;
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: -1px 10px 20px 10px;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	background: transparent url(style/images/dark-bullet.png) no-repeat left 13px;
	padding-left: 0px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
	font-family: 'MarketDecoRegular';
}

.lite1 {
	color: #ca6d6d;
	border-bottom: 1px dotted #ca6d6d;
}

.lite2 {
	border-bottom: 1px dotted #ca6d6d;
}

.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 0 0 20px 0;
	text-shadow: none;
	padding: 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
}

/* Links */
a {
	font-family:'Oswald', serif;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color: #c2ba00;
}

/* Button */
a.button,
input#submit,
.forms fieldset .btn-submit  {
	background: #555 url(style/images/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-size: 12px;
	line-height: 25px;
}

input#submit  {
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
	align-content: center;
	
}

.map.full {
	margin: 5px;
}

.map iframe {
	 
	width: 100%;
	 
	
	 
}

.map, .media {
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Images */

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
/* 
embed,
iframe,
object {
	max-width: 100%;
} */

.intro {
	font-family: 'MerriweatherRegular';
	font-size: 20px;
	line-height: 32px;
	color: #a0a0a0;
	text-align: center;
	margin-top: -9px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: transparent url(style/images/line.png) repeat-x center bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width: 450px;
	height:250px;
	
	 
	
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
 
  
#slider {
    display: flex;
    width: 400%;
  }

  #slider section {
    width: 100%;
  }

  #slider img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }

  #btn-prev:hover, #btn-next:hover {
    background: rgba(255, 255,255,1);
  }

  #btn-prev {
    left: 10px;
  }

  #btn-next {
    right: V;ight: 10px;	
  }

  #full-size {
    display: flex;
    width: 400%;
  }

  #slider section {
    width: 100%;
  }

  #slider img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }

  #btn-prev:hover, #btn-next:hover {
    background: rgba(255, 255,255,1);
  }

  #btn-prev {
    left: 10px;
  }

  #btn-next {
    right: 10px;	
  }

#branding #site-title {
	
	
	
	
}

#primary {
	width: 100%;
	
	padding-top:0px;
	
}

#page {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	max-width:1200px;
	margin: 0px auto;
	
	 box-shadow: 0 0 0 0px #fff,
   0 15px 50px;
	background-image: url(img/bg2.jpg) ;
	
}

#wrapper {

	
	-moz-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
}			


	#content {	
		
    margin: auto;
		margin-top: 20px;
    width: 100%;
    max-width:1000px;		
    position: relative;
    overflow: hidden;
      box-shadow: 0 0 0 8px #fff, 10px 18px 25px;
		
		
  }
	


#main {
	clear: both;
	padding: 0px 0 0 0;
	margin: auto;
	
	
}

/* Header */
#branding {
	position: relative;
	
	margin-bottom: px;	
	
	
}
#site-title {
	  
 background:  url(img/fondoheader.jpg)   no-repeat;
 
  
	
	x
	
}
#site-title img {
position:relative;
	margin-top: 1px;
	 


	
	}
#site-title a:hover {
	color: #585858;
}
#branding .header-image {
	  display: flex; 
	z-index: 2;	
	}
#branding .header-image img {
	height: auto;
	width: 100%;
	display: block;
	

}


.tpl-info-dl > div {
    font: 25px 'Lato',sans-serif;
       color: #940000;
         font-weight: bold;
	    
}


.tpl-info-dl {
    text-align: center;
   
     
    text-transform: uppercase;
}

.tpl-info-dl > div > div:before {
    margin-right: 5px;
}

.tpl-info-dl > div > div:before, .tpl-info-dl > div > div:after {
    content: "";
    background: #cf3300;
    height: 1px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.tpl-info-dl > div > div {
    font: 15px/20px 'lato',sans-serif;
l    letter-spacing: .2em;
     color: #000;
}




.social {
	position: absolute;
	top:35px;
	right: 69px;
	min-width:400px;
}

.social ul {
	float: right;
	list-style: none;
}

.social ul li {
	float: left;
	margin-right:10px;
	padding: 0;
	background: none;
}

.social ul li img {
	display: block;
	
}

form#searchform {
	width: 300px;
}

.no-results form#searchform {
	padding: 0px 0 0 0;
}

form#searchform:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input#searchsubmit {
	 float: right;
	 border: none;
	 background: #404040 url(style/images/icon-search.png) center center no-repeat;
	 height: 25px;
	 width: 25px;
	 text-indent: -99999px;
	 cursor: pointer;
}

input#s {
    height: 21px;
    padding: 0 5px 2px 5px;
    width: 264px;
    background-color: transparent;
    border: 1px solid #a3a3a3;
    border-right: 0;
    color: #a0a0a0;
    font-family: 'MerriweatherRegular';
    font-size: 12px;
    display: block;
    float: left;
}

.social .widget_search .search-text-box {
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    height: 21px;
    padding: 0 5px 2px 5px !important;
    width: 140px;
    background-color: #fff;
    border: 1px solid #0c3202;
    border-right: 0;
    color: #0c3202;
    float: right;
    font-family: 'MerriweatherRegular';
    font-size: 12px;
}
.social input.search-submit-button {
	
	 float: right;
	 border: none;
	 background: #012800 url(style/images/icon-search.png) center center no-repeat;
	 height:25px;
	 width: 25px;
	 text-indent: -99999px;
	 cursor: pointer;
}
.social .widget_search .search-text-box:focus {
    width: 150px;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/


.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #000000; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }.datagrid table td, .datagrid table th { padding: 10px 19px; }.datagrid table thead th {;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');background-color:#e57c21; color:#000000; font-size: 14px; font-weight: bold; border-left: 1px solid #000000; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { border: 1px solid #000000;  color: #000000; border-left: 1px solid #000000;font-size: 14px;font-weight: normal; }.datagrid table tbody .alt td { background: #FFFFFF; color: #000000; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }




/*-----------------------------------------------------------------------------------*/
/*	directiva
/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/*	directiva
/*-----------------------------------------------------------------------------------*/



.triangle-l {
	background-color:  #690f0f ;

	height:11px;
	width:15px;
	position: relative;
	left: 1px;
	top: -5px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	background-color:#690f0f;
	border-style:solid;
	
	height:11px;
	width:15px;
	position: relative;
	left: 1220px;
	top: -17px;

	z-index: -1; /* displayed under bubble */
}
#access  {
	
    position: relative;
   
    
	 margin-top: auto;
	 
}
#lamp {
	position: relative;
	 
}

#barra img {
	position: relative;
min-width:110px;
	
}

.menu {
	position: inherit;
}
#access .menu {

	 padding: 7px;
	list-style: none;
    font-weight: normal;
    position: relative;
    font-family: 'verdana';
    background-color: #940000;
  
}
#access .menu ul {
	
	
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: center;
	
	height: 40px;
	margin: 0 -9px;
	background: #7c0404
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);

	
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 12px;

	padding-top: 8px;
	background: none;
	height: 34px;
	border-radius: 0.9em;
}

#access .menu ul li:hover {
	background: #d03300;
background: -moz-linear-gradient(top, rgba(208,58,0,1) 47%, rgba(208,58,2,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(47%, rgba(93,2,0,1)), color-stop(100%, rgba(93,7,2,1)));
background: -webkit-linear-gradient(top, rgba(93,2,0,1) 47%, rgba(93,,2,1) 100%);
background: -o-linear-gradient(top, rgba(93,2,0,1) 47%, rgba(93,7,2,1) 100%);
background: -ms-linear-gradient(top, rgba(93,2,0,1) 47%, rgba(93,7,2,1) 100%);
background: linear-gradient(to bottom, rgba(93,2,0,1) 47%, rgba(93,7,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#451c08', endColorstr='#1f0702', GradientType=0 );
}



#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 2;
	color: #f3f3f3;
	-webkit-transition:all 100ms ease-in;
	-o-transition:all 100ms ease-in;
	-moz-transition:all 100ms ease-in;	
}

#access .menu ul li a div {
	height: 15px;
	width: 17px;
 
	margin-right:100px
	 
}

#access .menu ul li a:hover, 
#access .menu ul li.active a, 
#access .menu ul li a.selected {
	color: #c2ba00;
}
#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 130px;
	padding: 8px;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #333;
}
#access .menu ul li ul li ul {
	top: 10px;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	color: #f3f3f3;
	background-color: #d03300;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background-color: #fff;
	color: #d03300;
}
#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 280px;
	margin:auto;
	    margin-top: 45px;
}

/*-----------------------------------------------------------------------------------*/
/*	pdf
/*-----------------------------------------------------------------------------------*/

iframe{
    width: 80%;
    height: 80vh;
    
   }
 /*-----------------------------------------------------------------------------------*/
/*	boton
/*-----------------------------------------------------------------------------------*/
.boton_personalizado {
    text-decoration: none;
    padding: 8px;
    font-weight: 550;
    font-size: 10px;
    color: #ffffff;
    background-color: #ae0000;
    border-radius: 6px;

  border: 1.5px solid #ffffff;
  }

.boton_personalizado, .post  article center a {
    font-size: 1.10em;
   
    color: #fbff00;

}


/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/

.foto-presi {
	margin: auto;
    width: 25%;
	background-color: #ffffff;	
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff,
   0 6px 25px;
	
}

.hentry {
	margin: auto;
	margin-top: 11px;
    width: 93%;
	 
    max-width:1000px;		
    position: relative;
    overflow: hidden;
  
	
		
}
.hentry-foto {
	
	margin: auto;
    width: 80%;
	background-color: #ffffff;
    max-width: 950px;		
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 5px #ffffff,
   0 10px 40px ; border: solid #999999 1px;
	
		
}

.hentry.footer.entry-meta {
	display: none;
}

.no-results {
	margin-bottom: 40px;
}

.page-title {
	text-align: center;
	margin: 0 0 30px 0;
}
.entry-header {
	text-align: center;
	
}
.entry-header2 h6{
	text-align: center;
	font-size: 19px;
		line-height: 25px;
	
}
.entry-title {
	color: #ffffff;
 
	font-size: 20px;
	padding: 10px;
	
	
}

.entry-title01{
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	 
}

.entry-title01  a {
	color: #000;
	font-size: 16px;
	font-weight:bold;
	
	
}

	
.contenido1	{
	
 
	
background-color: #ffffff ;		
position: relative;
    

}

.entry-title,
.entry-title a {
	color: #ffffff;
	text-decoration: none;
	background-color: #940000;
	font: 19px 'Lato',sans-serif;
}
.entry-title a:hover {
	color: #c2ba00;
	
}
.entry-title span.featured-format {
	background: url(style/images/icon-featured.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 20px;
	margin-top: -10px;
	margin-right: 10px;
	
}
.entry-meta {
	color: #506c3f;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	
}


.entry-meta a {
	color: #3a5c26	;
}
.entry-meta a:hover {
	color: #c2ba00;
	text-decoration: none;
}
.entry-meta .sep {
	padding: 0 5px;
}
.footer.entry-meta .tags a:before{
	content: "#";
	display: inline-block;
}
.entry-meta .comments-link,
.entry-meta span.edit  {
	display: inline;
}
.entry-meta .standard-format,
.entry-meta .image-format,
.entry-meta .quote-format,
.entry-meta .link-format,
.entry-meta .chat-format,
.entry-meta .audio-format,
.entry-meta .gallery-format,
.entry-meta .video-format {
	background: url(style/images/icon-article.png) no-repeat center center;
	text-indent: -99999px;
	display: inline-block;
	width: 11px;
	line-height: 1;
}

.entry-meta .image-format {
	background-image: url(style/images/icon-image.png);
	background-position: center bottom;
	width: 14px;
}

.entry-meta .quote-format {
	background-image: url(style/images/icon-quote.png);
	width: 12px;
	background-position: center bottom;
}

.entry-meta .link-format {
	background-image: url(style/images/icon-link.png);
	width: 12px;
	background-position: center bottom;
}

.entry-meta .chat-format {
	background-image: url(style/images/icon-chat.png);
	width: 11px;
	background-position: center bottom;
}

.entry-meta .audio-format {
	background-image: url(style/images/icon-audio.png);
	width: 9px;
	background-position: center bottom;
}

.entry-meta .gallery-format {
	background-image: url(style/images/icon-gallery.png);
	width: 16px;
	background-position: center bottom;
}

.entry-meta .video-format {
	background-image: url(style/images/icon-video.png);
	width: 11px;
	background-position: center bottom;
}
.entry-header .entry-format {
	display: inline;
}

.single-author .entry-meta .by-author {
	display: none;
}

.post .sharing-wrapper {
	margin:0 0 20px;
	position: relative;
}

.post .sharing-wrapper .share-facebook {
	padding-right: 20px;
}

/* =Link
----------------------------------------------- */

.format-link .entry-title span.arrow {
	padding-left: 5px;
	font-family: Arial, sans-serif;
}
.format-link .entry-content padding: ;{
	padding: 0;
	font-family: 'Arial Narrow'; 
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}

.format-quote blockquote p {
	margin: 0;
}

.format-quote blockquote cite {
	color: #a0a0a0;
	font-variant: small-caps;
	font-style: normal;
	display: block;
}

.format-quote blockquote cite:before {
	content: "-";
	padding-right: 5px;
}

/* =Video
----------------------------------------------- */

.format-video .media {
	margin: 0 -40px 20px;
	overflow: hidden;
}

/* =Audio
----------------------------------------------- */

.audio-wrapper {
	margin: 0 auto 20px;
}


/* =Image
----------------------------------------------- */

.slider img {
	display: block;
}

.slider {
	margin: 0 -40px 20px;
}

.normal-size {
	margin-bottom: 20px;
	text-align: center;
}

.normal-size img {
	display: inline;
	vertical-align:bottom;
}

/* =Gallery
----------------------------------------------- */

.gallery-items {
	
	
}

.gallery-items li.item {
	float: left;
	width: 25%;
	background: none;
	padding: 0;
}

.gallery-items li.item img{
	display: block;
	max-width: 100%;
}

.gallery-items:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery-thumbnail {
	display: none;
}


/*-----------------------------------------------------------------------------------*/
/*	HOVER
/*-----------------------------------------------------------------------------------*/

.gallery-items li.item {
	display: block;
	position: relative;
}
.gallery-items li.item img {
	display: block;
	position: relative;
}
.gallery-items li.item a span {
	display: none;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.zoom {
	position: absolute;
	background: transparent url(style/images/icon-plus.png) no-repeat center center;
}
.overlay {
	background-color: rgba(15, 15, 15, 0.6);
	
}



/*-----------------------------------------------------------------------------------*/
/*	HOVER
/*-----------------------------------------------------------------------------------*/

#cuerpoContenido {
    position: absolute;
    height: 500px;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    top: 580px;
}



#cuerpoContenidoIzq {
	
    height: 370px;
    width: 321px;
    float: left;
	margin : 0px;
}



#cuerpoContenidoIzqTitulo {
    height:39px;
    width: 306px;
    background-image:  ;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #560707;
    text-align: center;
    font-weight: bold;
    margin-left: 9px;
}

#cuerpoContenidoIzqImagen {
    height: 126px;
    width: 321px;
    background-image: url(img/img-1.png);
}

#cuerpoContenidoIzqTexto {
    height: 115px;
    width: 306px;
    padding-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #726357;
    text-align: justify;
    margin-left: 9px;
}


#cuerpoContenidoIzqVerMas {
    height: 29px;
    width: 306px;
    background-image: url(img/btn-1.png);
    margin-top: 23px;
    margin-left: 5px;
}

#cuerpoContenidoVerMasTexto {
    height: 20px;
    width: 80px;
    margin-top: 5px;
    margin-left: 115px;
    display: inline-block;
    text-align: center;
}


#cuerpoContenidoCenter {
    height: 370px;
    width: 321px;
    margin-left: 12px;
    float: left;
}

#cuerpoContenidoCenterBienvenido {
    width: 206px;
    height: 39px;
    margin-left: 45px;
}

#cuerpoContenidoCenterFoto {
    width: 318px;
    height: 230px;
    margin-top: 20px;
    margin-left: 5px;
}

.verMasTexto {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

#cuerpoContenidoCenterVerMas {
    height: 29px;
    width: 306px;
    background-image: url(img/btn-1.png);
    margin-top: 25px;
    margin-left: 5px;
}

#cuerpoContenidoVerMasTexto {
    height: 20px;
    width: 80px;
    margin-top: 5px;
    margin-left: 115px;
    display: inline-block;
    text-align: center;
}



#cuerpoContenidoDer {
    height: 370px;
    width: 318px;
    margin-left: 8px;
    float: left;
}


#cuerpoContenidoDerTitulo {
    height: 39px;
    width: 306px;
    background-image: url(../images/line.png);
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #560707;
    text-align: center;
    font-weight: bold;
    margin-left: 9px;
}

#cuerpoContenidoDerMapa {
    height: 126px;
    width: 321px;
}
.tpl-info2-dl1 > article > header {
    font: 22px/24px 'Lato',sans-serif;
	 color: #fdd494
	
	}


.tpl-info2-dl1 > article {
    padding: 5px;
	
}
.tpl-info2-dl1 > article {

    background: #9d4e3f;
      background: rgb(174, 0, 0);
	
}
.tpl-info2-dl1 {
    text-align: center;
  
    padding-top: 10px;
    color: #fff;
}
.tpl-info2-dl > article {

    background: #9d4e3f;
      background: rgb(174, 0, 0);
	
}
 
.tpl-info2-dl > article {
    max-width: 1000px;
  
    margin:auto;
    box-sizing: border-box;
	
}
 
.tpl-info2-dl > article {
    padding: 15px;
	
}



.tpl-info2-dl > article > header {
    font: 22px/24px 'Lato',sans-serif;
	 color: #fdd494
	
	}

.tpl-info2-dl > article > header:after {
    content: "";
    background: #fdd494;
    width: 100px;
    height: 2px;
    display: block;
    margin: 15px auto;
	
}

.tpl-info2-dl {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #fff;
}

.tpl-info2-dl > article > section {
    font: 300 16px/20px 'Lato',sans-serif;
}

.tpl-boxes4-dl {
    padding: 0 0px;
	text-align: center;
	
	
	}


.tpl-boxes4-dl  > div {
    max-width: 1200px;
    margin:  auto;
    box-sizing: border-box;
	 
}

.tpl-boxes4-dl > div > article {
    border-top-color: #9d4e3f;
	 max-width:300px;
	min-width: 313px;
	 float: left;
	margin-left:20px;
}

.tpl-boxes4-dl > div > article {
    margin-bottom: 20px;
    width: 30%;
    width: calc(100% / 3 - 14px);
border-top: 3px solid #be984b;
	background: #fff;
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
    -moz-background-size: 0;
    background-size: 0;
	
}


.tpl-boxes4-dl > div > article > header {
    color: #9d4e3f;
font: 24px 'Playfair display',serif;
    color: #4a5970;
    text-transform: uppercase;
    padding: 20px 20px 0;

}


.tpl-boxes4-dl > div > article > header, .tpl-boxes-dl > div > article> section {
    background: #fff;
}



.tpl-boxes4-dl > div > article > header:after {
    background: #9d4e3f;
	    content: "";
    background: #be984b;
    width: 40px;
    height: 2px;
    display: block;
    margin: 20px auto;
}



.tpl-boxes4-dl > div > article > section {
    padding: 0 20px 25px;
    font: 14px/20px 'Lato',sans-serif;
    color: #666;
}

 





.tpl-boxes2-dl {
    padding: 10px 10px 0;
	text-align: center;
}



.tpl-boxes2-dl > div {
    border-top-color: #9d4e3f;
 
	max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
	background: #fff;
    position: relative;
    border-top: 3px solid #cf3302;
	 
	
}

.tpl-boxes2-dl > div:after {
    content: '';
    display: block;
    clear: both;
}



.tpl-boxes2-dl > div > div {
    position: static;
    max-width:  960px;
	min-width: 120px;
	
   
   
	
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tpl-boxes2-dl > div > article > header {
	max-width:960px;
	min-width: 150px;
	min-height: 50px;
    color: #d03300;
	overflow: hidden;
font: 22px 'Lato',sans-serif;
text-transform: uppercase;

}

.tpl-boxes2-dl > div > article > header:after {
    background: #9d4e3f;
content: "";
    background: #d13303;
    width: 40px;
    height: 2px;
    display: block;
    margin: 20px auto;


}

.tpl-boxes2-dl > div > article > section {
    text-align: justify;
	font: 300 14px/18px 'Lato',sans-serif;
}



/*------2-----------------------------------------------------------------------------*/



.tpl-boxes2-dl {
    padding: 10px 10px 0;
	text-align: center;
}



.tpl-boxes2-dl2 > div {
    border-top-color: #9d4e3f;
 
	max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
	background: #fff;
    position: relative;
    border-top: 3px solid #cf3302;
	 
	
}

.tpl-boxes2-dl2 > div:after {
    content: '';
    display: block;
    clear: both;
}



.tpl-boxes2-dl2 > div > div {
    position: static;
    max-width:  360px;
	min-width: 120px;
	
    float: left;
    border-right: 70px solid #fff;
    border-bottom: 20px solid #fff;
	top: 20px;
    left: 20px;
    right: 20px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tpl-boxes2-dl2> div > article > header {
	max-width:450px;
	min-width: 150px;
	min-height: 50px;
    color: #d03300;
	overflow: hidden;
font: 22px 'Lato',sans-serif;
text-transform: uppercase;

}

.tpl-boxes2-dl2 > div > article > header:after {
    background: #9d4e3f;
content: "";
    background: #d13303;
    width: 40px;
    height: 2px;
    display: block;
    margin: 20px auto;


}

.tpl-boxes2-dl2 > div > article > section {
    text-align: justify;
	font: 300 14px/18px 'Lato',sans-serif;
}


.tpl-boxes2-dl2 > div > div> section  >ul   >li a:hover{

color:#d03300;
}


.tpl-boxes2-dl2 > div > div> section  >ul   >li >a {

font-size:13.5px;
}

/*-----------------------------------------------------------------------------------*/
.tpl-sharer-dl {
    padding: 0 10px 25px;
	    text-align: center;

}
.tpl-sharer-dl > div {
    color: #9d4e3f;
}
.tpl-sharer-dl > div {
    
	    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
	padding: 15px 20px;
	 
}

.tpl-sharer-dl > div {
    background: #940000;
    color: #be984b;
    font: 12px 'Lato',sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.tpl-sharer-dl > div > div {
    display: table;
    width: 100%;
	letter-spacing: .2em;
    text-transform: uppercase;
	
}

.tpl-sharer-dl > div > div > div:last-of-type {
    width: auto;
	text-align: right;
	
}

.tpl-sharer-dl > div > div > div {
    display: table-cell;
    vertical-align: middle;
}

.tpl-sharer-dl > div > div > div:last-of-type > div, .tpl-sharer-dl > div > div > div:last-of-type > ul {
    display: inline-block;
    vertical-align: middle;
}

.tpl-sharer-dl > div > div > div:last-of-type > div, .tpl-sharer-dl > div > div > div:last-of-type > ul {
    display: inline-block;
    vertical-align: middle;
}

.tpl-sharer-dl > div > div > div:last-of-type > ul > li {
    display: inline-block;
}

li {
    list-style: none;
}


ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.tpl-boxes-dl {
    padding-right:20px; 
	text-align: center;
}


.tpl-boxes-dl > div {
    max-width: 1000px;
    
 

}

.tpl-boxes-dl > div > article {
    border-top-color: #9d4e3f;
    background-size: 0;
    background-position: -999999px -999999px;
	width: calc(100% -3px);
    padding-left: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
	position: relative;
	    border-top: 3px solid #d03300;
    background: #fff ;
	 max-width:470px;
	min-width: 60px;
 background-repeat: no-repeat;
	 float: left;
	margin-left: 20px;
	background-position: left:
	
}


.tpl-boxes-dl > div > article:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
     
    height: auto;
	content: '';
    height: 200px;
    display: block;
    background-image: inherit;
    background-size: cover;
    background-position: center;
     
}

.tpl-boxes-dl > div > article > header {
    color: #d03300;

}
.tpl-boxes-dl > div > article > header, .tpl-boxes-dl > div > article > section {
    margin-left: 50%;
}

.tpl-boxes-dl > div > article > header {
        font: 22px 'Lato',sans-serif;
    
    text-transform: uppercase;
}

.tpl-boxes-dl > div > article > header, .tpl-boxes-dl > div > article > section {
    background: #fff;
    padding: 20px 20px 0;
}
.tpl-boxes-dl > div > article > header:after {
    background: #9d4e3f;
}

.tpl-boxes-dl > div > article > header:after {
    content: "";
    background: #d03300;
    width: 40px;
    height: 2px;
    display: block;
    margin: 20px auto 0;
}




/* =oficinas --------------------------------------------- */


.tpl-boxes-dl1 {
    padding-right:20px; 
	text-align: center;
}


.tpl-boxes-dl1 > div {
    max-width: 1200px;
    
 

}

.tpl-boxes-dl1 > div > article {
    border-top-color: #9d4e3f;
    background-size: 0;
    background-position: -999999px -999999px;
	width: calc(100% -3px);
    padding-left: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
	position: relative;
	    border-top: 3px solid #d03300;
    background: #fff ;
	 max-width:456px;
	min-width: 60px;
 background-repeat: no-repeat;
	 float: left;
	margin-left: 20px;
	background-position: left:
	
}


.tpl-boxes-dl1 > div > article:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
     
    height: auto;
	content: '';
    height: 200px;
    display: block;
    background-image: inherit;
    background-size: cover;
    background-position: center;
     
}

.tpl-boxes-dl1 > div > article > header {
    color: #d03300;

}
.tpl-boxes-dl1 > div > article > header, .tpl-boxes-dl > div > article > section {
    margin-left: 50%;
}

.tpl-boxes-dl1 > div > article > header {
        font: 21px 'Lato',sans-serif;
    
    text-transform: uppercase;
}

.tpl-boxes-dl1 > div > article > header, .tpl-boxes-dl1 > div > article > section {
    background: #fff;
    padding: 20px 20px 0;
}
.tpl-boxes-dl1 > div > article > header:after {
    background: #9d4e3f;
}

.tpl-boxes-dl1 > div > article > header:after {
    content: "";
    background: #d03300;
    width: 40px;
    height: 2px;
    display: block;
    margin: 20px auto 0;
}


.tpl-boxes-dl1 > div > article > section {
    padding-bottom: 80px;
}


.tpl-boxes-dl1 > div > article > header, .tpl-boxes-dl1 > div > article > section {
    margin-left: 50%;
}

.tpl-boxes-dl1 > div > article > section {
text-align: center;
    font: 300 14px/18px 'Lato',sans-serif;
    color: #000;
}

.tpl-boxes-dl1 > div > article > section  > div > .bold{
     
    text-transform: uppercase;
	  font-weight: bold;
	color: #000;

}
.tpl-boxes-dl1 > div > article > header, .tpl-boxes-dl1 > div > article > section {
      background: #fff;
    padding: 15px 20px 0;
}

.tpl-boxes-dl1 > div > article > section > div {
    min-height: 90px;
}







/* =oficinas fin--------------------------------------------- */




.tpl-boxes4-dl > div > article > header, .tpl-boxes-dl > div > article > section {
    background: #fff;
}

.tpl-boxes-dl > div > article > section {
    padding-bottom: 80px;
}


.tpl-boxes-dl > div > article > header, .tpl-boxes-dl > div > article > section {
    margin-left: 50%;
}

.tpl-boxes-dl > div > article > section {
     
    font: 300 14px/18px 'Lato',sans-serif;
    color: #666;
}
.tpl-boxes-dl > div > article > header, .tpl-boxes-dl > div > article > section {
     
    padding: 20px 20px 0;
}

.tpl-boxes-dl > div > article > section > div {
    min-height: 90px;
}





/* =contador --------------------------------------------- */


#site-generator2
{
	color: #ae0000;
	font-size: 14px;
 
	text-align: center;
	 
}
#site-generator2 a {
	color: #FFF;
}



/* =contador fin--------------------------------------------- */








/* =Chat
----------------------------------------------- */

.format-chat li {
	padding: 4px 10px;
	background: none;
}
.tpl-boxes4-dl > div > article {
    border-top-color: #9d4e3f;
}
 
 
.tpl-boxes4-dl > div > article {
    margin-bottom: 20px;
    width: 30%;
    width: calc(100% / 3 - 14px);
}
 
 
.tpl-boxes4-dl > div > article {
    margin-bottom: 30px;
    width: 48%;
    width: calc(50% - 10px);
    box-sizing: border-box;
}
 
.tpl-boxes4-dl > div > article {
    margin-bottom: 20px;
    border-top: 4px solid #d03300;
    background: #fff;
    background-position: -9999px -9999px;
    
    -moz-background-size: 0;
    background-size: 0;
	}
	
/*-----------------------------------------------------------------------------------*/
/*	SINGULAR
/*-----------------------------------------------------------------------------------*/
.singular .hentry  {
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.singular .hentry footer.entry-meta {
	display: block;
}
.singular.page .entry-title {
	margin: 0 0 30px 0;
	
}
.related {
	overflow: hidden;
	
}
.related-container {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: transparent url(style/images/line.png) repeat-x left bottom;
	
}

.related-container .entry-title {
	font-size: 14px;
	margin-bottom: 2px;
	
}

.related-container .entry-meta {
	margin-bottom: 10px;
	padding: 5px
}

.related-list{
	overflow: hidden;
	width: 93%;
	display: block;
	margin:auto;
	border: solid #999999 1px;
	padding:10px;
}

.related-list li {
	width:33.2%;
	 
	float: left;
	background: none;
	padding:0px;

	
}

.related-list li img {
	max-width: 100%;
	height: auto;
	width: auto;
		
}

.related-list li .full-size, 
.related-list li .normal-size {
	margin: 0px;
	
}

.related-list li .media {
	margin: 0 0 5px;
	overflow: hidden;
	
}

.related-list li .hentry {
	background: none;
	margin:30px;
	padding: 0;
		
}

.related-list li .entry-header {
	text-align: left;
;
}

.related-list li .entry-summary li {
	float: none;
	width: auto;
	
}

.related-container .format-gallery ul#gallery-items {
	display: none;
	
	
}

.related-container .format-gallery .gallery-thumbnail {
	display: block;
	margin-bottom: 14px;
	
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments-title {

}
.nopassword,
.nocomments {
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.commentlist > li.comment {
	margin: 0 0 20px;
	position: relative;
}
.commentlist li.comment .avatar {
	width: 80px;
	float: left;
}
.commentlist li.comment .comment-content {
	margin: 0 0 0 100px;
	background-color: #f4f4f4;
	padding: 20px;
}
.commentlist li.comment .comment-content em {
	font-style: normal;
	font-size: 12px;
	color: #CA6D6D;
}
.commentlist li.comment .comment-content h3 {
	margin: 0;
}
.commentlist li.comment .comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.commentlist .pingback {
	margin: 0 0 20px;
	padding: 20px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	margin: 20px 0 0 85px;
	position: relative;
}
.commentlist li.comment footer {
	position: relative;
	line-height: 1;
}
.commentlist li.comment footer a.comment-reply-link {
	font-size: 12px;
}
.commentlist li.comment footer .edit-link {
	display: block;
	text-align: right;
	overflow: hidden;
}
.commentlist li.comment footer .edit-link a {
	font-size: 12px;
	display: inline;
	position: absolute;
	top: 4px;
	right: 0;
}
.commentlist li.comment .comment-content h3 a:hover,
.commentlist li.comment footer a.comment-reply-link:hover,
.commentlist li.comment footer .edit-link a:hover {
	text-decoration: none;
	color: #585858;
}
/* Post author highlighting */
.commentlist li.comment.bypostauthor .comment-content {
	background-color: #e9e9e9;
}

/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/

input[type=text],
input[type=password],
textarea {
	background: #f4f4f4;
	border: 1px solid #dedede;
	color: #606060;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

#respond {
	background: #f4f4f4;
	margin: 40px auto 0;
	padding: 25px;
	position: relative;
}
#respond p {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond textarea {
	text-indent: 0;
	display: block;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	color: #ca6d6d;
	display: inline-block;
	left: 4px;
	font-size: 15px;
	min-width: 60px;
	padding: 4px 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .comment-form-author label:after,
#respond .comment-form-email label:after,
#respond .comment-form-url label:after {
	content: ":";
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	border: 1px solid #c9c9c9;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #ca6d6d;
	font-size: 22px;
	left: 75%;
	position: absolute;
	top: 12px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
}
#respond input#submit {
	margin: 20px 0 0 0;
}
#respond #cancel-comment-reply-link {
	color: #ca6d6d;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 20px 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
#cancel-comment-reply-link {
	color: #ca6d6d;
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 10px;
	font-family: 'MerriweatherRegular';
}
#cancel-comment-reply-link:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #585858;
}
#respond label {
	line-height: 2.2em;
	cursor: text;
}
#respond input[type=text] {
	display: block;
	height: 20px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
p.form-submit {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	overflow: hidden;
	background: #9a7a49;
	padding: 25px;
	position: relative;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#4d8c74;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 650px;
	font-size: 14px;
}
.forms {
}
.forms fieldset {
	margin-bottom: -20px;
}
.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 15px;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input {
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	color: #606060;
	width: 75%;
	height: 20px;
}

.forms fieldset .text-area {
	background: #fff;
	border: 1px solid #dedede;
	color: #606060;
	width: 90%;
	height: 200px;
	padding: 10px;
}

.forms fieldset .text-input:focus, 
.forms fieldset .text-area:focus {
	border: 1px solid #c9c9c9;
}

.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}

.forms li.error input, .forms li.error textarea {
	border: 1px #b85555 solid;
}
.forms fieldset .btn-submit  {
	padding: 0 20px 4px 20px;
	margin: 0;
	height: 30px;
}
.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.texto ul li {
	color: #2d2010;	
	line-height:0.5em;
	margin: 15px;
	font-size: 15px;	
	font-family: Arial, Helvetica, sans-serif;
	}
/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Next and Previous - Fixed */


/* Page-Navigation Buttons */
.page-navi {
	list-style: none;
	text-align: center;
}
.page-navi li {
	display: inline;
	background: none;
	padding: 0;
}
.page-navi li a {
	background: #555 url(style/images/button-bg.png) repeat-x;
	height: 28px;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	margin: 0 1px; 
	font-size: 12px;
}
.page-navi li a:hover, .page-navi li a.current {
	background-color: #333;
	border: 1px solid #242424;
	text-decoration: none;
}

.widget-title a {
	color: #686868;
}

.widget-title a:hover {
	text-decoration: none;
}

.current{
	color: #d6db89;
	}
/* Breadcrumbs */
#crumbs {
	
	text-align: center;	
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 5px;
	 
	margin-left: 	9.8%;
	margin-right:9.8%;
		background:rgba(4, 82, 2, 0.6);;
	}

	#crumbs .delimiter {
		padding: 0 3px;
		color: #ffffff;
	}

	/*-----------------------------------------------------------------------------------*/
	/*	FOOTER
/*-----------------------------------------------------------------------------------*/

#colophon {
	clear: both;
 background-color: #940000;
 
}

#supplementary {
	padding: 9px 39px 0;
	
	overflow: hidden;
	background-image: url(img/barra.png);
	box-shadow: 3px 3px 3px rgba(0,0,0,.4);
		
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 22.2%;
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
color: #fff;
	font-size: 11px;

	text-align: center;
	background-image: url(img/fott.jpg);
}
#site-generator a {
	color: #fff;
	opacity: 1;
	 
}
 

#site-generator img {
	padding-top:6px;
	margin-bottom: -8px;
}
#site-generator a:hover {
	text-decoration: none;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/

.widget {
	clear: both;
	margin: 0 0 2.2em;
	color: #999;
}
.widget-title {
	font-weight: normal;
	margin-bottom: 15px;
}
.widget ul {
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	background-image: url(style/images/light-bullet.png);
}
.widget a {
	text-decoration: none;
	color: #999;
}
.widget a:hover {
	color: #fff;
}

/* Search Widget */
#supplementary .widget-area {
	position: relative;
	
}
#supplementary .widget-area form#searchform {
	width: auto;
}
#supplementary .widget-area input#s {
	background-color: #111;
	font-size: 14px;
	height: 28px;
	padding: 3px 10px 5px;
	border: none;
	display: block;
	width: 95%;
}
#supplementary input#searchsubmit {
	display: none;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}


/* Twitter Widget */
#twitter  ul li {
	background: transparent url(style/images/footer-line.png) repeat-x left top;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#twitter  ul li:first-child {
	background: none;
	margin: 0;
	padding: 0;
}

#twitter  ul li .entry-meta:before {
	content: "-";
	padding-right: 5px;
}

#twitter  ul li .entry-meta {
	margin: 0;
	font-size: 15px;
	color: #999;
}

#twitter  ul li .entry-meta a {
	color: #999;
}

#twitter  ul li .entry-meta a:hover {
	color: #fff;
}

#twitter em {
	font-style: normal;
}

.username {
	display: block;
	background: transparent url(style/images/footer-line.png) repeat-x left top;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle {
	width: 100%;
	padding-bottom: 20px;
	clear:both;
}
.toggle h4.title {
	cursor: pointer;
	color: #00681e;
	padding: 15px 20px 12px;
	margin: 0;
	line-height: 1;
	background-color: #f4f4f4;
	font-size: 18px bold;
}
.toggle h4.title.active {
	background-color: #bec570;
}
.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
}
.togglebox div {
	padding: 20px 20px 0 20px;
	
}

/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

ul.tabs {
	padding: 0;
	line-height: 1;
	margin: 0;
}

ul.tabs li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 10px;
}

ul.tabs li a {
	display: block;
	overflow: hidden;
	padding: 13px 15px 10px 15px;
	background: #fff;
	color: #6B6B6B;
	font-family: 'MarketDecoRegular';
	font-size: 18px;
}

ul.tabs li a:hover {
	text-decoration: none;
}

ul.tabs li.active a {
	background: #f4f4f4;
}

ul.tabs:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab_container {
	clear: both;
	float: left;
	margin-top: -1px;
	margin-bottom: 20px;
	background: #f4f4f4;
	position: relative;
	z-index: 1;
	width: 100%;
}

.tab_content {
	overflow: hidden;
	padding: 20px 20px 0 20px;
}

/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}

/* OPERA FIX */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
	padding-top: 3px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}
