.megabox {
	clear: both;
    float: left;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	text-align:center;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.box-index .box-form {
    
    background: #fafafa;
    padding: 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.box-index .box-form:hover {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 8px #eee;
    -moz-box-shadow: 0 0 8px #eee;
    box-shadow: 0 0 8px #eee;
}

.box-index .box-form:before {
    content: "";
    position: absolute;
    right: -20px;
	left: -20px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #eee;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.tl-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 1px #fff;
    -moz-box-shadow: 0 1px #fff;
    box-shadow: 0 1px #fff;
    text-align: center;
    text-shadow: 0 1px #fff;
}

img {
    vertical-align: middle;
}

.divider-6 {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 2px;
}

/*------------------------------------ 
  [BLG] BLOG 
  ------------------------------------*/
.wel-block {
	padding-bottom: 40px;
}

.wel-title {
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
}

.wel-thumb {
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.wel-meta {
  height: 48px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  padding-top:12px;
}




.mar-top20 {
	margin-top:20px;
}
.mar-top30 {
	margin-top:30px;
}

.mar-bot10 {
	margin-bottom:10px;
}
.mar-bot20 {
	margin-bottom:20px;
}
.mar-bot30 {
	margin-bottom:30px;
}




/*------------------------------
	TABLA
------------------------------*/
.table{
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid;
	box-shadow:10px 10px 3px rgba(0, 0, 0, 0.1);
}
.table>thead>tr>th{
	background-color:#00297c;
	color:#FFFFFF;
}
.colorrow{
	background-color:#f9f9f9;
}
.colorrow2{
	background-color:#fff;
}
.colorcell{
	background-color:#f1f2f9;
	color:#1b1c20;
	font-weight:bold;
}
.table > thead > tr > th {
	border-bottom: 1px solid #00297c;
	background-color: #00297c;
	color: #fff;
}
.table-bordered {
	border-color: #00297c;
}
.table-bordered2 {
	border-color:#FFAC0B;
}
/*----------------------------*/



/* CAJA CON LAYERS */
.action {
	background-color: #F9F9F9;
	position: relative;
	z-index: 50;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.layers {
	box-shadow: 0 1px 1px transparent, /* The top layer shadow */ 0 8px 0 -5px #F9F9F9, /* The second layer */ 0 8px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */ 0 17px 0 -10px #F9F9F9, /* The third layer */ 0 17px 1px -9px rgba(0, 0, 0, 0.15);
}
.action-inside {
	padding: 20px;
}
.action .action-text {
	margin-right: 40px;
	width: 50%;
}

.thumbnails2 {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails2:before,
.thumbnails2:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails2:after {
  clear: both;
}

.row-fluid .thumbnails2 {
  margin-left: 0;
}

.thumbnails2 > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail2 {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail2:hover,
a.thumbnail2:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail2 > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail2 .caption {
  padding: 9px;
  color: #555555;
}

	.thumbnail2{
		background-color: #FFF;
		display: block;
		overflow: hidden;
		padding:0px;
		}
		
	.thumbnail2:hover{
		
	}
	 
	.thumbnail2 img{
		border-bottom:1px solid #dedede;
	}
	
	.news-thumb .caption{
	border-right:1px solid #dedede;
	padding-right:30px;
}

.thumbnail2 .img-wrap{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	height:180px;
}
.thumbnail2 .img-wrap img{
	
	width:100%;
	height:auto;
	display:block;
}

.thumbnail2 .demo-browser .caption {
position: absolute;
bottom: -110%;
transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
display:inline-block;
padding:5%;
width:90%;
background:rgba(250,250,250, 0.95);
filter: alpha(opacity=0);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;



}

.thumbnail2:hover .demo-browser .caption {
			bottom: 0%;
			filter: alpha(opacity=100);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
}




/* Image Box #6  */
.img-box-6{
	margin:20px 0px;
}
.img-box-6-item{
	position:relative;
	border:2px solid #fff;
	border-radius:3px;
	margin:10px auto;
	max-width:450px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
.img-box-6-content{
	bottom:0px;
	background:#00297C;
	color:#fff;
	padding:10px 15px; 
	text-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.img-box-6 h4 a{
	color:#fff;
}
.img-box-6 p{
	color:#fff;
	line-height:20px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    background-color: #00297c;
	color:#fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0;
    opacity: 1;
}
.txt-white {
	color:#FFFFFF;
}
.panel-group .panel {
    border-radius: 1px;
}
.panel-title {
    font-size: 14px;
	font-weight:500;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration:none;
}




.block-heading-twelve h3 {
    font-size: 40px;
    line-height: 40px;
	margin-top:20px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 7px;
    margin-bottom: 10px;
}