

/*** HOME ***/
.home_txt{font-size:16px; line-height:1.5; padding:20px;}
.home_txt p{padding:0px 0px 15px 0;}

/*** Terminos de Busqueda ***/
.search{width:100%; height:58px; background:url("../img/search-center.jpg");}
.search .search_left{background:url("../img/search-left.jpg"); width:75px; height:58px;display:block; float:left; background-repeat:none;}
.search .search_center{width:calc(100% - 110px); height:58px; display:block; float:left;}
.search .search_center input{border:none; width:100%; height:58px; font-size:20px; padding:10px; background:none;}
.search .search_center input:focus{outline: none;}
.search .search_right{background:url("../img/search-right.jpg");width:35px; height:58px; background-repeat: none;  float:right;}

/* Tabs */
.tabs_box{margin: 30px 0; border-bottom:1px solid; height:48px;}
.tabs_box_left{ background:#588ea9; float:left; padding:15px 30px 15px 15px; color:#fff; font-size:20px;  border-radius:10px 30px 0px 0px; text-shadow: 1px 1px 1px #2B2B2B; }
.tabs_box_right{float:right; width:60%;}

ul.tabs{margin: 0px 0; overflow:hidden; padding-top:7px;}
ul.tabs li {float:left; border:1px solid #b8b8b8; margin:0 0.5%; padding:10px 0; width:19%; text-align:center; border-radius:5px 5px 0 0;
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}
ul.tabs li:hover{background: #e0f3fa; /* Old browsers */
background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */}
ul.tabs li.active{border-bottom:1px solid #fff; background:#fff;}
ul.tabs li a{}
ul.tabs li a:hover{}
ul.tabs li a .tab_content{display:inline-block; margin-left:5px;}
ul.tabs li a .tab_content .tab_idiomas{font-size:14px; font-weight:400; line-height:1em; margin-top:3px;}

/* Titles */
.title{background: #c0ddef;padding:5px 10px;font-size:16px;margin-bottom:20px;line-height: 2;border-radius: 5px;}
.title span.description2{background: url("../img/base.png") no-repeat -88px -99px;display:inline-block;height:30px;width:30px;margin-right:5px;vertical-align: middle;}
.title span.traduction2{background: url("../img/base.png") no-repeat -59px -98px;display:inline-block;height:30px;width:30px;margin-right:5px;vertical-align: middle;}
.title span.fields2{background: url("../img/base.png") no-repeat -149px -97px;display:inline-block;height:30px;width:30px;margin-right:5px;vertical-align: middle;}
.title span.comments2{background: url("../img/base.png") no-repeat -118px -98px;display:inline-block;height:30px;width:30px;margin-right:5px;vertical-align: middle;}
.title span.context2{background: url("../img/base.png") no-repeat -28px -99px;display:inline-block;height:30px;width:30px;margin-right:5px;vertical-align: middle;}
.title span.no_recomended2{background: url("../img/base.png") no-repeat 1px -99px;display:inline-block;height:30px;width:30px;margin-right:5px;vertical-align: middle;}

/* Blocks */
.row{clear:both;overflow:hidden;width: 100%;margin: 0 auto;}
.definition {width:40%; margin-right:2%; margin-bottom:20px; float:left; border:1px solid #FFF;}
.traduction{width:40%; margin-right:2%; margin-bottom:20px; float:left; border:1px solid #FFF;}
.fields{width:16%; margin-bottom:20px; float:left;border:1px solid #FFF;}
.comments{width:32%; margin-right:2%; margin-bottom:20px; float:left;border:1px solid #FFF;}
.contex{width:32%; margin-right:2%; margin-bottom:20px; float:left;border:1px solid #FFF;}
.no_recomended{width:32%; margin-bottom:20px; float:left;border:1px solid #FFF;}
.sources{width:100%;background:#dfe7eb;padding:10px;float: left;text-align: center;}

/* Fields */
a.field_item{display:block;background:#eef7fc; padding: 8px 15px; margin: 0 0 10px 0;border-radius: 5px; color:#106ba4;}
a.field_item:hover{background:#c0ddef; color:#000;}

/*** TESAURO ***/
.tesauro{margin-bottom:20px;}
.tesauro_txt{margin-bottom:10px;}
ul.tesauro_list{}
ul.tesauro_list li{display:inline-block;}
ul.tesauro_list li a{display:block; background:#ceecfe; padding: 8px 15px; margin: 0 0 10px 0;border-radius: 5px; color:#106ba4;}
ul.tesauro_list li a:hover{background:#text-decoration: underline;; color:#000;}
ul.tesauro_list li a.active{background:#588ea9; color:#fff}

/* Acordeon */
.panel-default>.panel-heading{background-color:#e4f0f7;}
.panel-body{padding:0px; background:#f2f2f2;}

.termino_name{font-weight:900;margin-bottom:4px;padding: 0px 7px 0px 7px;}
.termino_desc{padding:0 7px 0px 7px;}

/*** FUENTES ***/
.fuentes{background:#eef7fc; padding:15px;}
.fuentes a{display:block; background:#fff; margin:3px; padding:6px; border-radius:6px; text-decoration: underline;}
.fuentes a:hover{background:#c0ddef;}

/*** ENLACES ***/
.enlaces{background:#f2f2f2; padding:15px;}
.enlaces a{display:block; background:#fff; margin:3px; padding:6px; border-radius:6px; text-decoration: underline;}
.enlaces a:hover{background:#c0ddef;}

/*** LISTADO NOTICIAS ***/
.noti{width:31.33%; float:left; margin:10px 1%; background:#f2f2f2; min-height:360px;}
.noti .noti_media{ width:100%; overflow:hidden; height:200px; position:relative; padding-bottom:55%; height:0; background:#bbb;}
.noti .noti_media iframe{position:absolute; width:100%; height:100%;}
.noti .noti_media img.noti_img{width:100%;}
.noti a.noti_title{font-size:18px; font-weight:900; line-height:1.1; display:block; padding:15px 15px 5px 15px;}
.noti div.noti_body{padding:5px 15px 15px 15px;}

/*** CONTACT ***/
.btn_send{
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
border-radius:6px;
height:40px;
border:1px solid #bbb;
}

/*** Text stnadard ***/
.home_txt img{width:100%; margin-bottom:20px;}
.subtitle_text{font-size:18px;line-height:1em;margin:20px 0 10px 0;}
.body_text{margin-bottom:30px;}
.body_text strong{color:#333;}
.body_text p{margin-bottom:20px;}
.body_text ul{margin:10px 0;}
.body_text ul li{margin:5px 0px 5px 30px;list-style:initial;}
.body_text a{color:#588ea9;}
.body_text a:hover{color:#001689;}

/*** EQUIPO ***/
.equipo{background:#f2f2f2; overflow:hidden; margin-bottom:20px;}
.equipo_img{width:200px; margin-right:10px; float:left;}
.equipo_txt{padding:20px;}
.equipo_name{font-size:15px; font-weight:bold; margin-bottom:6px;}
.equipo_desc{}

/*** FONT ***/
.fa-3x{
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 10px;
}
    media screen and (max-width:768px) {

	/* Tabs */
	.tabs_box{margin: 30px 0; border-bottom:1px solid; height:96px;}
	.tabs_box_left{font-size:16px;  border-radius:10px 10px 0px 0px; width:100%;}
	.tabs_box_right{float:left; width:100%;}
	ul.tabs li a .tab_content .tab_idiomas{font-size:12px;}

	/* Blocks */
	.definition {width:100%;}
	.traduction{width:100%;}
	.fields{width:100%;}
	.comments{width:100%;}
	.contex{width:100%;}
	.no_recomended{width:100%;}

	/* Fields */
	a.field_item{display:inline-block;}


	/*** Listado noticias ***/
	.noti{width:47.9%; float:left; margin:10px 1%;}

}

@media screen and (max-width:480px) {

	/*** Listado noticias ***/
	.noti{width:98%; float:left; margin:10px 1%; min-height:270px;}
}


	/* Buttons */
	a.btn.btn-md.btn-success.ponentes {
		margin-left: -8px !important;
	}
