@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body {
    background: #333 url(../images/bgx.gif) repeat center;  
    color: #333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body.bgp {
	background-position:center top;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
.clear {
    clear: both;
}

a {
    color: #003871;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.w-cnt{
	width: 906px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
/***************** header ****************/

#header { 
	/*background:url(../images/bgx.gif) repeat 0 0;*/
	/*background: url(../images/bg_header.jpg) repeat-x 0 0; */
}
#header .c-header {
    margin: 0 auto;
    width: 906px;
}

.c-header h1, 
.c-header h1 a{
    display: block;
    float: left;
    height: 121px;
    width: 322px;
}
.c-header h1{
	margin-bottom: 5px;
	margin-top: 5px;
}
.c-header h1 a {
    background: url(../images/logo.png) no-repeat scroll 0 0 transparent;
    text-indent: -9999px;
}
.c-header h1 img {
    display: none;
}

#header #info {
    position: relative;
	float: right;
    margin: auto;
    width: 541px;
	height: 100px;
}
#info .social { 
	float:right;
	width:540px;
	height:35px;
	margin:5px 0;
	line-height:40px;
}
#info .social ul li, 
#info .social ul li a { 
	display: block; 
	float: right;
	width:27px;
	height:27px; 
}
#info .social ul li { 
	margin-right: 10px; 
}
#info .social ul li a { 
	background-image: url(../images/redsocial.png); 
	background-repeat: no-repeat; 
	color: #333; 
	padding-left: 0;
	text-indent:-9999px;
}

#info .social ul li a.tw { 
	background-position: 0 0 !important;
}
#info .social ul li a.tw:hover { 
	background-position: 0 -27px !important;
}
#info .social ul li a.fb { 
	background-position: -31px 0 !important; 
}
#info .social ul li a.fb:hover { 
	background-position: -31px -27px !important;
}
#info .social ul li a.yt { 
	background-position: -62px 0 !important; 
}
#info .social ul li a.yt:hover { 
	background-position: -62px -27px !important; 
}


#info .infontk{
	background:url(../images/bgmt.png) no-repeat;
	float:right;
	width:250px;
	height:26px;
	margin:5px 0;
	line-height:25px;
	padding: 0 0 0 5px;
}
#info .infontk a {
	text-decoration: none;
	color: #113687;
	display: inline-block;
	margin:0;
	padding:0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
#info .infontk a:hover {
	text-decoration: underline;
}

#navbar {
	border: 1px solid #e5e5e5;
	margin-bottom: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
	height: 38px;
	font-size: 12px;
    line-height: 1.5em;
}
#nav {
    float: left;
    height: 38px;
    left: -1px;
    position: relative;
    top: -1px;
}
ul#navlist li {
    float: left;
    min-width: 8.666em;
}

ul#navlist li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    box-shadow: 1px 0 rgba(255, 255, 255, 0.75);
    color: #383838;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
}
ul#navlist li:first-child a {
    border-left: 1px solid #C40001;
}
ul#navlist li.current a{
    border-color: #C40001;
	background-color: #C40001;
	color: #fff;
	
}
ul#navlist li a:hover,
ul#navlist li a.selected {
	background-color: #383838 !important;
	border-color: #383838 !important;
	color: #fff;
	text-decoration: none;
}

/******************* CONTAINER **********************/
#dcContainer {
    margin: 0 auto;
    width: 906px;
	background:#FFF;
}
.coContainer{
    margin: 5px auto 0 auto;
    width: 900px;
}
/************** CONT BANNER***************************/
.c-home{
	margin: 0 auto;
	width: 906px;
}
.c-home .cnt-banner{
	float: right;
    margin: auto;
    width: 900px;
	height: 303px;

}
.c-home .cnt-info {
	background: #C40001;
    float: left;
    margin: auto;
    width: 906px;
	height: 26px;
}
.c-home .cnt-info p {
	background:url(../images/arrow_left_info.png) no-repeat 15px top;
    font: bold 12px/100% arial;
	margin:7px 0;
	padding:0 0 0 30px;
	color:#FFF;
}
/*************************************************/
/*********  SECCION PORTADA **********************/
/*************************************************/
#main-coContent {
/*    float: left;
    margin: 0;
    min-height:270px;
	height:auto !important;
	height:270px;
    padding: 0;
    width: 630px;
	position:relative;
	margin-right:10px;*/
	margin-bottom:1px;
	overflow:hidden;
}

