/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0;}

body { 	 
	font-family:'Merriweather Sans', sans-serif;
	font-size:12px; 
	line-height:16px;
	color:#fff;
	min-width:960px;
	position:relative;
}

/********************************Fonts******************************************/
@font-face { font-family: 'Calibri';
  src: url('../css/fonts/calibri.ttf');
}

h1 { font-family: 'Calibri', sans-serif; font-size:30px; line-height:1.1em; font-weight:normal; margin-top:0px; padding-bottom:0px; margin-left:1px;}
h2 { font-family: 'Calibri', sans-serif; font-size:2em; line-height:1.2em; letter-spacing:0px; font-weight:400; margin-top:2px;}
h3 { font-family: 'Calibri', sans-serif; font-size:16px; line-height:1.2em; letter-spacing:0px; font-weight:400; }
h4 { font-family: 'Calibri', sans-serif; font-size:12px; line-height:1.2em; letter-spacing:0px; font-weight:normal;}

p { font-family: 'Merriweather Sans', sans-serif; font-size:11px; line-height:16px; letter-spacing:0px; font-weight:light;}
/***********************************************************************/

a {text-decoration:none; cursor:pointer; color: #000;}
a:hover {text-decoration:none;}

a.link {cursor:pointer; color:#003399; text-decoration:underline;}
a.link:hover {text-decoration:none;  }

a.link2 {cursor:pointer; color:#0094d9; text-decoration:none; font-size:11px;}
a.link2:hover { text-decoration:underline; }

a.link3 {cursor:pointer; color:#0094d9; text-decoration:none;}
a.link3:hover { text-decoration:underline; }

a.link4 {cursor:pointer; color:#000000; text-decoration:underline;}
a.link4:hover {text-decoration:none; }

/*****************************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}

.left {text-align:left;}
.center {text-align:center;}

.rounded {
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.col_left, .f_left  { float:left !important;}
.col_right, .f_right { float:right !important;}
/*********************************header*************************************/
#header {width:100%; height:170px; margin:0 auto; overflow:hidden; background-color:#273746;}

#header_wrapper {width:970px; margin:0 auto; z-index:99;}

.logo { width: 400px; height:100px; margin: 15px auto; text-align:left; float:left;}
.logo img {height:100px;}

.phone { width:240px; height:64px; float: right;}
.phone img {float:left; margin: 0 10px 0 0;}
.phone span {font-style:italic; font-size:1.0em;}

.redes_sociales {
	width: 400px;
	margin: 0;
	float: right;
}

.redes_sociales ul {
	margin: 10px 10px;
	float:right;
}

.redes_sociales li{
	float: left;
	margin: 1px !important;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: transparent;
}

.redes_sociales li img{
	width: 30px;
}

.redes_sociales li a{
	margin: 0px;
}


.menu {
	font-family: 'Calibri', sans-serif;
	float: right;
	width: 970px;
	height: 10px;
	margin: 0 auto 0;
	border-top: 2px solid #fff;
}

.menu ul {
	margin: 0px auto;
	display: table;
	font-size: 1.2em;
	float:right;
}

.menu li {
	float: left;
	margin: 10px 15px;
}

.menu a {
	color: #fff;
	line-height:20px;
}

.menu a:hover {
	color: #e1e1e1 !important;
}

.menu .active {
	color: #fff;
}

/*********************************banner*************************************/
.banner {
	position: relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.banner_wrapper {
	position: relative;
	border: 0px solid transparent;
	height: 400px;
	margin:0 auto;
	z-index: 40;	
}

.banner_slider { width: 970px; height: 400px; margin: 0 auto; overflow: hidden;}
.banner_slider .slides_container { width:100%; height:400px; text-align:center; overflow: hidden;}
.banner_slider .slides_container img{ width:100%; height:400px; text-align:center;}	

.banner_slider  .pagination {
	display: table;
	background:url(../images/bg_label.png);
	position: relative;
	height: 40px;
	overflow: hidden;
	float:none;
	z-index: 50;

	margin: -50px auto !important;
}

.banner_slider  .pagination li {
	display:table-cell;
	list-style:none;
	text-transform: uppercase;
	text-align:center;
}

.banner_slider  .pagination li a {
	color: #fff;
	display:block;
	padding:12px 17px;
	float:left;
	overflow:hidden;
}

.banner_slider  .pagination li.current a {
	background-color:#3367fb;
}

/****************************Banner Servicios******************************************/
.banner_fotos { width: 448px; height: 336px; margin: 10px 0 10px 10px; overflow: hidden; float:right;}
.banner_fotos .slides_container { width:448px; height:336px; text-align:center; overflow: hidden;}
.banner_fotos .slides_container img{ width:448px; height:336px; text-align:center;}	

/****************************Banner Interior******************************************/
.interior_slider { width: 700px; height: 300px; margin: 10px auto; overflow: hidden;}
.interior_slider .slides_container { width:700px; height:300px; text-align:center; overflow: hidden;}
.interior_slider .slides_container img{ width:700px; height:300px; text-align:center;}	

 /* Media quires for a responsive layout */

    /* For tablets & smart phones 
    @media (max-width: 767px) {
      .slides_container {
        width: auto;
		height:400px;
      }
	  .pagination {
        width: 769px;
		margin: -50px auto !important;
	  }		  
    }
	*/

    /* For smartphones 
    @media (max-width: 480px) {
      .slides_container {
        width: auto;
		height:400px;
      }
    }
	*/

    /* For smaller displays like laptops 
    @media (min-width: 768px) and (max-width: 979px) {
      .slides_container {
        width: 769px;
		height:400px;
      }
	  .pagination {
        width: 769px;
		margin: -50px auto !important;
	  }	  
    }
	*/

    /* For larger displays 
    @media (min-width: 1200px) {
	.banner_slider { width: 100%; height: 2300px; margin: 0 auto;}
	.banner_slider .slides_container { width:100%; height:400px; text-align:center;}
	.banner_slider .slides_container img{ width:100%; height:400px; text-align:center;}	
	.pagination { width: 970px; margin: -50px auto !important; }
    }
	*/
	
/*********************************content*************************************/
#content {
	width: 100%;
}
#content_wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	color:#000;
}

#content h4 {
	color: #3367fb;
}

#content h3 {
	color: #3362fb;
	font-size: 1.5em;
	line-height: 2em;
}

#content h2 {
	color: #3367fb;
	font-size: 2em;
	line-height: 1em;
	margin: 0px;
}

#content h1 {
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 1.5em;
}

