/*
    File Name: style.css
*/

/* body */
    body {
        margin:0px auto;
        padding:0px;
        font-family: "Open Sans" !important;
        font-size:12px;
        line-height:21px;
        position:relative;
    }

/* Reset */
    ul, ol,li, h1,h2,h3,h4,h5,h6,form,p,a,img{
        margin:0;
        padding:0;
        border:0;
    }

    .h4, h4{
        color: #004BB9 !important;
    }

    
    .clear{
        clear:both;
	padding:0;
	margin:0;
	line-height:0;
    }
    
    .clearfix:after {
      clear:both;
      content:".";
      display:block;
      height:0;
      line-height:0;
      visibility:hidden;
    }
    
    a{
        outline: none;
    }

/* Layout general*/
    #container{
        clear:both;
        display:block;
    }
    
    /* header */
    #header{
        clear:both;
        width:960px;
        margin:0 auto 0 auto;
        display: block; 
	padding:0px 0;
    }

    /* logo */
    #logo{
        overflow:hidden;
        float:left;
        margin-left:10px;
	display:inline;
	position:relative;
	padding:0;
    }

    #logo .png{
        margin:0;
        padding:0;
        line-height:0px;
        font-size:0px;
    }

    /* header right area */
    #header_right{
	float:right;
	display:inline;
	position:relative;
	width:550px;
    }

/* header links & slogan */
    .top_links{
	margin: 5px 20px 0 0;
	float:right;
	display:inline;
    }
    
    .top_links a{ 
	font-size:11px;
	text-decoration:none;
    }
    
    .top_links a:hover{
	font-size:11px;
	text-decoration:underline;
    }
    
    .top_slogan{
	margin:30px 0px 0 0;
	clear:both;
    }
    
   .top_links ul li{
	list-style:none;
	list-style-position:outside;
	line-height:12px;
	float:left;
	padding:0 5px; 
    }

    .top_links li.first{
	border-left:0px;
    }
 
    
    /* slogan*/
    .top_slogan, .top_slogan h4, .top_slogan h4 a, .top_slogan h4 a:hover{
	text-decoration:none;
	padding: 0 0 0 0;
	font-size:20px;
	text-align:right; 
    }
    
    /* If Cufon active*/
    .top_slogan, .top_slogan h4, .top_slogan h4 a, .top_slogan h4 a:hover{
	
    }


/* search bar */
    .search_bar{
        font-size:10px; 
        width:220px;
        height:21px;
        margin:0;
	padding:0;
	float:right;
	display:inline;
    }
    
    .search_bar form input{
        height:17px;
        width:180px;
        font-size:11px;
        margin:0;
	padding:2px 0 0 5px;
	border:0px;
	outline:0;
	float:left;
	display:inline;
	margin:1px 0 0 0;
	background:transparent; 
    }
	
	
	
.fotterlist .first-child
{
 font-weight:bold;
   font-size: 25px;
}
.fotterlist ul
{
float: left;
  /*margin-right: 60px;*/
  list-style: none;
    text-decoration: none;
	  /*margin-left: 23%;*/
  margin-top: 20px;
}
.fotterlist ul a
{
 text-decoration: none;
}

    
    .search_bar form input.searchsubmit{
        width:24px;
        height:17px;
	float:right;
	display:inline;
    }
    
/* Backgrounds */
    #container1{
        clear:both;
        display:block; 
	position:relative;
	padding:0;
	margin:0;
    }
    
    #container2{
        clear:both;
        display:block; 
	position:relative;
	
    }
    /*modificado*/
    #container3{
	margin:0 auto;
	width:960px;
	position:relative;
    }
 