#main-coContent .secIzq{
    float: left;
    margin: 0;
	height:184px;
    padding: 0;
    width: 405px;
	position:relative;
	margin-right:5px;
}

#dcContainer #barral{
    float: left;
    margin: 0;
	height: auto;
    padding: 0 0 0 20px;
    width: 220px;
	position:relative;
	margin-right:5px;
}

#barral .line{
    float: left;
	position:relative;
	margin:10px 0;
}

#main-coContent .secDer{
    float: left;
    margin: 0;
	height: 182px;
    padding: 0;
    width: 487px;
	position:relative;
	border: 1px solid #E63C3C;
}
#main-coContent .secBot{
	background:#ca0900 url(../images/bg_bot2.png) no-repeat 50px center;
    float: left;
    margin: 5px 0 0 0;
	height:95px;
    padding: 0;
    width:900px;
	position:relative;
}
.coContainer .secFoo{
	border:2px solid #ca0900;
	background:#ca0900;
    float: left;
    margin: 5px 0 0 0;
	height:40px;
    padding: 5px 0 0 0;
    width:896px;
	position:relative;
}
/****************** secIzq **********************/
.secIzq .media {
    height: 182px;
    margin-bottom: 0;
    position: relative;
}
div.span-8 {
	border:1px solid #E63C3C;
    width: 198px;
	float: left;
    margin-right: 5px;
}
div.last {
    margin-right: 0;
}
.media .categoria{
    background: #ee7b7b;
    left: 1px;
    padding: 1px 8px;
    position: absolute;
    bottom: 0;
	width: 182px;
}
.media .categoria, 
.media .categoria a{
    color: #000;
	font: bold 12px arial;
}
.title {
    background: url(../images/bg_grid_titles.png) repeat  0 0 ;
    bottom: 32px;
    left: 1px;
    padding: 8px;
    position: absolute;
    width: 182px;
	
	font: bold 12px arial;
    margin-bottom: 0;
	color: #FFFFFF;
}
/*.div.span-8 a:hover span.title {
	color: #333;
	text-decoration: underline;
}*/
/*.title h2 {
    font: bold 12px arial;
    margin-bottom: 0;
	color: #FFFFFF;
}*/
/*.title h2 a {
    color: #FFFFFF;
}*/
/****************** secDer **********************/
.secDer h4 {
    background: #eb6969;
    color: #FFFFFF;
    font: bold 15px/36px arial;
    padding-left: 5px;
    text-transform: uppercase;
	height:37px;
	letter-spacing:-0.03em;
}
.secDer h4 strong{
    color: #000;
    font: bold 18px arial;
    text-transform: uppercase;
}

.secDer .fotogal {
    margin: 5px 0 0 !important;
    padding: 5px;
    width: 475px;
}
.secDer .fotogal a {
    display: block;
    float: left;
    margin-right: 5px;
}

.media-type {
    margin-right: 17px;
	display: block;
    position: relative;
}
.media-type a {
    height: 130px;
}

.last {
    /*border-bottom: 0 none !important;
    border-right: 0 none !important;*/
    margin-right: 0 !important;
}

/*************************************************/
/****************** secBot **********************/
/*************************************************/
.secBot .bclie {
	background:url(../images/bbotclie2.jpg) no-repeat 2px 7px;
	float:left;
	width:70px;
	height:95px;
}
.secBot .bcaru {
	float:left;
	width:742px;
	height:65px;
	padding: 18px 0 7px 35px;
}

/*************************************************/
/****************** secFoo **********************/
/*************************************************/
.secFoo .coFoo {

}
.coFoo p {
    color: #fff;
    font: 12px/100% arial;
    margin-bottom: 7px;
    text-align: center;
}