.content_main {
	display:table;
	position: relative;
	padding: 5px;
	margin: 0 auto;
}

.content_main p, .content_main ul{
	margin-top: 1em;
	line-height: 1.4em;
	font-size: 1.1em;
	color:#000;
}

.content_main li{
	list-style-type: circle;
	margin-left: 15px;
}

.content_main img{
	margin: 1px;
}

.content_main span{
	font-weight: normal;
	color: #000;
}


.content_main .col-1{
	width: 970px;
	margin: 0 auto;
}

.content_main .col-2{
	width: 480px;
	float: left;
	margin: 0 5px;
	display:block;
}

.content_main .col-3{
	width: 310px;
	float: left;
	margin: 0 5px;
}

.content_main .col-3 img{
	max-width: 298px;
	margin: 5px;
}

.content_main .col-4{
	width: 230px;
	float: left;
	margin: 0 5px;
}

.content_main .col-4-1{
	width: 690px;
	float: left;
	margin: 0 5px;
}

.content_main .col_right img{
	max-width: 250px;
	float: right;
	margin: 10px 0 10px 10px;
}
/****************************nosotros************************/
#menu_lateral ul {
	margin: 0 !important;
}

#menu_lateral li{
	height:60px;
	font-size: 1.2em;
	line-height:60px;
	padding: 0px 10px;
	margin:0;
	list-style-type:none;
	color: #fff;
	border-bottom: 1px solid #222;
	background-color:#dedede;
	cursor: pointer;
}

#menu_lateral li:hover > a, #menu_lateral li:hover, #menu_lateral .activa {
	background-color:#3367fb;
	color: #fff !important;
}

/****************************noticias************************/
#noticias {
	width:100%; background-color:#273746;
	border-top: 2px solid #fff;
	padding: 0;
}
#noticias_wrapper {
	width: 970px;
	margin: 0px auto;
	color: #fff !important;
}
#noticias_wrapper #rss_news li{
	width: 310px;
	float: left;
	border:1px solid #fff;
	margin: 0px 5px 10px;
	border-radius: 3px;
	list-style-type: none;	
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
}
#noticias_wrapper #rss_news li img{
	margin:5px; float: left; width: 100px;
}
#noticias_wrapper #rss_news li h1{
	width:300px; height:34px; padding:5px; font-size: 1.3em; line-height:1.2em; font-weight:bold; 
	background-color:#fff; color:#3367fb; float: left; clear:both; margin:0 !important; overflow: hidden;
}
#noticias_wrapper #rss_news li h1 a{color:#3367fb; font-size: 0.9em; line-height: 0.9em;}
#noticias_wrapper #rss_news li p{
	width:300px;
	height:87px;
	float:right;
	margin: 5px;
	color:#fff;
	text-align:left;
	overflow:hidden;
	font-size: 11px;
}

