/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }
.titleall { text-shadow: 1px 1px 1px #888;font-size: 30px; font-weight:normal; z-index:700; position:relative; color:#d70d14; border-top:1px solid #d7a51e; border-bottom:1px solid #d7a51e; margin-bottom:15px; z-index:2}
.titleall2 { display:block;  color: #555;   -webkit-border-radius: 10px;-moz-border-radius: 10px;
    border-radius: 10px;text-align: center; border: 0; font-size:15px; text-transform:uppercase; text-decoration:none; font-weight:bold;  text-align:center; background-color: #c71e24; !important; color: #e7c82f;  }
.titleall4 { display:block;  color: #ffffff; background-color: #d7a51e; !important;  margin-bottom:5px; padding-left:10px;  }
	.titleall3 { display:table; padding: 5px 15px 5px 15px ;  color: #555;   -webkit-border-radius: 10px;-moz-border-radius: 10px;
    border-radius: 10px;text-align: center; border: 0; font-size:13px; text-transform:uppercase; text-decoration:none; font-weight:bold;  text-align:center; background-color: #d7a51e; !important; color:#fff; margin-bottom:5px;  }
	
	.hoverall{}
	.hoverall:hover  { -moz-opacity:0.7; filter:alpha(opacity=0.7); opacity:0.7;}
	
	.cell2c {
    display:block;
    width: 100%; 
		vertical-align:top;	
	 border: none;
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; padding:15px; background-color:#fff; color:#333;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
	.cell2c:hover {
   background-color:#aa1a20; color:#fff;
}
/*Anylist*/
.border9 {border: 1px solid #cccccc;}
.border10 {border: 1px solid #999999;background-image: url(../../images/bgp.gif);background-color: #e6e6e6;background-repeat: repeat-x;background-position: left bottom;}
.brdr{background-image: url(../../images/sound2.gif); background-repeat: no-repeat;background-position: left top; text-indent:25px;color: #31963d;font-size: 12px;font-weight: bold;}
.brdr2{background-image: url(../../images/sound2.gif); background-repeat: no-repeat;background-position: left top; text-indent:25px;font-weight: bold;}
.brdr3{background-image: url(../../images/sound3.gif); background-repeat: no-repeat;background-position: left top; text-indent:25px;font-weight: bold;}
.font_title3 {color: #555;font-size: 14px;text-decoration: underline; background-image: url(../../images/sound2.png); background-repeat: no-repeat;background-position: left top; text-indent:30px;font-weight: bold;  }
.contentnews {color: #888;}
#usuallink2:link, #usuallink2:visited {color: #d7a51e;text-decoration:none; font-weight: bold;border: 1px solid #d7a51e;padding:3px;}
#usuallink2:hover {color:#000000; text-decoration:none;font-weight: bold; border: 1px solid #333333;background-color: #e6e6e6;padding:3px;}
.menuleftbtn {}
.menuleftbtn:hover { background-color:#00805c; color:white}

.pagingFont {border: 1px solid #f6373e;background-color: #d9232a;padding:3px; color:#fff;}
.font_title7 {color: #333;font-size: 14px;font-weight: bold;}
.date2 {border: 1px solid #aa1a20;background-color: #aa1a20;padding:0px 10px 0px 10px; color:#fff;font-size: 13px;font-weight: normal; display:table;   }

/* drop link */
.caja {width:95%;display: none;padding:5px;border:none; background-color:#fff; margin-left:25px;margin-top:-20px; margin-bottom:18px; }
.mostrar{display:block;width:100%;padding:5px; -webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px; background-image: url(../../images/sound2.png); background-repeat: no-repeat;background-position: 5px 6px; text-indent:28px;font-size:16px; margin-bottom:20px;color:#fff; background-color:#d70d14;}
.caja a{ color:#d7a51e; font-weight: bold; font-size:15px; padding:5px; }
.caja a:hover {color:#fff;  background-color:#d7a51e}




/* Specific to example two */

#example-two .list-wrap {  padding: 10px; margin: 0 0 15px 0; display:table; font-size:15px; line-height:1.8; width:98%; min-width:230px; font-weight:normal; text-align:justify;  }

#example-two ul { }
#example-two ul li a { display: block;  padding: 4px; color: #666;  }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden; list-style: none; }
#example-two .nav li { float: left; margin: 0 5px 0 0; border-left: 1px #666 solid }
#example-two .nav li.last { margin-right: 0;  }
#example-two .nav li a { margin-left:5px; display: block; padding: 5px 15px 5px 15px ;  color: #555;  text-align: center; border: 0; font-size:12px; text-transform:uppercase; text-decoration:none; font-weight:bold;  text-align:center; background-repeat: repeat-x; background-position:top left;  }

#example-two li a.current,#example-two li a.current:hover { background-color: #aa1a20; !important; color: #fff; background-image: url(../../images/button1.gif); background-repeat: repeat-x; background-position:top left;}
#example-two .nav li a:hover{background-color: #d7a51e; !important; color: #fff}
 #example-two .nav li a:focus { background-color: #aa1a20; !important; color: #fff;}
 

 
 