/* main layout modificado*/
    .content{
        width:100%;
        float:left;
        display:inline; 
    }

    .content.sub{
        /*width:660px;*/
		/*width:929px;*/

	/*margin:0 10px;
	padding:0 10px;
	overflow:hidden;*/
    }

    .content.sub.full{
        width:920px;
    }    

    .content .portfolio_con{
        width:675px; 
	margin:0 5px;
	padding:0;
	position:relative;
	left:-10px;
	overflow:hidden;
	display:block;
    }
    
    /* sidebar modificado */
    .sidebar{
        width:220px;
	/*margin:0 30px 0 10px;*/
	  margin-left: 0px;
        float:left;
	display:inline;
    }

    * html .sidebar {
	display:inline;
    }    

 /* Slider */
 
    /* Home Page Slider */
    #slider{
        display:block;
        clear:both;
        padding:0px;
        position:relative; 
	width:960px;
	height:302px;
	margin:0 10px;
	overflow:hidden; 
	padding:0;
    }

    .sub#slider{
	margin-left:-10px;
    }        
        
    #slider_area{
        overflow:hidden;
	width:960px;
        margin:0 auto;
        position:absolute;
        z-index:1;
    }
        
    .slide{
	width:960px;
	position:relative;
	overflow:hidden;
    }

    /* slider title */
    .slide b.title{
	font-size:14px;
    }
    
    .slide .image{
        margin:0;
        padding:0;
        border:1px solid white;
        position:relative;
	   z-index:5;
    }
    
    
    .slide_bakcground{
	height:302px;
    }
        
    /* slider right side */
    #slider_area .desc{
	width:656px;
        position:absolute;
        z-index:6;
        bottom:0;
        margin:0px;
        font-size:12px; 
	padding: 10px; 
	font-weight:normal;
	font-size:12px; 
    }
        
    #slider_area .desc a{ 
	text-decoration:underline;
    }

    #slider_area .desc a:hover{ 
	text-decoration:none;
    }
    
    
    /* prev and next buttons*/
    .prev, 
    .next {
	cursor:pointer; 
	padding:0px;
	margin:78px 0 0 1px;
	width:20px;
	position:absolute;
	top:60px;
	z-index:6;
	box-shadow: 2px 3px 11px rgba(0,0,0,0.7);
	outline-color: #97BCD3;
	outline-style: solid;
	outline-width: 2px;
    }
    
    .next {
	right:1px;
	margin:78px 0 0 0;	
    }

    .slider_shadow{ 
	width:700px;
	height:0px;
	clear:both;
	display:block;
    }
 
 /* Breadcrumb Menu */
    .breadcrumb{
	padding:8px 0 8px 0 ;
	font-size:11px; 
	margin:10px 0 20px 0;
	clear:both;
	display:block;
    }

    /*.breadcrumb span{
        padding:10px 0 8px 0 ;
	position:relative;
	top:3px; 
    }*/
    
    .breadcrumb a{ 
        margin-left:0px;
        text-decoration:none;
    }
    
    .breadcrumb a:hover{ 
        text-decoration:none;
    }
    
 /* Navigation*/
    .navigation{
	padding-top:2px;
	min-height:150px; 
    }

    ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
    }

   /* First level menu items*/
    ul#menu li {
    }

    ul#menu li a {
	display: block;
	text-decoration: none;	 
	padding: 8px 10px; 
	font-size:13px;
	margin:0;
    }

    ul#menu li a:hover,  ul#menu li.current_page_item a {
	display: block;
	text-decoration: none;		
	padding: 8px 10px; 
	font-size:13px;
    }    


    /* Second level menu item*/
    ul#menu li ul {
	display:none;
    }

    /* display curent menu three*/
	/*modificado*/
    ul#menu li.current-menu-parent ul{ 
	
	/*display:block !important;*/
	display:block;
	
    }
    
	/*mdoificado*/
    ul#menu li.current-menu-ancestor ul, .current-menu-item ul {
	/*display:block !important;*/
		display:block;
    }

 
    /* Second level menu item */
    ul#menu li ul li a{
	font-size:11px !important;
	padding:5px 10px 5px 20px !important;
	text-decoration:none; 
    }
    
    ul#menu li ul li a:hover{
	font-size:11px !important;
	padding:5px 10px 5px 20px !important;
	text-decoration:none; 
    }

    /* Third level menu item*/    
    ul#menu li ul li ul li a { 
	padding-left: 30px !important;
    }
    
    ul#menu li ul li ul li a:hover{ 
	padding-left: 30px !important;
    }

    /* fourth level menu item*/    
    ul#menu li ul li ul li ul li a{ 
	padding-left: 40px  !important;
    }
    
    ul#menu li ul li ul li ul li a:hover{ 
	padding-left: 40px  !important; 
    }

    /* fifth level menu item*/    
    ul#menu li ul li ul li ul li ul li a{ 
	padding-left: 50px  !important;
    }
    
    ul#menu li ul li ul li ul li ul li a:hover{ 
	padding-left: 50px  !important; 
    }
    
/* Paging */
    .content.sub .paging {
        display:block;
        clear:both;
        overflow:hidden;
	margin:0 0 0 5px;
	list-style-type:none; 
    }

    .content.sub .paging.full {
	margin:0; 
    }
    
    .content.sub .paging  li{
	margin:0;
	padding:0;
	list-style-type:none;
    }
        
    .content.sub .paging li, .content.sub .paging{
	border:0;
    }
        
    .content.sub .paging li{
	display:inline;
	margin-right:5px;
	float:left;
	display:inline;
	font-size:12px;
	line-height:11px;
	background:none;
    }

    /* paging link*/
    .content.sub .paging li a,  .content.sub .paging li.active a{
       border:0;
       padding:8px 0px;
       overflow:hidden;
       width:28px;
       display:block;
       text-align:center;
       text-decoration:none;    
   }

    /* paging mouseover*/
    .content.sub .paging li.active a{
	text-decoration:none; 
    }
    
    .content.sub .paging li a:hover{
	text-decoration:none;   
    }
    
/* Content Boxes */
    
    /* General box layout */
    .box{
	margin:0 10px 20px 10px; 
	float:left;
	overflow:hidden;
	display:inline;
	position:relative;
    }

    /* single box for home */
    .box.single{
	   width:100%;
	   clear:both;
    }

    .box.single > p > a > img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    /* small box for home */
    .box.small{
    	width:328px;
    	display:inline;
    	padding:0;
    }

    /* box for sidebar */
    .box.side{
       width:100%;
       margin: 8px 0 0 0;
       clear:both;
       padding: 9px 10px; 
	   position:relative;
       padding-bottom: -5px;
    }

    .box.side > .textwidget > a > img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    /* box for two column - see contact us */
    .box.content-two{
        width:320px;
	margin:0 0px 20px 0px; 
        float:left;
	overflow:hidden;
	padding:0px 0px;
	border:0;
    }

    .box.content-two.left ul, .box.content-two ul{
	margin:0 0px 0px 0px; 
	padding:0px 0px;
	display:inline;
	position:relative;
    }
    
    .box.content-two.left{ 
	margin-right:10px;
	padding-right:8px; 
    }

    /* Uncomment if you want to remove list arrows from left side of contact us page      
    .box.content-two.left ul li{
	background:none;
	padding-left:0;
    }
    */    
    
    /* Featured box image margins */
    .box .featured_image{
        margin:10px 0 0px 0;
    }

     /* paragraph top space for boxes */ 
	 /*modificado*/
    .box p{
        margin:10px 0 0 0;
        padding:0;
		text-align: justify;
    }