#noticias_wrapper #rss_news li span{
	font-size:0.8em;
	float:right;
	color:#fff;
	margin: 0 5px;
}

/****************************servicios************************/
.main_services {
	display: table;
	margin: 0 auto !important;
}

.main_services li {
	width: 220px;
	height: 200px;
	float: left;
	margin: 5px 5px;
	list-style-type: none;
	border: 1px solid #3367fb;
	overflow: hidden;
	cursor: pointer;
	background:url(../images/space.png) top center no-repeat;	
	border-radius: 3px;	
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
}

.main_services li img { visibility: hidden; width: 1px; height: 1px; margin: 0;}

.main_services li h2 { 
	color:#fff !important;
	background:url(../images/bg_label.png) top center repeat;
	width: 100%;
	font-size:1.5em !important;
	line-height: 2em !important;
	padding: 5px !important;
	margin: 0;
}
/****************************videos************************/
.vid_gallery {
	display: table;
	margin: 0 auto !important;
}

.vid_gallery li {
	position:relative;
	width: 220px;
	height: 250px;
	float: left;
	margin: 5px 10px;
	list-style-type: none;
	overflow: hidden;
	cursor: pointer;	
}

.vid_gallery li img { width:220px; margin: 0;}

.vid_gallery li h2 { 
	color:#fff !important;
	width: 100%;
	font-size:1.5em !important;
	line-height: 1.1em !important;
	padding: 5px !important;
	margin: 0;
}

.vid_gallery li .bt_play {
	position: absolute;
	width:70px;
	height:70px;
	top:40px;
	left:75px;
	background:url(../images/ic_play.png) top center no-repeat;
}

.vid_gallery li .bt_play:hover {
	background:url(../images/ic_playh.png) top center no-repeat;
}

/****************************descargas************************/
.download { min-height:246px; color:#000; border:5px solid #dedede; display:table; margin:10px auto 0;}

.download img{
	float: none;
}
.hidden, .hidden_nosotros {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.col_cat, .col_catfull{
	width: 280px;
	height: 500px;
	float: left;
	overflow-y: scroll;
}

.col_cat ul, .col_catfull ul {
	margin: 0px auto;
	display: block;
	list-style: none;
}

.col_cat li, .col_catfull li {
	height:61px;
	font-size: 1.2em;
	line-height:60px;
	padding: 0px 10px;
	margin:0 !important;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color:#dedede;
	list-style-type: none;	
}

.col_cat li:hover > a, .col_cat li:hover, .col_cat .activa, .col_catfull li:hover > a, .col_catfull li:hover, .col_catfull .activa {
	background:url(../images/arrow_list.png) 185px 10px no-repeat;
	background-color:#3367fb;
	color: #fff !important;
}

.col_table{
	width: 670px;
	float: right;
}

.col_table table {
	width: 100%;
	margin: 0 auto;
}

.col_table th {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: #000;
	padding: 5px 20px;
}

.col_table thead tr:hover {
	background-color: #fff;
}

.col_table tr:hover {
	background-color: #e1e1e1;
}

.col_table tr {
	border: 1px solid #dedede;
}

.col_table td {
	line-height: 29px;
	padding: 4px;
}
.col_table td img{
	float: none !important;
	text-align:center;
}

/****************************Enlaces************************/
#enlaces_wrapper{
	width: 970px;
	margin: 0px auto;
	text-align: center;
}
.enlaces {
	margin: 5px auto !important;
	display: table;
	width: 897px;
}
.enlaces li{
	float: right;
	margin: 3px !important;
	padding: 0 !important;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: transparent;
	border:1px solid #dedede;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
}
.enlaces li a{ 
	list-style-type: none;
}
.enlaces li img{
	width: 120px;
	margin:0 !important;
}

/****************************footer************************/
#footer {
	background-color: #f8f8f8;
	width:100%;
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
	z-index:102;
	border-top: 4px solid #3367fb;
}

