.clear {    clear: both;}
body {background: url("../images/fondo_body.gif") repeat-x top center !important;
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif;}
	
	
a {color:#666666;text-decoration:none;}	
a:hover {color:#7B5177;text-decoration:underline;}	

a.pathway {color:#6B8177;   }
   
   .pathway, .breadcrumbs span {
   	font-family:Marvel, Trebuchet Ms, Arial, Helvetica;
   font-size: 18px;
  }

	
.breadcrumbs span{color:#A67C7D;}
.breadcrumbs {border-bottom:1px solid #A67C7D;line-height: 24px;margin-bottom: 20px;}
	
p {color:#565554;}	
		
#logo {padding-left:25px;}

.top_menu_contenido {margin-top:46px;}


.header {
    margin: 0 0 13px;
  }
    
.top_menu_contenido .slogan {
    width: 40.9149%;
    margin-left:0px !important;
    text-align:right;
}


#logo img {max-width:273px ;}
.slogan img{max-width:355px ;}
.buscar img {}

.menu{background:#808080;height:45px;width:623px;
 -webkit-border-radius: 7px; 
 -moz-border-radius: 7px; 
 border-radius: 7px; 

	}

.main_menu ul.menu {float:right !important;}


.container {border:0px solid black;}




/* BOTONES TOP */
/* BOTONES TOP */

.botones_top div{float:left;}

.directorio_select {
	background: url("../images/b_directorio.png") no-repeat;
  width: 288px;  
  height: 34px;  
	margin-right:18px; 
	padding: 30px 0 0 12px;
}  
.directorio_select select {
	height: 25px;
  padding: 3px 4px 0;
	width:276px;
	border-radius:6px;
	border:0px solid black;
	  text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
 -webkit-appearance: none;  /*Removes default chrome and safari style*/
 -moz-appearance: none;  /*Removes default style Firefox*/
	background: url("../images/fondo_select.png") no-repeat right top #ffffff;
}

.directorio_select select option {
     padding:1px 5px 1px 5px;
     text-transform: capitalize;
 }
 
.directorio_select select:hover {
	
	cursor:pointer;
}

.redessociales {
	background: url("../images/fondo_redessociales.png") no-repeat;
  width: 214px;    
  height: 49px;  
  padding: 15px 0 0 86px;
}

.b_redessociales_fb {
	background: url("../images/b_redessociales.png") no-repeat;
  width: 32px;    
  height: 33px; 
  margin-right:10px; 
}

.b_redessociales_fb:hover {
  background-position: 0 -33px; 
}


.b_redessociales_tw {
	background: url("../images/b_redessociales.png") no-repeat;
  background-position: -32px 0; 
  width: 32px;    
  height: 33px; 
  margin-right:10px;    
}

.b_redessociales_tw:hover {
  background-position: -32px -33px; 
}


.b_redessociales_g {
	background: url("../images/b_redessociales.png") no-repeat;
  background-position: -65px 0; 
  width: 32px;    
  height: 33px; 
  margin-right:10px;    
}

.b_redessociales_g:hover {
  background-position: -65px -33px; 
}

.b_redessociales_p {
	background: url("../images/b_redessociales.png") no-repeat;
  background-position: -98px 0; 
  width: 32px;    
  height: 33px; 
  margin-right:10px;    
}

.b_redessociales_p:hover {
  background-position: -98px -33px; 
}

.b_redessociales_i {
	background: url("../images/b_redessociales.png") no-repeat;
  background-position: -130px 0; 
  width: 32px;    
  height: 33px; 
  margin-right:10px;    
}

.b_redessociales_i:hover {
  background-position: -130px -33px; 
}


.b_miboda {
	background: url("../images/b_miboda.png") no-repeat;
  width: 129px;    
  height: 64px;  
  margin-right:20px; 
}

.b_miboda:hover {
  background-position:0 -64px; 
}


.b_promociones {
	background: url("../images/b_promociones.png") no-repeat;
  width: 152px;    
  height: 64px;  
  margin-right:20px;
}

.b_promociones:hover {
  background-position:0 -64px; 
}



.b_registrarse {
	background: url("../images/b_registrarse.png") no-repeat;
  width: 141px;    
  height: 36px;  
  float:left;
}

.b_registrarse:hover {
  background-position:0 -36px; 
}

.b_ingresar {
	background: url("../images/b_registrarse.png") no-repeat right 0;
  width: 82px;    
  height: 36px; 
  float:left; 
}

.b_ingresar:hover {
  background-position:right -36px; 
}

/* SLIDERS */

.sliderleft {margin-top:20px;}
.sliderright {margin-top:20px;text-align:right;}

.sliderleft img{max-width:620px ;}

.djslider, .djslider li, .djslider-loader {xwidth:620px !important ; xheight:314px !important;}

.feature_content {margin-top:20px;}

.mod_buscar {margin-top:11px;float:right;}
.mod_buscar form {margin:0px;}
.mod_buscar input {border:1px solid #ADADAD; width:214px;height:18px;padding:4px;
	background: url("../images/fondo_buscar.png")#ECECEC no-repeat right 0px; margin-bottom: 10px !important;	}
	
	.sliderright img:hover, .hover_fade img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.80;
  /* Safari 1.x */
  -khtml-opacity: 0.80;
  /* Good browsers */
  opacity: 0.80;
  transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
}
  
 .comoser {
   font-family:Marvel, Trebuchet Ms, Arial, Helvetica;
   margin-top:14px;
   color:#666666;
   font-size:16px;
   font-weight:bold;
  }
  
/* MENU  */	

.main_menu ul.menu > li a {white-space: normal; text-align: center;color: white;text-decoration:none;font-family:Marvel, Trebuchet Ms, Arial, Helvetica;font-size:16px;
text-transform:capitalize; line-height:17px;

display: table-cell;
height:44px;
    vertical-align:middle;
    	border:0px !important;
    	background: url("../images/menu_li_right.png")no-repeat left top;	
}

.main_menu ul.menu > li.item-101 > a {
background: transparent;	
}
.main_menu ul.menu > li.item-101 > a:hover {
background: #939393;	
}

.main_menu ul.menu > li.active.item-101 > a 
   {
background: #93608E;	
}

  .main_menu ul.menu > li a:hover{
  	
  	border:0px !important;
  	background: url("../images/menu_li_right.png")no-repeat left top #939393;	
  }
    
.main_menu ul.menu > li > a {margin:0;padding:0 29px;}

	li.item-101 {width:86px; margin-left: 8px;}
	li.item-102, li.item-103, li.item-105{width:156px;word-wrap:wrap;}


li.item-106{width:112px;}
li.item-107{width:124px;}

.main_menu ul.menu > li.item-104 > a {width:90px;padding: 0 20px;}
.main_menu ul.menu > li.item-106 > a {width:90px;padding: 0 20px;}
.main_menu ul.menu > li.item-107 > a {padding: 0 28px;}
.main_menu ul.menu > li.item-105 > a {padding: 0 46px;}

.main_menu ul.menu > li.active > a {background: url("../images/menu_li_right.png")no-repeat left top #93608E;border:0px !important;color:white;}



#footer {background:#DAD5C7 ;height:60px}

.footermenu ul.menu {background:transparent;width: 100%;}
.footermenu ul.menu > li > a {color:#A37D79;text-decoration:none;}
.footermenu ul.menu > li > a:hover {text-decoration:underline;}
.footer_menu ul.menu li {display: table-cell;
       width: 11%;
     border-right: 0px solid #CECECE;
   text-align: center;
    line-height:14px !important;
    }
   
   .footer_menu ul.menu {margin:0px;}
.footer_menu ul.menu li a {margin:0px; word-wrap: break-word;font-size:10px;}
.derechos_lima {padding-top:10px;text-align:center;color:white;font-size:11px;}
.derechos_lima a{color:white;font-weight:bold;}




/* CONTENIDOS */	

.imagen_blog img {width:250px;border:6px solid #EEEDE8;}
.imagen_blog img:hover {border:6px solid #92618D;cursor:pointer;}
.imagen_blog_tiny img {width:100px;}

.item-page h2 {color:#95688E;font-family:Marvel, Trebuchet Ms, Arial, Helvetica;font-size:26px;
	text-decoration:none;}
	
.blog h2 a {color:#95688E;font-family:Marvel, Trebuchet Ms, Arial, Helvetica;font-size:26px;
	text-decoration:none;
	
	}
	
	.blog h2 {line-height:32px;margin:0px 0 14px 0;padding:0;}
	
	.blog h2 a:hover {color:#694965;}
	
	.blog table td{padding-right:20px;}
	
	
	#contentBox {background:#EEEDE8;padding:10px;}
	
	
	.heads_imagenes {margin-bottom:20px;margin-top:20px;

		}
		
		.heads_imagenes img {	
	
  -webkit-border-radius: 12px; 
  -moz-border-radius: 12px; 
  border-radius: 12px; 
}







  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container
{
  xwidth: 940px !important;
}

x.row-fluid .span3 {    width: 32.2043%;}
x.row-fluid .span9 {width: 64.7681%;margin-bottom: 24px;}
#contentBox {padding:20px !important;margin-bottom: 24px;}





.titulos_catego {
	text-align:center;
	background:#91A5A4;
	color:white;
	xmin-height:20px;
	font-size:200%;
	padding:10px;
 -webkit-border-radius: 7px; 
 -moz-border-radius: 7px; 
 border-radius: 7px; 
 text-transform:capitalize;
 margin:10px 0 10px 0;
 font-family:Marvel, Trebuchet Ms, Arial, Helvetica, sans-serif;
}

.items-leading table{border-bottom:1px solid #935F8D;}
.items-leading .categorie-naam {background:#935F8D;
	 font-family:Marvel, Trebuchet Ms, Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:white;
	 padding-left:10px;
	   line-height: 30px;
	   margin:0;
	}
	
	
	#sbox-btn-print {
position: absolute;
width: 30px;
height: 30px;
right: 10px;
top: -15px;
background: url(../images/printButton.png) no-repeat center;
border: none;
}


 #modalx {
                display: none;
                width: 100px;
                height: 100px;
                margin: 0 auto;
                position: relative;
                top: 100px;
            }
            
            
            /** Bootstrap Dark Modal Styles **/
.modal-open .modal, .btn:focus {
    outline: none !important;
}

.modal.dark { background-color: #2d3032; }
.modal.dark .modal-body {
  background: #40464b;
}

.modal.dark .modal-header {
  background: #2d3032;
  border-bottom: 1px solid #2a2c2e;
}
.modal.dark .modal-header h1, .modal.dark .modal-header h2, .modal.dark .modal-header h3, .modal.dark .modal-header h4 {
  color: #ccc;
}

.modal.dark .modal-footer {
  background: #2d3032;
  border-top: 1px solid #2a2c2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}