/* Horizontal Lines*/
    .box hr, .content .box  hr{ 
	color:#ddd;
	border:0;
	height:1px;
	margin:0;
	padding:0;
    }

    .content hr{ 
	color:#ddd;
	border:0;
	height:1px;
	margin:10px 0 20px 0;
	padding:0;
    }
     
/* Product Pages */

     /* Product Box*/
    .box.product{
        width:192px;
	margin:0 5px 20px 5px; 
        float:left;
	display:inline;
	overflow:hidden;
	padding:10px 10px; 
    }    

    /* Product Photos */ 
    .image.product_image{
        margin:10px auto 10px auto;
        text-align:center;
        clear:both;
        display:block;
        padding:0;
    }

    /* Text Area */ 
    .box.product .textarea{
        margin:20px 5px 10px 5px;
        font-size:12px;
        position:relative;
    }

    /* Heading Size */         
    .box.product .textarea h5{
	padding:0;
	margin:0 0 5px 0;
    }
        
    /* Price */         
    .box.product .textarea .price{
        font-size:15px; 
	margin-top:5px;
	clear:both;
	display:block;
    }

     /* Product Detail Box*/
    .box.product_detail{         
        float:right;
	display:inline;
	overflow:hidden; 
	margin:0 0 10px 10px; 
	padding:0 0 0 10px;
	width:260px; 
	position:relative;
	z-index:1;
	
    }
    
    .product_photos{
	display:block;
	overflow:hidden;
	height:200px;
	margin:0 0 10px 0;
	padding:0;
	width:250px;
	border:0;
    }

    .p_image_slide{ 
	overflow:hidden; 
	margin:0;
	padding:0;
	display:block;
    }

    .box.product_detail ul{
	margin:0 !important;
    }
    
    /* Product detail document Icons*/
    .box.product_detail .doc_icons{
	list-style-type:none;
	list-style-position:outside;
	border:0;
    }
    
    .box.product_detail .doc_icons li{
	float:left;
	display:inline;
	background:none;
	padding:0;
	border:0;
	margin:0;
    } 
    
    /* Product detail photos pager*/
    .product_photos_pager{
	position:relative;
	top:-25px;    
	z-index:999;
	margin:0 0 0 5px;
    }
    
    .product_photos_pager a{ 
	margin:2px;
	padding:2px 4px;
	text-decoration:none;
	line-height:1px;
	font-size:10px;
    }
     
    .product_photos_pager a.activeSlide, .product_photos_pager a:hover{
	text-decoration:none;
    }
    

/* Blog */
/*modificado*/
    .box.blog{
        /*width:660px;*/
		width:100%;
        clear:both;
        display:block;
        margin:10px 0px 0px 0px;
    }    

    .box.blog img{
        width:65%;
        height: auto;
    }
    
    /* post image */
    .box.blog .post_image{
        padding:5px 0;
    }
                                   
    /* Date and Categories Bar */
    .box.blog .dateandcategories{
        font-size:11px;
        padding:5px 0;
        margin-bottom:4px;
        clear:both;
        display:block;
        margin:10px 0 30px 0; 
	font-style: italic; 
	display:block;
    }

    /* Links For Date and Categories */
    .box.blog .dateandcategories a{
        text-decoration: none;
    }
    
    .box.blog .dateandcategories a:hover{
        text-decoration: none; 
    }
    .comment{
	border-left:1px solid #ddd;
	margin-left:5px;
	padding-left:5px;
	position:relative;
	display:inline;
    }

    .sticky{}
    .gallery-caption{}
    .bypostauthor{}
    
/* Portfolio */
    /* box for portfolio */
    .box.portfolio{
        width:192px;
	margin:0 5px 20px 5px; 
        float:left;
	display:inline;
	overflow:hidden;
	padding:20px 10px; 
    }
    
    .portf{
	margin:0;
	padding:0;
	overflow:hidden;
	outline:none;
    }
    
    .image.portf{
	display: block;	
    }

/* Photo Gallery */
    /* override the arrow image of the tooltip */
    .tooltip {
	padding:10px; 
	width:130px;
    }
    
    .photo_gallery img{ 
	padding:10px; 
	margin:0 10px 10px 0;
    }
 
    ul.photo_gallery{
	list-style:none;
	list-style-position:outside;
	border:0 !important;
    }
    
    ul.photo_gallery li{
	background:none !important;
	list-style:none;
     float:left;
	padding:0 !important;
	border:0 !important;
    }    
    
/* News Box */
    hr.news_line{ 
	border:0;
	height:1px;
	margin:10px 0 !important;
	padding:0;
    }

    .news_date{
        letter-spacing:1.5px;
        font-size:9px;
    }

    a.news {
        text-decoration:none;
        position:relative;
        display:inline;
    }

    a.news:hover {
        text-decoration:underline;
    }
    
    .box .news{
	padding-top:10px;
    }    
    
    