/*************************************************/
/******************* NOTICIAS PORTADA **********************/
/*************************************************/
#FrameNoticia {
    float: left;
    margin: 0;
    min-height:420px;
	height:auto !important;
	height:420px;
    padding: 0;
    width: 620px;
	position:relative;
}
.clear {
    clear: both;
}
#NoticiasFitac{
	/*background: url(../images/bg_time_cat.png) repeat-x scroll 0 7px transparent;*/
	width:620px;
	float:left;
	margin:0;
}
#cnt_nota {
    float: left;
    margin: 0;
    width: 600px;
}
h2.ulporta {
    background: url(../images/dest-icon.png) no-repeat scroll 0 0 #FFFFFF;
    color: #7590A3;
    font: 12px/16px arial;
    margin:0 0 10px 0;
    padding-left: 20px;
    text-transform: uppercase;
    width: 135px;
	display:none;
}
h2.ullistado {
    background: url(../images/dest-icon.png) no-repeat scroll 0 0 #FFFFFF;
    color: #74C13F;
    font: 24px/16px arial;
    margin:0 0 10px 0;
    padding-left: 20px;
    text-transform: uppercase;
    width: 135px;
}

/*barra de archivo de noticias*/
.lista_archivo {
    background-color: #5C6873;
    margin-bottom: 20px;
    padding: 5px 0 5px 7px;
}
.lista_archivo h4 {
    background: url(../images/archives.png) no-repeat 0 0;
    color: #FFFFFF;
    padding-left: 20px;
    text-transform: uppercase;
}

.caja-nota{
	margin-bottom:20px;
	min-height:145px;
	border-bottom: 1px solid #ddd;
}
.tiempo-categ {
    background: url(../images/bg_time_cat.png) repeat-x scroll center center transparent;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
}
.tiempo-categ em {
    color: #999999;
    display: block;
    float: left;
    font: 11px/12px arial;
    text-transform: uppercase;
}
.tiempo-categ .hora, .tiempo-categ .fecha {
    background: url(../images/icon-reloj.png) no-repeat 0 0 #FFFFFF;
    border-right: 1px solid #B1B1B1;
    padding: 0 7px 0 13px;
}

.tiempo-categ .fecha {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 0;
}
.tiempo-categ .see {
    background: url(../images/eye-see.png) no-repeat 0 2px #FFFFFF;
    border-right: 1px solid #B1B1B1;
    padding: 0 7px 0 13px;
}

.dcNota .tiempo-categ .hora {
    border-right: medium none;
}


.dcNota .tiempo-categ .hora {
    background-position: 7px 1px;
    padding-left: 20px;
}
.tiempo-categ .categoria {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 7px;
}
.tiempo-categ .categoria a {
    color: #999999;
}

.media-tipo {
    margin-right: 17px;
	float: left !important;
    width: 200px;
	max-height:115px;
}
.media-tipo a {
    display: block;
    position: relative;
}

.caja-nota h2 {
    font: 20px/130% arial;
    margin: 0 0px 5px 0;
}
.caja-nota h2 a{
	color: #CE3435;
}
.caja-nota p.intro {
    line-height: 150%;
    margin-right: 0px;
	padding-left: 217px;
}

.masnoticias {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
}

.masnoticias a {
    background: url(../images/ico_vermas.png) no-repeat scroll right 5px transparent;
    color: #333333;
    display: block;
    font: bold 12px/100% arial;
    margin: 0 auto;
    width: 110px;
}

.masnotas {
    border-top: 1px solid #E5E5E5;
    clear: both;
    padding-top: 15px;
    position: relative;
}
.masnotas a{
    color: #333333;
    display: block;
    font: bold 12px/100% arial;
    margin: 0 auto;
    width: 110px;
}
.ant_sig a.ant {
    background: url(../images/ico_antsig.png) no-repeat 0 -1px ;
    float: left;
    padding-bottom: 1px;
    padding-left: 15px;
}
.ant_sig a.sig {
    background: url(../images/ico_antsig.png) no-repeat 57px -37px;
    float: right;
    padding-bottom: 1px;
    padding-right: 15px;
}
.ant_sig a {
    width: auto !important;
}
.ant_sig a.ant:hover {
    background-position: 0 -19px;
}
.ant_sig a.sig:hover {
    background-position: 57px -55px;
}