#footer_wrapper {
	width: 970px;
	margin: 0px auto;
}

.footer_nav {
	width: 100%;
	padding: 10px 0;
}

.footer_nav .col{
	float: left;
	width: 150px;
	margin: 0 5px;
	color: #000;
}

.footer_nav .col2{
	float: left;
	width: 310px;
	margin: 0 10px;
	color: #000;
}
.footer_nav .col2 b{
	font-size: 1.1em;
	color: #3367fb;
}
.footer_nav h1{
	font-size: 1.2em;
	line-height: 2em;
	color:#000;
	margin: 0px 10px;
	font-weight: bold;
	border-bottom:2px solid #000;
	text-transform:uppercase;
}

.footer_nav a{
	font-weight: normal;
	color: #000;
	font-size: 1em;	
	line-height: 1.2em;
}

.footer_nav a:hover{
	color: #3367fb;;
}

.footer_nav ul {
	margin: 10px auto;
	display: inline-block;
}

.footer_nav li {
	margin: 2px 10px;
	padding-left: 0px;
	color: #666;
	/*background:url(../images/arrow_list.png) 0 4px no-repeat;	*/
}
.credits p{
	font-size: 0.8em;
	color: #555;
	float: right;
	margin-top: 5px;
	clear: both;
}

.map {width:300px; height:470px; display:block; float:left;}
.map iframe {	
  width:300px;
  height:470px;
}

/**********************form**********************/

.boton { background-color: #273746 !important;
	padding:6px 25px 6px 25px !important;
	height: auto !important;
	width: auto !important;
	font-size:14px !important; color:#fff !important; display:inline-block; border-radius:5px;
}

#sendemail {
	margin: 0px 0px 0px 0px;
}

#sendemail li {
	width: 100%;
	clear: both;
	display: table;
}

#sendemail input, #sendemail select{
	border:#d7d7d7 1px solid;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:12px;
	color:#666 !important;
	width: 280px;
	height: 30px;
	color: #dedede;
	padding: 0 10px;
	float:left;
}

#sendemail select{
	width:300px;
}

#sendemail textarea {
	border:#d7d7d7 1px solid;
	font-family: 'Merriweather Sans', sans-serif;
	background:#ffffff;
	font-size:12px;
	color:#666;
	width: 280px;
	height: 150px;
	outline: medium none;
	overflow: auto;
	padding: 9px 4px 6px 9px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}

#sendemail label {
	font-size: 1.1em;
	color: #3367fb;
	clear: both;
	position:relative;
	display: inline-block;
	float: left;
	line-height: 25px;	
	min-height: 25px;
	margin: 5px 0 0 0;
}

#sendemail label > span {
	color: #700;	
	font-size: 0.8em;
	line-height: 25px;
	position:relative;
	display: inline-block;
	margin-left: 5px;
}
#sendemail .form_err {
	color: #F00;
	font-size: 10px;
	line-height:25px;
}

#sendemail .form_ok {
	color: #339900;
	font-size: 10px;
	line-height:25px;
}

#sendemail .val_message {
	float:right;
	margin: 0 10px 0 0;
}


#sendemail .button-form {
	margin: 10px auto 0;
	font-size: 1.2em;		
	color:#fff !important;
	width: 80px;
}

.enable {background-color: #3367fb !important;}

.disable {background-color: #666 !important;}

/*************************  Tabla de descargas*****/

#tablades_filter {
	margin: 10px;
}

#tablades_filter input {
	font-family: 'Merriweather Sans', sans-serif;
	font-size:0.8em;
	width: 90%;
	border:1px solid #dedede;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
#tablades_filter label {
	width: 100%;
	font-size:1.2em;
	height: 1.2em;
}
#tablades_paginate {
	margin: 10px 0;
	text-align: center;
}

#tablades_paginate a {
	background-color: #3367fb !important;
	height: auto !important;
	width: auto !important;
	font-size:14px !important;	
	color:#fff !important; display:inline-block;
	text-decoration: none !important;
	margin: 5px 3px !important;
	padding:6px 25px 6px 25px !important;
}

#tablades_paginate img {
	margin: 5px 0;
	text-align: center;
}

/********************** Encabezados DataTables ****************************/
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
table.dataTable thead th:active,table.dataTable thead td:active {outline: none;}

.dataTables_filter label {line-height: 50px;}
.dataTables_filter {clear: both;}