/* links */
    a{
        text-decoration:underline; 
    }
    
    a:hover{
        text-decoration:none;
    }
    
     /* read more links */
    .read_more { 
	padding:0 15px 0 0; 
	text-decoration:none;
	display:inline;
	position:relative;
    }
 
    .read_more:hover { 
    }

    /* box links */
    .box p a, a.text_link{
	padding-bottom:2px; 
	text-decoration:none;
    }    
    
    .box p a:hover, a.text_link:hover{ 
	padding-bottom:2px;
	border-bottom:0px;
    }
     
    .box.portfolio .read_more {
	text-decoration:none;
	border:0;
    }
    
    .box p .arrow_image, .arrow_image{
	position:relative;
	text-decoration:none !important;
	border-bottom:0;
	display: none;
    }

/* Lists */
    ul, ol{
        list-style-position:outside;    
    }
    
    /* content lists */
    .content.sub ul, ol{
        list-style-position:outside;
        margin:0px 0px 20px 0px;
	list-style:none;
	display: block; 
    }
    
    .content.sub ul ul, .content.sub ol ol{
        list-style-position:outside;
	list-style-image:none;
	list-style-type:  disc;
        padding:5px 5px 0 5px;
        margin:5px 0px 0px 10px;
    }
    
    .content.sub ul ul li, .content.sub ol ol li{
        padding:0px 10px 0px 10px;
        margin:5px 0px 5px 0px;
    }
    
    .content.sub ul, .sub.content ol  {	
    }
    
    .sub.content li{
	padding:5px 0 5px 15px; 
	margin:0;
    }
    
	
    /* Lists */
    .content.sub ul ul, .content.sub ol ol{ 
    }
    
    .content.sub ul ul li, .content.sub ol ol li{ 
	background:none;
	padding-left:0;
    }
    
    .content.sub ul, .sub.content ol  {	 
    }
    
    .sub.content li{ 
    }    
    
    
    .content .box ul, .content .box ol{
        list-style-position:inside;    
    }
	img.original-size {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .content.sub  img {
        max-width: 100%;
        width: 50%;
        height: auto;
    }

    .content.sub  table.easy-table.easy-table-minimal  img {
        width: 50px !important;
        max-width: none !important;
        height: auto !important;
    }
    
    
    /* No Bulet List */
    ul.nobullet, ol.nobullet{
        list-style:none;
        list-style-position:outside;
        margin:0px 0px 20px 20px;
    }        
    
    /* sidebar list */
    .sidebar .box ul{	
        padding:0;
        list-style-type:none;
        border:0;
        margin:0;
    }

    .sidebar .box ul ul{	
        border:0;
        margin:0 0 0 10px;
	padding:0;
        list-style: disc;
        list-style-position:inside;	
    }
    
    .sidebar .box  li{	
        padding:7px 0; 
    }

    .sidebar .box ul ul li{	
        border:0;
	margin:0;
	padding:5px 0 0 0;
    }    
    
        
    .sidebar .box  li a{	
        font-size:13px;
        margin-left:0px;
        text-decoration:none;
        border:0;
    }
    
    .sidebar .box  li a:hover{
	text-decoration:underline;
    }
    
    .sidebar .social_media_icons{
	margin:10px 0 0 0;
	padding:0;
	line-height:0;
	display:block;
	position:relative;
	clear:both;
    }

    #footer .social_media_icons{
	margin:0;
	padding:0;
	line-height:0;
	display:inline; 
    }    

/* Footer */
    #footer {
	margin:0;
	min-height:80px;
        clear:both;
        position:relative; 
    }
    
    #footer .footer_con{ 
        margin: 0px auto;	
        height:30px;
	overflow:hidden;
        clear:both;
	width:920px;
	padding:10px;
        text-align:left; 
    }
    
    /* footer copyright text */
    #footer .part1{
        float:left;
        margin:5px 15px 0 0;
        font-size:11px;
        line-height:14px;
    }
    
    /* footer navigation */
    #footer .part2{
        float:right;
        margin-top:5px;
        font-size:11px;
        line-height:14px;
    }
    /* footer links */
    #footer  a{
        text-decoration:none; 
    }
    #footer  a:hover{
        text-decoration:underline; 
    }
    
    .part2 ul li{
	list-style:none;
	list-style-position:outside;
	line-height:12px;
	float:left;
	padding:0 5px; 
    }

    .part2 ul li.first{
	border-left:0px;
    }
      
/* Headings*/
    h1,h2,h3,h4,h5,h6{
        letter-spacing:0px;
        font-weight:normal;
        position: relative;
        padding: 0 0 10px 0;             
        font-weight: normal; 
	   font-family: 'Trebuchet MS', "Open Sans";
    }

    h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
        text-decoration:none; 
    }
         
    h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
        text-decoration:none;
    }
    
    h1{
        font-size: 34px;
        line-height:48px;
    }
    
    h2{
        font-size: 26px;
        line-height:32px;		
    }
    
    h3{
        font-size: 21px;
        line-height:28px;
    }
    
    h4{
        font-size: 20px;
        line-height:26px;			
    }
    
    h5{
        font-size: 18px;
        line-height:24px;		
    }
    
    h6{
        font-size: 16px; 
        line-height:22px;	
    }
    
    /* Box H5 with icon */
    .box h5.icon{
        padding-top:8px;
    }