/*************************************************/
/******************* CONTENIDOS **********************/
/*************************************************/
#works{
	width: 620px;
	height: auto !important;
	height: 411px;
	min-height: 411px;
	margin:0 0 5px 0;
	padding:0 10px 10px 5px;
	float:left;
	position:relative;
	overflow:hidden;
}
#coco{
	padding:10px;
	/*min-width:605px;
	max-width:810px;*/
	margin:auto;
}
#coco hr{
border-color:#ca0900;
}
#works .pagek {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px;
	border-bottom: 1px solid #E0E0E0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
	width: 590px;
	color: #333;
}
.pagek .titlek{
    float: left;
    font-weight: 400;
    padding: 8px 0;
	font-size: 14px;
    line-height: 30px;
}

h1.tit{
	border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
	color: #E63C3C;
}
h1.tit1{
	border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 7px;
	color: #E63C3C;
}

.stclass h1{
	color: #307720;
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 15px;

}

.stclass h2{
	color: #3570A8;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;

}


.stclass p{
	line-height:1.7em;
	font-size:1.1em;
	margin-bottom:15px;
	
}
.stclass ul,
.stclass ol{
	padding: 0 10px 0 35px
}
.stclass li{
	font-size:1em;
	line-height:1.7em;
	padding:5px 0;
}
.stclass .bsl{
	margin-left:15px;
}
.stclass .bsr{
	margin-right:15px;
}


/*************************************************/
/******************* TOP NAVEGATION ******************/
/*************************************************/

ul.top-nav{ 
	border-left: 1px solid #e2e2e2; 
	display: block; 
	margin-bottom: 20px; 
	overflow: hidden; 
}
ul.top-nav li, 
ul.top-nav li a{ 
	display: block; 
	float: left; 
}
ul.top-nav li { 
	background: url(../images/bg_separator.png) repeat-x 0 0; 
}
ul.top-nav li a { 
	background: url(../images/bg_separator.png) no-repeat right -22px;
	color: #aaa; 
	font: 12px/22px arial; 
	padding: 0 15px 0 10px; 
}
ul.top-nav li a:hover,
ul.top-nav li a.active { 
	color: #4e4e4e; 
	text-decoration: none; 
}
ul.top-nav li a.active { 
	background: url(../images/bg_separator.png) no-repeat right -44px; 
}


/***************************************************/
/*************        NOTA     *********************/
/***************************************************/

.dcNota h1 {
    color: #CE3435;
    font: 2.5em/120% arial;
    margin-bottom: 10px;
}
.dcNota-contenido{
	float: left;
    width: 620px;
}
.dcNota p.resumen, 
.dcNota-contenido p {
    font: 1.2em/150% arial;
    margin-bottom: 20px;
}
.dcNota .dcMedia{
	margin-bottom:15px;
}
.dcNota .dcMedia .bx-wrapper .bx-viewport {
    border: 3px #CE3435 solid;
}
#VideoMusic{
	margin: 10px 0 ;
}
/*************************************************/
/**************** PANEL DERECHO ******************/
/*************************************************/

.sidebar { 
	background: url(../images/bg_time_cat.png) repeat-x 0 5px; 
	float: right !important; 
	padding-top: 12px;
	width:310px;
}
.sidebar.right {
    background: none repeat scroll 0 0 #FCFCFC;
    border-left: 1px solid #E0E0E0;
    box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.03) inset, 0 2px 0 0 rgba(0, 0, 0, 0.03) inset;
    margin-left: -1px;
    float: right;
	width: 260px;
}
.sidebar .banner { 
	margin-bottom: 5px; 
}
.sidebar h4 { 
	background: #333; 
	border-bottom: 1px solid #9b9b97; 
	color: #fff; font: bold 12px/25px arial; 
	padding-left: 5px; 
	text-transform: uppercase; 
}



.divBanner { 

}
.divBanner div object, 
.divBanner img, 
.divBanner div iframe { 
	display: block; 
	border: 5px solid #ccc; 
	margin-bottom: 20px; 
}
.divBanner .banner img { 
	margin-bottom: 1px !important; 
}