/* Headings for Cufon Font */
    h1.cufon,h2.cufon,h3.cufon{           
        font-weight:normal; 
    }
    
    h4.cufon,h5.cufon,h6.cufon{           
        font-weight:normal; 
    }
    
    h1.cufon a,h2.cufon a,h3.cufon a{
        text-decoration:none; 
    }
         
    h4.cufon a, h5.cufon a,h6.cufon a{
        text-decoration:none; 
    }

    h1.cufon a:hover,h2.cufon a:hover,h3.cufon a:hover,h4.cufon a:hover,h5.cufon a:hover,h6.cufon a:hover{
        text-decoration:none;
    }
    
    h1.cufon{
        font-size: 42px;
        line-height:54px;
    }
    
    h2.cufon{
        font-size: 34px;
        line-height:36px;		
    }
    
    h3.cufon{
        font-size: 29px;
        line-height:21px;
    }
    
    h4.cufon{
        font-size: 25px;
        line-height:30px;			
    }
    
    h5.cufon{
        font-size: 22px;
        line-height:27px;
    }
    
    h6.cufon{
        font-size: 20px; 
        line-height:24px;	
    }
    
/* Forms */
    input, select, textarea{
	font-family: 'Trebuchet MS', "Open Sans";
        font-size:13px;
        position:relative;
        outline: none; 
	border-top:0;
	border-bottom:0;
	padding:4px 10px;
	margin:0;
    }
 
    .short{
	width:49%;
	margin-right:1px;
    }
 
    .button, #submit{
        cursor:pointer;
        padding:3px 20px;
        clear:both;
        border:none;
        overflow:visible;
        outline: none;
	width:auto;	
    }
    
    .button:hover,  #submit:hover{
        overflow:visible;
    }
    
    .searchbox{
        width:182px;
        margin-right:4px;
    }
    
    .button.search{
        width:auto;
    }

    /*contact form */
    #contact_form ul, #contact_form ul li{
        list-style-type:none;
        list-style-position:outside;                
        list-style-image:none;
        margin:0;
        padding:0;
	background:none;
    }
    
    #contact_form ul li {
        margin:0px 0 0px 0px;
        padding:8px 0 8px 0px;
    }

    /*contact form validation*/
    #validate_form label{
	float:left;
	text-align:left;
	width:157px;
    }
    
    #validate_form ul li label.error {
        display: block;
        font-style: italic;
        font-weight: normal;
	border:0;
	color:red;
    }
    
    #validate_form .error{
        color: red;
        border: 1px solid red;	
    }
    
    #contact_form input, #contact_form select, #contact_form textarea{
	border-top:0;
	border-bottom:0;
        width:480px; 
	padding:5px 10px;
    }    
    
    #contact_form .button{
        width:100px;
	margin:0 0 0 157px; 
    }
   
    /* Form in home page small boxes */
    .small #contact_form input, .small #contact_form select, .small #contact_form textarea{
        width:306px;
    }

    .small #contact_form .button{
        width:100px;
	margin:0; 
    }

    /* Form in sidebar small boxes */
    .side #contact_form input, .side #contact_form select, .side #contact_form textarea{
        width:176px;
    }

    .side #contact_form .button{
        width:100px;
	margin:0; 
    }      
    
    /* Form Messages*/
    .ok_box{
        padding:20px;
        margin:10px auto;
        font-size:13px;
    }    

    .ok_box h3{
        font-size:18px;
    }    
    .error_box, #loader{
        padding:20px;
        margin:10px auto;
        font-size:13px;
    }
 
/* Images and Alignments */
    img {
        border:0px;
        margin:0px;
        padding:0px;
    }
    
    img.aligncenter{
        display:block;
        text-align:center;
        display: block;
        margin:0 auto 0 auto;
        padding:0px;
        border:0px;
        background:none;
	    width:172px;
    }
    
    img.alignleft{
        float:left;
        margin: 2px 8px 2px 0 !important;
        display: inline;
        border:0px;
        background:none;
        padding:0;
	width:auto;
    }
    
    img.alignright{
        padding:0;
        float:right;
        margin: 2px 0px 2px 8px;
        border:0px;
        background:none;
	width:auto;
    }


	.aligncenter{
		display:block;
		text-align:center; 
		margin:0 auto 20px auto;
	}
	
	.alignleft{
		float:left;
		display: inline;
	}
	
	.alignright{
		float:right;
		display: inline;
	}

	.imgholder{
		display:inline-block;
		position:relative;
		text-align:center; 
		overflow:hidden;
	}   
 
    /* portfolio images*/
    .subholder.imgarea {
	text-align:center;
	float:right;
	margin:0 !important;	
    }

    /* auto thumbnail shortcode */
    .rt_auto_thumb.imgarea {
	text-align:center;
	margin:5px; 
    }

    .rt_auto_thumb.imgarea.right{
	float:right;
	margin:2px 0 3px 10px;    
    }
 
    .rt_auto_thumb.imgarea.left{
	float:left;
	margin:2px 10px 3px 0;    
    }

    .rt_auto_thumb.imgarea.center{ 
	margin:10px auto;    
    }
    
    table.nomargin{
	margin:0 !important;
	padding:0 !important;
    }
 
/* Tables */
    table{
        width:auto;
        border-collapse:collapse;
        border-spacing:0;	
    }
    
    table caption strong{
        text-align:left;
        font-size: 14px;
        font-weight: normal;
        line-height:20px;
        font-weight:bold;
    }
    
    table caption{
        text-align:left;
        padding: 10px;
    }
    
    table th {
        padding: 13px;
        font-size: 12px;
    }
    
    table td {
        padding: 10px 5px;
        text-align: left;
    }
    
    
/* WP Calendar */
    table#wp-calendar {
        width:100%;
        border-collapse:collapse;
        border-spacing:0;	
    }
    
    table#wp-calendar caption{
        text-align:left;
        padding: 10px 0;
	font-style: italic;
    }

    table#wp-calendar th{
	padding: 2px;
	border:0;
    }
    
    table#wp-calendar td{
	padding: 2px;
	text-align:center;
    }    
   
/* Text Elements */
    blockquote {
        font-size:16px;
        line-height: 24px;
        padding:30px 20px 30px 100px;
        margin:10px 0px;
        font-style:italic;
        font-family:"Georgia","Times New Roman", sans-serif; 
    }

    blockquote em, blockquote i, blockquote cite {
        font-style:normal;
    }
    
    pre {
        line-height:18px;
        margin-bottom:18px;
    }
    
    code {  
	display:block;
	margin:10px 0 20px 0;
	padding:0 10px;
	font-weight:normal;
	font-size:12px;
	font-family:"Courier New", Courier, Consolas, Monospace;
	line-height:18px;
	overflow:auto; 
	white-space:pre;
     background:#F0F0F0;
    }
    
    
    ins {
        text-decoration:none;
    }
    
    sup {
        bottom: 1ex;
    }
    
    sub {
        top: .5ex;
    }
    
    p {
		text-align:justify;
        padding-bottom:15px;
    }
 


/* Comments */
    #comments{
	margin:0px 0 0 0;
    }
    ol.commentlist {
	list-style:none;
	margin:0;
	padding:0px 0 0 0;
	border:0 !important;
    }
     
    
    ol.commentlist ul {
	margin:0;
	padding:10px 0 0 0;
    }
    
    ol.commentlist li{
	background:none !important;
	border:0 !important;
    }
    
    ol.commentlist li ul{
	background:none !important;
	border:0 !important;
	padding-left:80px;
    }
    
    ul.children .comment-avatar{
	border:1px solid #D7D9D9;
	float:right;
	padding:4px;
    }
    
    .comment-avatar{
	border:1px solid #D7D9D9;
	float:left;
	padding:4px;
    }
    
    
    .comment-text{
	padding:0 10px; 
	margin:40px 0 0 0; 
    }
    
    .comment-text p{
	padding:0 0 10px 0; 
	margin:0; 
    }
    
    .comment-holder{
	border:1px solid #D7D9D9;
	margin:0 0 0 80px;    
    }

    p.comment-notes, #commentform p{
        display: block;
        clear: both;
    }

    p.comment-notes{
	   padding:0;
    }
 
    #respond {
        clear: both;
        display: block;
    }

    li.comment #respond {
        padding: 20px 0 0 0;
    }

    .form-allowed-tags code{
        overflow:hidden;
    }

    .form-allowed-tags code:hover{
        overflow:auto;
    }

    body #comments .form-allowed-tags, body #comments ol.commentlist li p.comment-form-comment{
        padding: 0 !important;
    }

/*highligh author comments*/
    .comment-holder.author, .comment-avatar.author{
	background:#F5F5F5;
    } 
    
    
    
    .comment-author{
	margin:12px 10px 0 10px;
	padding:0; 
    }
    .comment-author h6{
	float:left;
	padding:0;
	margin:0;
    }
    
    span.comment-meta{
	font-size:11px;
	float:right;
	padding:0;
	margin:0;
    }
    
    span.comment-meta a{
	color:#A4A1A3;
	text-decoration:none;
    }
    
    .comment-holder .reply{
	border-top:1px solid #D7D9D9;
	border-left:1px solid #D7D9D9;
	padding:0;
	margin:0;
	width:50px;
	float:right;
	text-align:center;
    }
    .comment-holder .reply a{
     
	padding:2px; 
    }
    
    ul.children .comment-holder{
	border:1px solid #D7D9D9;
	 margin:0 65px 0 0;
    }


/* Comments form */
    input[type=submit] {
	    color: #333;
    }
    #respond {
	    margin: 24px 0;
	    border-top: 1px solid #e7e7e7;
	    overflow: hidden;
	    position: relative;
    }
    #respond p {
	    margin: 0;
    }
    #respond .comment-notes {
	    margin-bottom: 1em;
    }
    .form-allowed-tags {
	    line-height: 1em;
    }
    .children #respond {
	    margin: 0 48px 0 0;
    }
    h3#reply-title {
	    margin: 18px 0;
    }
    #comments-list #respond {
	    margin: 0 0 18px 0;
    }
    #comments-list ul #respond {
	    margin: 0;
    }
    #cancel-comment-reply-link {
	    font-size: 12px;
	    line-height: 18px;
	    font-weight: normal;
    }
    
    #respond label {
	    color: #888;
	    font-size: 12px;
	    width:40px; 
	    text-align:left; 
    }
    #respond input { 
	    width:400px;
    }
    
    #respond textarea {
	    width:648px;
    } 
    
    #respond .button ,  #submit{ 
	width:auto !important;
    }
    