.nota-destac{
    margin-bottom: 20px;
    padding-bottom: 15px;
	padding-top:10px;
}
.nota-destac ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 5px 0 5px 5px;
	float:left;
	width:305px;
}

.nota-destac ul li.mass{
    border-bottom: 0px solid #E5E5E5;
}

.nota-destac ul li h5 {
    display: block;
    float: left;
    font: 12px/150% arial;
}
.nota-destac ul li h5 a {
    color: #333333;
}
.nota-destac .boton { padding-top: 15px; }

.boton button, 
.boton a { 
	background: url(../images/bg_button.png) repeat-x 0 0; 
	background: -webkit-linear-gradient(#538a2c, #74c13f); 
	background: -moz-linear-gradient(#538a2c, #74c13f); 
	border: 0; 
	color: #fff; 
	cursor: pointer; 
	display: block; 
	font: bold 12px/25px arial; 
	margin: 0 auto; 
	padding: 0 20px; 
	text-align: center; 
}

.boton button:hover, 
.boton a:hover { 
	background: url(../images/bg_button.png) repeat-x 0 -37px; 
	background: -webkit-linear-gradient(#74c13f, #538a2c); 
	background: -moz-linear-gradient(#74c13f, #538a2c); 
}
.boton a { 
	width: 60px; 
}
.boton a:hover { 
	text-decoration: none; 
}
.boton button { 
	width: 100px; 
}

/*********************** PAGINACIÓN ***********************/
ul.pagination {
   /* background: url("../images/dot.gif") repeat-x scroll left top transparent;*/
    margin: 10px auto 5px;
    padding: 10px 0 0;
    list-style: none outside none;
}

ul.pagination li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    margin: 0;
	line-height:160%;
    padding: 0;
}
ul.pagination li span {
    padding: 2px 5px;
	text-decoration:underline;
	color:#C00;
}
ul.pagination li span.pagedes {
    padding: 2px 5px;
	text-decoration:none;
	color:#666;
}
ul.pagination li span.page {
	display:inline-block;
    padding: 2px 5px;
	text-decoration:underline;
	color:#C00;
}

ul.pagination a {
    padding: 2px 3px;
    text-decoration: none;
    color: #454545;
    outline: medium none !important;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color:#A82F2F;
	outline: medium none !important;
    text-decoration: underline;
	
}

#dcPagination { 
	border:0; 
	margin:0; 
	padding:0; 
	font-weight: bold; 
}
#dcPagination li{ 
	border:0; 
	margin:0; 
	padding:0; 
	font-size:11px; 
	list-style:none; 
	/* savers */ 
	float:inherit; 
}
#dcPagination a{ 
	border:solid 1px #9AAFE5; 
	margin-right:2px; 
}
#dcPagination .previous-off,
#dcPagination .next-off { 
	border:solid 1px #DEDEDE; 
	color:#888888; 
	display:block; 
	float:left; 
	font-weight:bold; 
	margin-right:2px; 
	padding:3px 4px; 
}
#dcPagination .next a,
#dcPagination .previous a { 
	font-weight:bold; 
}
#dcPagination .active { 
	background:#2E6AB1; 
	color:#FFFFFF; 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding:4px 6px; 
	/* savers */ 
	margin-right:2px;
}
#dcPagination a:link,
#dcPagination a:visited { 
	color:#0E509E; 
	display:block; 
	float:left; 
	padding:3px 6px; 
	text-decoration:none; 
}
#dcPagination a:hover { 
	border:solid 1px #0E509E; 
}

.paginas { 
	border:solid 1px #DEDEDE; 
	color:#888888; 
	display:block; 
	float:left; 
	font-weight:bold; 
	margin-right:2px; 
	padding:3px 4px; 
}


/*************************************************/
/******************* FOOTER **********************/
/*************************************************/
#dcFooter { 
	background: #3979B6 url(../imeages/bg_footer.jpg) repeat-x 0 0; 
	border-top: 1px solid #2D5F8F; 
	padding: 15px 0 5px; 
}
#dcFooter .coFooter { 
	margin: 0 auto; 
	overflow: hidden; 
	width: 960px; 
}
.coFooter p { 
	font: 12px/100% arial; 
	margin-bottom: 10px; 
	text-align: center;
	color:#fff;
}