/* wordpress image captions */
    .wp-caption{
	    border: 1px solid #ddd;
	    text-align: center;
	    background-color: #f3f3f3;
	    padding-top: 4px;
	    margin: 10px;
    }

    .wp-caption.alignright {
	    float:right;
	    margin:10px 0 10px 10px;
    }

    .wp-caption.alignleft {
	    float:left;
	    margin:10px 10px 10px 0;
    }

    .wp-caption.aligncenter{
	    display: block;
	    margin:10px auto;
    }

    .wp-caption img {
	    margin: 0;
	    padding: 0;
	    border: 0 none;
    }

    .wp-caption p.wp-caption-text {
	    font-size: 11px;
	    line-height: 17px;
	    padding: 0 4px 5px;
	    margin: 0;
    }    




    #custom-search-input{
        padding: 3px;
        border: solid 1px #E4E4E4;
        border-radius: 6px;
        background-color: #fff;
    }
    #custom-search-input input{
        border: 0;
        box-shadow: none;
    }
    #custom-search-input button{
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }
    #custom-search-input button:hover{
        border: 0;
        box-shadow: none;
        border-left: solid 1px #ccc;
    }
    #custom-search-input .glyphicon-search{
        font-size: 23px;
    }


    .divider-vertical {
        height: 50px;
        margin: 0 9px;
        border-left: 1px solid #F2F2F2;
        border-right: 1px solid #FFF;
    }


    #FastMenu{
        width: 80%; 
        text-align: center;  
        margin: 0 auto; 
        font-size: 15px!important;  
        font-weight: bold; 
    }
    #FastMenu a{
        background-color: #0181A2; 
        color: white;
        text-decoration: none;
        text-align: center;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    
        -webkit-transition: 0.7s; /* Safari */
        transition: 0.7s;

    }
    #FastMenu a:hover{
        background-color: #333333;
        color: #D3FBFF;
    }



/*  ENLACES  */
.enlaces {
  /* border-top: solid 2px #8C8E8F; */
  background-color: #EAEAEA;
  overflow: hidden;
  clear: both;
  padding:60px 0;
  line-height:18px;
}

.selectores {
  margin: 0 auto !important;
  width: 80%;
  padding-bottom: 22px;
}

#elector {
  background-color: #FFF;
  color: #696969;
  border-color: #aa9e89;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 16px;
}

.etiqueta {
  float: left;
  font-size: 18px;
  line-height:24px;
  font-style: italic;
  font-weight: 600;
  margin-top: 2px;
  margin-right: 12px;
  color: #696969;
  text-align: center;
  width: 100%;
}

.enlace { 
    padding: 15px; 
    height: 70px; 
    font-weight:400;
}

.enlace span { 
    font-size:13px; 
    line-height:14px;
}

.enlace a { 
    color:#333333; 
    font-weight:600; 
}

.enlace a:hover { 
    color: #337ab7; 
}

.container { 
    width: 100% !important;
}



/*  FOOTER (PIE DE PAGINA)  */

#containerfooter {
    font-family: "Open Sans";
}

#containerfooter .menu { 
    margin:0;
}
.footercol  h3{
    margin-bottom: 0 !important;
    color: white;
    font-family: "Open Sans";
}

.footercol  ul li a{
    font-family: "Open Sans";
    color: white !important;
}

.footercol  ul li a:hover{
    color: white;
}

.footercol.footercol4 a {
    text-decoration: none;
}


#containerfooter .menu li a { 
    font-size:14px; 
    background:transparent; 
    margin-bottom:0; 
    max-width:180px;
}

#containerfooter .container {
    margin-bottom:32px;
}
.footercredits { 
    background:#165b30; 
    margin-top:0px; 
    padding-top:0px; 
    padding-bottom:0px;
}

.footercredits p, 
.footercredits a { 
    color:#FFF !important; 
    font-size:13px;
}

.footerescudo {
    position:relative; 
    text-align:center; 
    padding-top:60px;
}

.footerescudo p {
  font-family: "Open Sans";
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  color: white;
}

.footerescudo .p1 {
    font-weight: 700;
}

.footerescudo .p2 {
    font-size: 14px;
}

.footerescudo img { 
    margin-bottom:20px;
}

#click-menu {
    padding: 10px !important;
}

.footernav ul li a { 
    font-size: 12px;
}

.close-nav {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.close-nav ul {
    padding: 0;
    display: inline-block;
    position: relative;
        list-style: none;
}

.close-nav ul li {
    list-style: none;
    float: left;
}

.close-nav ul li a {
    display: block;
    padding: 0 6px;    
    font-family: "Open Sans";
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
        color: white;
}

.close-nav ul li:last-child {
    display: none;
}

.selloNortic { position: absolute; margin: 0; padding: 0; display: inline-block; top: 60px;}
.selloNortic.a2 { right: 100px;}
.selloNortic.e1 { right: 0px;}

@media (max-width: 767px){
.selloNortic { position: relative; top:0px;  heigth:100px; margin-top:15px;}
.selloNortic.a2 { right: 10px;}
.selloNortic.e1 { right: 0px;}
}




.form-search .search-query {
    border: none;
    border-bottom: 2px solid;
    border-color: #165b30;
    height: 40px;
    background: #eee;
}
.form-search .search-query {
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    border: none;
    padding: 5px 5px 5px 35px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    background-color: #fff;
    border: 1px solid;
    border-color: #eee;
    border-color: rgba(196,196,196,.4);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-search .search-icon {
    display: block;
    margin: 0;
    width: 30px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding: 5px 5px 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    cursor: pointer;
    height: 35px;
    color: #777;
    background: 0 0;
    font-family: FontAwesome;
}


.form-search {
    position: relative;
    -moz-box-shadow: 0 0 3px #fff;
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
    width: 100%;
}

.footercol  a > i:hover{
    border: 1px solid white;
    border-radius: 4px;
    background-color: white;
    padding: 2px 4px;
}


.pCopyR{
    text-align: center;
    vertical-align: top;
    padding: 10px;
    margin: 0;
    font-weight: 400;
    color: white;
}

.fa-facebook-square:hover{
    color:#3b5998;
}
.fa-twitter-square:hover{
    color:#4099FF;
}
.fa-instagram:hover{
    color:#3f729b;
}
.fa-envelope-o:hover{
    color:#e50000;
}

.fa-facebook-square,
.fa-twitter-square,
.fa-instagram,
.fa-envelope-o{
    border: none;
    background-color: #0A4156;
    color:white;
}

#container3 > div > div.fotterlist > ul > li.first-child:hover,
#container3 > div > div.fotterlist > ul:hover > li.first-child,
#container3 > div > div.fotterlist > ul > li.first-child > a:hover,
#container3 > div > div.fotterlist > ul:hover > li.first-child > a{
    color:#19506f !important;
}
.fotterlist ul a:hover {
    color: #19506f !important;
    font-weight:bold !important;
}
#container3 > div:nth-child(4) > div.fotterlist > ul:nth-child(2):hover > li:nth-child(2),
#container3 > div:nth-child(4) > div.fotterlist > ul:nth-child(2):hover > li:nth-child(3),
#container3 > div:nth-child(4) > div.fotterlist > ul:nth-child(2):hover > li:nth-child(4),
#container3 > div:nth-child(4) > div.fotterlist > ul:nth-child(2):hover > li.last-child{
    color: #19506f !important;
}

    img.aligncenter {
        height: auto;
    }
    



#wds_container1_0 #wds_container2_0 .wds_left-ico_0, #wds_container1_0 #wds_container2_0 .wds_right-ico_0 {
    color:white !important;
    text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.7);
}

.lineBlue{
    border-bottom: 3px solid #1c77b0;
}

.navBreadcrumb span{
    font-weight: 500;
}

.navBreadcrumb span a{
    font-weight: 300;
}

.pageTitle{
    color: #353535;
    border-bottom: 3px solid #004BB9;
    overflow: auto;
    width: 100%;
}
h2.pageTitle{
    margin-bottom: 25px;
    background-color: #F2F4F5;
    border-radius: 4px;
    padding: 15px;
}

#directorestable img {
    width: 100px !important;
}

#transLogo{
    width: calc(100% - 10px);
    margin-left: 5px;
    box-shadow: rgba(100,100,100,0.7) 0px 2px 5px;
    margin-top: 5px;
}


.navbar-nav > li {
        width: 100%;
}



.navbar-default {
    background-color: #004A98 !important;
    
}
.navbar-default .navbar-nav > li > a {
    color: white !important;
    font-weight: bold !important;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #142C3A !important;
    background-color: #B6E5FF !important;
    border-radius: 4px;
}


.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .current-menu-parent > a {
    color: #142C3A !important;
    background-color: white !important;
}

.nav a {
    white-space: normal !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.navbar-nav > li > .dropdown-menu {
    width: 100% !important;
}

.caret:not(.sub-arrow){
    position: absolute !important;
    right: 0 !important;
    margin-top: 6px !important;
    margin-right: 15px !important;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-left: 4px dashed !important;
}

.nav .active  .fa  {
    font-size: 30px;
    text-align: left;
    width: 100%;
    color: #19506F !important;
}

.nav .fa  {
    font-size: 30px;
    text-align: left;
    width: 100%;
    color: white;
}

.menu{
    list-style: none;
    text-align: justify;
    width: 70%;
}

.navbar-toggle .icon-bar {
    width: 100% !important;
    height: 5px !important;
}



/*NUEVO*/
.essb_links ul,.essb_links ol,.essb_links ul li.essb_item, .essb_links ol li.essb_item {
    border: 0 !important;
    background: none !important;
}

 #nav_menu-3 > h3 > a
 {
	 color: white;
 }
 
 #nav_menu-3 > h3 > a:hover,#nav_menu-3 > h3 > a:focus
 {
	text-decoration: underline;
	/*color: #eccacb;*/
 }

@media print {

   #pageContent a:link:after, a:visited:after {  
      content: normal !important;  
    }

    #container > div.row > div.col-md-12.hidden-md.hidden-lg > img
	{
        width: auto !important;
        margin: 0 !important;
    }

    #pageContent > .content.sub > .dkpdf-button-container{
        display: none !important;
    }
    .essb_links {
        display: none !important;
    }
}

.footer-container
{
	background-color: #0A4156;
}



/* Buscador */
#search-form-alt {
    margin: auto;
    border-radius: 30px;
    border: 1px solid #dedede;
    padding: 0px 6px;
    padding-right: 0;
}
#search-form-alt input[type=text] {
   padding: 10px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
     background: none; 
    border-radius: 30px 0px 0px 30px;
}

#search-form-alt button {
    float: left;
    width: 20%;
    background: none;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    padding-right: 6px;
    padding-top: 3px;
    text-align: right;
}
#search-form-alt button i:hover {
  background-color: #248DBE;
}

#search-form-alt button i
{
    background-color: #004A98;
    padding: 8px 10px;
    border-radius: 50%;
    margin-top: 2px;
}
#search-form-alt::after {
  content: "";
  clear: both;
  display: table;
}
p.mini-menu a {
    color: #428bca;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 23px;
}
.selloNortic{
	padding: 0px 5px !important;
    top: 0;
}

.selloNortic a{
	
	width: 100%;
}

.selloNortic a img{
	width: 100%;
    height: auto;
}