/********************* FIN PRODUCTOS ***********************/
/***********************************************************/
/********************* NAVEGACION ***************************/

#gk-top-nav a {
    color: #454545;
    outline: medium none !important;
    text-decoration: underline;
}
#gk-top-nav a:hover, 
#gk-top-nav a:active, 
#gk-top-nav a:focus{
	color:#000;
	outline: medium none !important;
	/*border:1px solid #333;
	display:inline-block;*/
	text-decoration:none;
	
}


#gk-top-nav {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    margin: 0 0 11px;
    min-height: 30px;
    padding: 0 11px;
	height:30px;
}

#gk-breadcrumb {
    float: left;
    font-size: 11px;
    padding: 0;
    width: auto;
}

#gk-breadcrumb span {
    display: block;
    float: left;
}

#gk-breadcrumb .youah {
    font-weight: bold;
    margin: 0 6px 0 0;
}

#gk-breadcrumb span {
    display: block;
    float: left;
}

#gk-breadcrumb span.pathway {
    font-weight: normal;
    margin: 0 2px 0 0;
}
#gk-breadcrumb .pathway.separator {
    padding: 0 2px;
}

/**************************HORRORES******************************/

div#noResults {
    font-size: 1.1em;
    padding-left: 10px;
}
div#noResults h2 {
    background: none repeat scroll 0 0 transparent;
    font-size: 1em;
    margin-bottom: 5px;
}
div#noResults h2 {
    color: #444444;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 15px 0 25px;
    padding-bottom: 5px;
}

div#noResults div.separador_naranjo {
    margin-bottom: 12px;
}

.separador_naranjo {
    background: none repeat scroll 0 0 #B2B2B2;
    border-right: 9px solid #F78E1E;
    display: block;
    height: 3px;
    margin: 4px 0 10px;
}
div#noResults p {
    font-size: 0.9em;
	margin:0px;
}

/*********** ERROR 404 *********/
#not-found {
	float:left;
	display:block;
	width:610px;
	color: #333;
}
#not-found h2 {
    font-size: 150px;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: 150px;
    text-align: center;
	color: #333;
}
#not-found p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
	color: #333;
}

#menu{
	background: url(../images/bg_menu.jpg) repeat-x 0 0;
	display:block;
	height:40px;
}
#menu ul{
	overflow:hidden;
	margin:0;
	padding:0;
}
#menu ul li{
	float:left;
	padding:10px;
}
#menu ul li a{
	padding:11px;
	color:#FFF;
}
#menu ul li a:hover{
	background-color:#CCC;
}
	
	
	.servis{
	color:#000000;
	}
	.img-servis{
	width:100px;
	height:60px;

	}
	.table{
	color:#000000;
	}
	.coContainer .texto{
	color:#000000;
	}
	
h1{
color: #E63C3C;
}

/* servicios */
#ListaDisc p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom:5px;
	margin-left:40px;
}
#sertec2, #sertec3{
	display:none;
}
a.btn_serv{
	color:#3570A8;
	margin-left:95px;
	cursor:pointer;
	margin-bottom:20px;
}


/* accordeon y lista */
ul.iconic {
    list-style: none outside none;
    padding-left: 0;
	float: left;
	width: 100%;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
[class*="fa-"], [class^="fa-"] {
    display: inline-block;
    text-align: center;
}
.green {
    color: #339933;
}
ul.iconic > li > [class*="fa-"] {
	float: left;
    margin-right: 3px;
    width: 18px;
	height: 18px;
	background: url(../images/fa-check.png) no-repeat 0 0;
}
ul.iconic li{
	margin-left: 0;
	line-height: 1.5em;
	font-family: 'Open Sans',sans-serif;
	color: #6C7980;
	font-size: 14px;
}
ul.iconic li a{
	color: #333;
	display: block;
	text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	margin-bottom: 3px;
}
ul.iconic li a:hover,
ul.iconic li a:focus{
	color: #1D6396;
}