

/*===
General
===*/


body {

}


/* Line, divider, alignments */

.blank {
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
}


.dotted_line {
	height:1px;
	border-top:1px dotted #ddd;
	margin-bottom:30px;
	margin-top:30px;
}

.solid_line {
	height:1px;
	border-top:1px solid #ddd;
	margin-bottom:30px;
	margin-top:30px;
}

.solid_line2 {
	height:1px;
	background:url(../images/solid-line2.png) repeat-x;
	margin-bottom:30px;
	margin-top:30px;
}

.alpha {
	margin-left:0;
}

.omega {
	margin-right:0;
}

.centered {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

img.left {
	float:left;
	margin:0 15px 15px 0;
}

img.right {
	float:right;
	margin:0 0 10px 15px;
}


/* frame */
.frame5 {
	padding:4px;
	border:1px solid #ddd;
	background:#fbfbfb;
}

/* hover, effects, misc */

.bwWrapper {
	position:relative;
	display:block;
}

span.overlay {
    background:#333 url(../images/icon_zoom.png) center center no-repeat;
	text-indent:-9999px;
	position:absolute;
	width:0;
	height:20px;
	padding:10px;
	left:45%;
	top:40%;
	display:none;
}

span.overlay a {
	display:block;
}

span.overlay:hover {
-moz-box-shadow: 0 0 2px 2px #aaa;
-webkit-box-shadow: 0 0 2px 2px #aaa;
box-shadow: 0 0 2px 2px #aaa;

}

ul.gallery span.overlay { 
	top:30%;
}


/* tooltips */
#tooltip
{
    text-align: left;
    position: absolute;
    z-index: 1001;
	/* GENERAL */
    color: #2a2a2a;
	padding:15px 20px 17px 20px;	
	font-size:12px;
	text-shadow: 1px 1px 1px #FFF;
	line-height:16px;	
	/* BORDER */
	border:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	/* BORDER RADIUS */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	/* BACKGROUND */	
    background-color: #F0F0F0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #F5F5F5));
    background-image: -webkit-linear-gradient(bottom, #F0F0F0 0%, #F5F5F5 100%);
    background-image: -moz-linear-gradient(bottom, #F0F0F0 0%, #F5F5F5 100%);
    background-image: -o-linear-gradient(bottom, #F0F0F0 0%, #F5F5F5 100%);
    background-image: -ms-linear-gradient(bottom, #F0F0F0 0%, #F5F5F5 100%);
    background-image: linear-gradient(bottom, #F0F0F0 0%, #F5F5F5 100%);
	
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.15), inset 0px 1px 2px rgba(255,255,255,0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.15), inset 0px 1px 2px rgba(255,255,255,0.45);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15), inset 0px 1px 2px rgba(255,255,255,0.45);
}

    #tooltip:after
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #dcdcdc;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #dcdcdc;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        } 
		
		

		
/*==================================*/


/* Header */
header {}

header .topstatic {
	height:92px;
	background:#1b2952;
	background: rgba(27,41,82,0.95);
	/* opacity:0.95; */
	width:100%;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
	z-index:1000;
	margin-top:0;
	overflow: hidden;
}


header .top {
	margin-top:92px;
}

/* iPhone and mobile fix */
@media only screen and (max-width: 480px)  
{
    header .top 
    {
        margin-top: 40px;
    }
    
    header .topstatic 
    {
        height: 60px;
    }
}

header .logo {
	margin-top:15px;
}

header .logo img {
	max-width: 100%;
	height: auto;
	max-height: 90%;
}

header .topstatic .banner_prueba {
	text-align: right;
	opacity: 1;
}
header .topstatic .banner_prueba img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 90%;
}


header .topstatic .call_contact {
	float:right;
	margin-top:20px;
	margin-bottom:5px;
	border-bottom:1px dotted #929292;
	padding-bottom:5px;
}

header .topstatic .call_contact p {
	margin-bottom:0;
	background:url(../images/icons/phone.png) no-repeat 0% 4px;
	padding-left:23px;

}

header .top {
	background:url(../images/top-line-bg.png) repeat-x top left;
}

/* top navigation */
.topnav { 
	float:right;
	margin-top:10px;
}
.topnav.iconos {
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px dotted #929292;
	padding-bottom:5px;
}
.topnav ul {
	float:right;
	list-style:none;
}

.topnav ul li {
	float:left;
	margin-left:10px;
}

.topnav ul li a {
  color: #E9E9E9;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

.topnav ul li a:visited {
	border-bottom:1px solid #fff;
}

/* Main navigation */

nav {
	width:100%;
    float: left;
    margin: 0 0 0 0;
}

header nav ul {
	float: left;
    text-align: left;
	z-index:900;
	margin: 0 0 0 0;
	
}

header nav ul li {
    display: inline-block;
	float: left;
	margin:0;
	padding:15px 13px 0 13px;
	z-index:100;
	border-top:4px solid #27345b;
}

header nav ul li:hover,header nav ul li.selected {
	background:#fbfbfb;
} 

header nav li:first-child {
    margin-left: 0;
}

header nav ul li a, header nav ul li a:visited {
	display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
	letter-spacing:0.1px;
	padding-bottom:10px;
    font-size: 15px;
}

header nav ul li:hover {
	text-decoration:none;
		-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
	  
}

header nav ul li a {
	color:#4d4d4d;
}


header nav ul li.selected li a{
	color:#909090;
} 

header nav li a img {
    margin-left: 5px;
}

header nav li ul {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s; 
	-moz-transition: opacity 0.3s; 
	-o-transition: opacity 0.3s; 
	transition: opacity 0.3s;

}

header nav li:hover ul {
	display: block;
    position: absolute;
    float: none;
    width: auto;
    margin: 0 0 0 -20px;
    text-align: left;
    z-index: 300;
    opacity: 1;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}

header nav li:hover ul {
    background-color: #fff;
	border:1px solid #e9e9e9;
	
}

header nav ul li ul li {
	float:none;
}

header nav li:hover ul li ul {
	display:none;
}

header nav li:hover li {
    display: block;
    margin: 0;
	padding:0px 0px 1px 0px;
	border-top:none;
}

header nav li:hover li a {
	display: block;
    line-height: 35px;
    text-transform: none;
    margin: 0;
	font-weight:normal;
	letter-spacing:0;
	font-size:12px;
    padding: 0 15px;
    border-bottom:dotted 1px #e9e9e9;
    -webkit-transition: background-color 0.3s; 
	-moz-transition: background-color 0.3s; 
	-o-transition: background-color 0.3s; 
	transition: background-color 0.3s;
	width:140px;
}

header nav ul li ul li:hover a {
	text-indent:15px;
	font-weight:bold;
	background-attachment: scroll;
	background-image: url(../images/list/arrow-dot.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}

header nav ul li ul li:hover {
	border:none;
}

header nav ul li ul li:hover ul li a {
	text-indent:0;
	font-weight:normal;
	background:none;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}


/* 3rd + Levels */
header nav ul  li ul li:hover ul {
	display: block;
    position: absolute;
    float: none;
    width: 100%;
    margin: -37px 0 0 1px;
	left:100%;
    text-align: left;
    z-index: 300;
    opacity: 1;
}

header nav ul li ul li ul li:hover a {
	text-indent:15px;
	font-weight:bold;
	background-attachment: scroll;
	background-image: url(../images/list/arrow-dot.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
}
header nav ul ul li:hover ul{	
	height:auto;
	opacity:1;
}

header nav ul  li ul li:hover ul li a{
    display: block;
	width:auto;
    margin: 0;
	line-height: 35px;
	padding:0px 15px;
}

    nav select {
      display: none;
    }
	

/* Buscador */
.buscador label,
.buscador_avanz label { text-transform: uppercase; }

.campo-container { min-height: 24px; padding: 5px 0; }
.buscador_avanz .campo-container { min-height: 24px; padding: 5px 0; }

.buscador_avanz .grid_12 {
	background:#f7f6f7;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.buscador_avanz .grid_12.blanco {
	background:#fff;
} 
.buscador_avanz .top {
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;	
	padding-top: 5px;
}
.buscador_avanz .bottom {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
	padding-bottom: 5px;
}

.buscador_avanz .dotted_line {
	height:2px;
	border-bottom:1px solid #fff;
	border-top:1px solid #cbcbcb;
	background:#e6e6e6;
	margin-bottom:5px;
	margin-top:10px;
}

.buscador_avanz form input[type="text"] { max-width: 70%; }

.buscador_avanz a.sb.circle.question20 { margin: 0px 0px 0px 20px;} 
.buscador_avanz a.sb.circle.question5 { margin: 0px 0px 0px 5px;} 

/* -------- Listado concursos -------- */
/* Cabecera */
.utiles_tabla .utiles { } 

.utiles_tabla .utiles-1 { margin-left: 10px; } 
.utiles_tabla .utiles-2 { margin-right: 10px; *float: none; *margin-left: 10px; } 

.utiles_tabla .utiles,
.utiles_tabla .utiles a,
.utiles_tabla .utiles a img,
.utiles_tabla .utiles-1 a img,
.utiles_tabla .utiles-2 a img { margin-bottom: 0; margin-top: 0; line-height:40px; font-size:40px; height: 40px; } 
/* - columnas - */
.tabla-selector { text-align: center; }
.tabla-selector div.checker { margin-right: 0px; }
.tabla-objeto { text-align: left; }
.tabla-entidad { text-align: left; }
.tabla-pais { text-align: center; }
.tabla-fecha { text-align: center; }
.tabla-vencimiento { text-align: center; }
.tabla-licitacion { text-align: center; }

/* - versión móvil - */
.nosortable_list,
.nosortable_list thead,
.nosortable_list thead tr,
.nosortable_list thead tr th { 
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border: none;
}
.nosortable_list .tabla-selector {
	text-align: center;
	width: 40px;
	padding-right: 0;
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}
.nosortable_list .tabla-cabecera { text-align: left; padding-right: 0;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-bottom: 1px solid #E9E9E9;
}
.nosortable_list .tabla-label,
.nosortable_list .tabla-linea { text-align: left; }

.nosortable_list .tabla-cabecera { text-transform: none; }

.nosortable_list th a { color: #FFF; }
.nosortable_list th a:hover, .nosortable_list th a:hover { 
	color: #00b7e4;
	text-decoration: underline;
}

.nosortable_list tr td,
.nosortable_list tr th { padding: 6px 6px; border: none; line-height: 16px; }
.nosortable_list tr td.tabla-label { padding: 1px 0px 1px 4px; }

.nosortable_list .tabla-label .label-listado {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px 0 2px 6px;
	background-color: rgba(255,255,255,0.85);
	display:block;
	line-height:26px;
}
.nosortable_list .even .tabla-label .label-listado {
	background-color: rgba(0,0,0,0.075);
}

/* --------- Ficha concurso individual --------- */
.ficha-concurso {}
.ficha-concurso h1 { margin:0 0 15px 0; padding:0; font-size:18px; }
.ficha-concurso h1 strong { color: #00b7e4; }

.datos-concurso {
	border: 2px solid #E9E9E9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10px 20px;
}
.datos-concurso h3 {
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 15px;
  padding: 6px 20px 5px;
  text-align: left;
  background-color: #2E3D69;
  color: #DAE3FF;
  text-decoration: none;
  text-shadow: 1px 1px 1px #1B2952;
  font-family:'NobileRegular',Tahoma,Arial,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* - tabla concurso individual - */

.nosortable_concurso,
.nosortable_concurso tr,
.nosortable_concurso tr th,
.nosortable_concurso tr td { 
	vertical-align: middle;
}
.nosortable_concurso,
.nosortable_concurso thead tr,
.nosortable_concurso thead tr th { 
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: none;
}
.nosortable_concurso,
.nosortable_concurso thead tr,
.nosortable_concurso tbody tr,
.nosortable_concurso tbody tr td {
	border-collapse: inherit;
}
.nosortable_concurso .tabla-cabecera {
	text-align: left;
	padding: 10px 20px;
	border-top: 0px solid #2E3D69;
	border-left: 1px solid #2E3D69;
	border-right: 1px solid #2E3D69;
	border-bottom: 2px solid #2E3D69;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nosortable_concurso thead tr:last-child th:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.nosortable_concurso thead tr:last-child th:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

.nosortable_concurso .tabla-label,
.nosortable_concurso .tabla-linea { text-align: left; vertical-align: middle; valign: center; }
.nosortable_concurso .tabla-linea.objeto { font-weight: bold; }
.nosortable_concurso .tabla-linea.fecha { text-align: center; vertical-align: middle; valign: center; }


.nosortable_concurso  tr td.tabla-label { padding: 4px 6px;}
.nosortable_concurso .tabla-label .label-listado {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px 0 2px 6px;
	background-color: rgba(46,61,105,0.08);
	display:block;
	line-height: 24px;
}
.nosortable_concurso .even .tabla-label .label-listado {
	background-color: rgba(0,183,228,0.10);
}

.nosortable_concurso tr td.tabla-linea.fecha .fecha { font-weight:bold; font-size:15px; color: #00b7e4; }
.nosortable_concurso tr:hover td.tabla-linea.fecha.highlight,
.nosortable_concurso tr:hover td.tabla-linea.fecha.highlight .fecha { color: #2e3d69; text-shadow: none; }

.nosortable_concurso a.ib, .nosortable_concurso .ib a {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  padding: 10px 12px 0 36px;
  *font-size: 11px !important; *line-height:11px !important; *vertical-align: baseline;
}
.nosortable_concurso a.ib.download, .nosortable_concurso .ib a.download {
  background-image: url("../images/icons/button/descargar.png");
}
.nosortable_concurso a.ib.article, .nosortable_concurso .ib a.article {
  background-image: url("../images/icons/button/documentacion.png");
}

/* formulario contacto */
.nosortable_concurso.contactar .tabla-mensaje,
.nosortable_concurso.contactar .tabla-form {vertical-align: middle; valign: center;}
.nosortable_concurso.contactar .tabla-mensaje {text-align: left; width: 40%; border-right: none;}
.nosortable_concurso.contactar .tabla-form {text-align: center; width: 60%; padding:10px 1%; border-left: 1px dotted #E9E9E9;}

#contacto-concurso textarea { margin: 0; width: 90%; min-height: 140px; }

/* utilidades concurso individual */
.datos-concurso .utiles { } 
.navegacion-concurso .utiles .legend { font-size: 12px; line-height: 30px; vertical-align: super; margin-top:3px; } 

.navegacion-concurso .utiles-2 {*float: none; *margin-left: 200px;}

.navegacion-concurso .utiles,
.navegacion-concurso .utiles a,
.navegacion-concurso .utiles a img,
.navegacion-concurso .utiles-1 a img,
.navegacion-concurso .utiles-2 a img { margin-bottom: 0; margin-top: 0; font-size:40px; line-height:40px; height:40px; }

.navegacion-concurso .navigation { padding: 0 10px; }

/* Categorias */
.listado-categorias {
	text-align: justify;
	font-size: 14px;
	line-height:30px;
}
.listado-categorias span {
	margin:0 15px 0 0;
	padding:0px 15px 0px 0px;
	border-right: 1px dotted #929292;
}
.listado-categorias > span:first-child,
.listado-categorias span.first {
	padding-left:0px;
}
.listado-categorias span span {
	font-size: 20px;
	line-height:30px;
	height: 30px;
	width: 18px;
	background: url(../images/icons/img-categorias.png) no-repeat center 0 transparent;
	padding:0px 9px 0px 9px;
	margin: 0px 10px 0px 0px;
	border: none;
}
.listado-categorias > span:first-child span,
.listado-categorias span.first span {
	margin-left:0px;
}


/* Categorias en sidebar */
.sidebar .listado-categorias {
	text-align: left;
	font-size: 12px;
	line-height:22px;
}
.sidebar .listado-categorias span {
	margin:0 0 0 0;
	padding:0px 8px 0px 0px;
	border-right: none;
}
.sidebar .listado-categorias > span:first-child,
.sidebar .listado-categorias span.first {
	padding-left:0px;
}
.sidebar .listado-categorias span span {
	font-size: 20px;
	line-height:26px;
	height: 30px;
	width: 18px;
	background: url(../images/icons/img-categorias.png) no-repeat center 0 transparent;
	padding:0px 9px 0px 9px;
	margin: 0px 4px 0px 0px;
	border: none;
}

/* identificadores de color de cada una de las categorias */
.listado-categorias span.cat-01 span { background-position:center 0; }
.listado-categorias span.cat-01 a:hover { color:#7ed42f; }
.listado-categorias span.cat-02 span { background-position:center -30px; }
.listado-categorias span.cat-02 a:hover { color:#0054c8; }
.listado-categorias span.cat-03 span { background-position:center -60px; }
.listado-categorias span.cat-03 a:hover { color:#790ba9; }
.listado-categorias span.cat-04 span { background-position:center -90px; }
.listado-categorias span.cat-04 a:hover { color:#df0031; }
.listado-categorias span.cat-05 span { background-position:center -120px; }
.listado-categorias span.cat-05 a:hover { color:#00aeb8; }

.listado-categorias span.cat-06 span { background-position:center -150px; }
.listado-categorias span.cat-06 a:hover { color:#67694e; }
.listado-categorias span.cat-07 span { background-position:center -180px; }
.listado-categorias span.cat-07 a:hover { color:#e28083; }
.listado-categorias span.cat-08 span { background-position:center -210px; }
.listado-categorias span.cat-08 a:hover { color:#9073ac; }
.listado-categorias span.cat-09 span { background-position:center -240px; }
.listado-categorias span.cat-09 a:hover { color:#7bc1cb; }
.listado-categorias span.cat-10 span { background-position:center -270px; }
.listado-categorias span.cat-10 a:hover { color:#ffbb36; }

.listado-categorias span.cat-11 span { background-position:center -300px; }
.listado-categorias span.cat-11 a:hover { color:#83bd64; }
.listado-categorias span.cat-12 span { background-position:center -330px; }
.listado-categorias span.cat-12 a:hover { color:#5da4db; }
.listado-categorias span.cat-13 span { background-position:center -360px; }
.listado-categorias span.cat-13 a:hover { color:#493f5e; }
.listado-categorias span.cat-14 span { background-position:center -390px; }
.listado-categorias span.cat-14 a:hover { color:#73bcb3; }
.listado-categorias span.cat-15 span { background-position:center -420px; }
.listado-categorias span.cat-15 a:hover { color:#dabe59; }

.listado-categorias span.cat-16 span { background-position:center -450px; }
.listado-categorias span.cat-16 a:hover { color:#648cad; }
.listado-categorias span.cat-17 span { background-position:center -480px; }
.listado-categorias span.cat-17 a:hover { color:#96987d; }
.listado-categorias span.cat-18 span { background-position:center -510px; }
.listado-categorias span.cat-18 a:hover { color:#8786c0; }
.listado-categorias span.cat-19 span { background-position:center -540px; }
.listado-categorias span.cat-19 a:hover { color:#77787c; }
.listado-categorias span.cat-20 span { background-position:center -570px; }
.listado-categorias span.cat-20 a:hover { color:#df5b2e; }

.listado-categorias span.cat-21 span { background-position:center -600px; }
.listado-categorias span.cat-21 a:hover { color:#dfd23f; }
.listado-categorias span.cat-22 span { background-position:center -630px; }
.listado-categorias span.cat-22 a:hover { color:#b1574b; }
.listado-categorias span.cat-23 span { background-position:center -660px; }
.listado-categorias span.cat-23 a:hover { color:#5a9e65; }
.listado-categorias span.cat-24 span { background-position:center -690px; }
.listado-categorias span.cat-24 a:hover { color:#455d7e; }
.listado-categorias span.cat-25 span  { background-position:center -720px; }
.listado-categorias span.cat-25 a:hover { color:#b5d577; }

/* Footer */

footer {
	margin:20px 0 0 0;
	padding-top:25px;
	background:#404040;
	border-top:3px double #333333;
	color:#a3a3a3;
}

footer .oscuro {
	overflow:hidden;
	padding:10px;
	background:#333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.datos-contacto .phone,
.datos-contacto .fax {
  background: url("../images/icons/phone.png") no-repeat scroll 2px 50% transparent;
  line-height: 20px;
  padding: 1px 0px 2px 20px;
}
.datos-contacto .fax {
  background: url("../images/icons/fax.png") no-repeat scroll 2px 50% transparent;
}

.footnote {
	margin-top:30px;
	background:#3a3a3a;
	padding:30px 0 15px 0
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color:#fff;
}

footer img.logo {
	margin-bottom:10px;
	max-width: 90%;
	height: auto;
	max-height: 80%;
}

footer a:link,footer a:active ,footer a, footer a:visited {
	color:#dfdfdf;
}

footer a:hover {
	text-decoration:none;
}

footer .credits p {
	text-align:right;
}

/*===
Homepage
===*/
/* featured area */
.destacado,
.featured,
#featured {
	position:relative;
	top:0;
	background:#f7f6f7;
	padding:10px 0 10px 0;
	margin-bottom:20px;	
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.destacado.nopaddingbot,
.featured.nopaddingbot,
#featured.nopaddingbot {
	padding-bottom:0;
}

.destacado.inner,
.featured.inner,
#featured.inner {
	background:#f7f6f7;
	padding:20px 0 0px 0;
	margin-bottom:30px;
	border-bottom:1px solid #e9e9e9;
}


/* texto introductorio */
.titular {}
.titular h3,
.titular h1
 {
	color:#7a7a7a;
	font-size: 16px;
}
.titular.mobile-only h3, .titular.mobile-only h1 {font-size: 13px;}

.titular h4 {
	text-transform: none;
	color:#7a7a7a;
	font-size: 13px;
}
.show-tablet .titular h4 {font-size: 11px;}

/* featured clients */
.featured_clients {
	margin:0 auto;
	padding:30px 0 30px 0;
}

.featured_clients ul.clients {
	list-style:none;
}

.featured_clients ul.clients li {
	float:left;
	margin-right:20px;
}


.slide_container {
	margin: 0 auto;
	max-width: 100%;
	height:auto;
}


/* 4 box features */

.features img {
	max-width: 90%;
	height: auto;
	margin-bottom:0px;
	opacity: 0.9;
	transition:all 0.2s ease 0s;
}

.features .wrapped:hover img {
    opacity: 1;
    transition-duration: 1s;
    transition-property: opacity;
    transition-timing-function: ease;
}

.features h4 {}

.features .dotted_line {
	margin-bottom:10px;
	margin-top:5px;
}

.wrapped {
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:10px 20px 20px;
}

.sidebar .wrapped {
	border:1px solid #ddd;
	padding:10px 10px 0;
}

.services .wrapped {
	border-bottom:none;
}

.wrapped.norightborder {
	border-right:none;
}

.wrapped:hover {
	background:#fbfbfb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* callout area */

.callout {
	margin-bottom:30px;
	border:1px solid #ddd;
	overflow:hidden;
	padding:20px;
}

.callout img {
	margin-top:10px;
}

.callout .text {

}

.callout .text h3 {
	margin-top:10px;
	margin-bottom:10px;
}

.callout .text p {
	margin-bottom:0;
	line-height:1em;
	padding:0;
}

.callout .cta-area {
	height:auto;
}


.callout .cta a.cssbtn {
	font-size:12px;
	
}

.toggleButton{
			display:block;
			height:auto;
			padding:10px;
			font-family:arial, sans-serif;
			font-weight:bold;
			text-align:center;
			color:#FFF;
			text-decoration:none;
			cursor:pointer;
			border:1px solid #05ABE0;
			text-shadow:-1px -1px 0px #05ABE0;
			background: #87E0FD;
			background: -moz-linear-gradient(top, #87E0FD 0%, #53CBF1 40%, #05ABE0 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87E0FD), color-stop(40%,#53CBF1), color-stop(100%,#05ABE0));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87E0FD', endColorstr='#05ABE0',GradientType=0 );

		}
		.toggleButton:active{		
			background: #87e0fd;
			background: -moz-linear-gradient(top, #05ABE0 0%, #53CBF1 40%, #87E0FD 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05ABE0), color-stop(40%,#53CBF1), color-stop(100%,#87E0FD));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ABE0', endColorstr='#87E0FD',GradientType=0 );
		}
		
		span.toggleSection{
			display:none;
			color:#333;
			border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD;
			width:auto;
			float:right; 
			padding: 8px 12px;
			margin:0;
			font-size:12px;
			text-decoration:none;
		}



/*======
Pages, Blog
===*/

/* about */
p span.role {
	font-family:'Droid Serif', 'Georgia', serif;
	font-style:italic;
}

.boxed p.phone {
	margin-bottom:0;
	padding:0;
}

ul.post-list {
	display:block;
	list-style:none;
	margin:10px 0 0 0;
}

/* post list */
ul.post-list  li {
	background-attachment: scroll;
	background-image: url(../images/list/post-list.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:23px;
	margin-top:5px;
}

/* article */

.article-post .bwWrapper {
	padding:0;
	margin:0;
	border-bottom:none;
}

article.article-post {
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}

article .post-meta {
	margin:0 0 20px 0;
	border-bottom:1px dotted #e9e9e9;
	padding-bottom:10px;
}

article .post-meta p.meta {
	color:#999;
	text-align:left;
}


article .post-meta p.meta span.author {
	font-weight:bold;
}

article .post-meta p.comment{
	color:#999;
}

article .img-wrapper {
width:100%;
}

article  img {
	margin-bottom:10px;
}

article .blog-meta {
	margin-bottom:30px;
}

.date-box {
	width:80px;
	 background-color:#f8f8f8; 
	 float:left; 
	 margin:0;
}

.date-box .month-year { 
	 font-weight:bold; 
	 text-align:center; 
	 padding:5px; 
	 display: block; 
	 color:#fff;
 }
 
.comment-box .comment { 
	 font-weight:bold; 
	 text-align:center; 
	 padding:5px; 
	 display: block; 
	 color:#fff;
 }
 
.date-box .day {
	font-weight:bold; 
	font-size:26px; 
	text-align:center; 
	padding:10px 5px 10px; 
	display: block;
}

.comment-box .number a {
	font-weight:bold; 
	font-size:26px; 
	text-align:center; 
	padding:10px 5px 10px; 
	display: block;
	color:#fff;
}

.comment-box{
	width:80px;
	 background-color:#333; 
	 float:left; 
	 margin:0;
}

ul.post-cat {
	margin:0;
	margin-left:15px;
	list-style: square outside;
}

ul.post-cat li {
	float:left;
	margin-right:20px;
}

ul.post-cat li a {
	font-style:italic;
}

/* comment & comment form */

.comments {
	margin-top:30px;
	margin-bottom:30px;
}


ol.commentlist {
	margin:0;
	width:100%;
	list-style:none;
	float:left;
}

ol.commentlist li.comment {
	border-bottom:1px dotted #e9e9e9;
	padding-bottom:20px;
	background:#fff;
	margin-bottom:30px;
}

ol.commentlist li.comment a.reply {
	float:right;
	text-align:right;
}

ul.child {
	border-top:1px dotted #e9e9e9;
	padding-top:30px;
	margin:20px 0 0 40px;
}

ul.child li.comment {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

.comment-text p {
	font-size:12px;
}

.comment-text .comment-author p span.name a {
	color:#333;
}

.comment-text .comment-author p span.date {
	color:#999;
}

.post-author h6, .comment-author h6 {
	font-size:13px;
}

a.reply {
	font-weight:bold;
	color:#333;
	font-size:12px;
}


/* comment form */

#commentForm form#comment label {
	font-weight:bold;
}


form#comment .formfield textarea {
	width: 95%;
	height: 170px;
	margin: 5px 0 15px 0;
}

.formfield input {
	width: 240px;
	margin-bottom: 15px;
}



.formfield label span {color:#ea1c1c;}

form#comment .formfield input[type="submit"] {
	width:auto;
	cursor:pointer;
	font-size:12px;
	font-family:Arial,sans-serif;
}

.formfield .validation-error, 
.formfield .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}


/* navigation */
.navigation{
	clear:both; 
	padding:0;
}
a.blog_next{
	float:right; 
	display:block;
	margin:0px;
}
a.blog_prev{
	float:left; 
	display:block;
	margin:0px;
}



/* Sidebar */

.sidebar {
	overflow:hidden;
}

.sidebar_left {
	border-right:1px dotted #ddd;
	padding-right:39px;
}

.sidebar_right {
	border-left:1px dotted #ddd;
	padding-left:30px;
}

.sidebar ul.cat li {
	border-bottom:dashed 1px #f2f2f2;
	padding-bottom:10px;
}

ul.cat li {
	background-attachment: scroll;
	background-image: url(../images/list/checklist.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:26px;
	margin-top:5px;
}

.sidebar ul.cat li span {
	margin-left:10px;
	color:#999;
	font-weight:bold;
}

/* widget */

.sidebar_widget {
	margin-bottom:30px;
}

.sidebar_widget h5 {

}


/* ads */
.ads {	
	list-style: none;
	
}

.ads li {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	width: 125px;
	height: 125px;
}


/* breadcrumbs */
ul.breadcrumb {
	float:left;
	margin-top:10px;
	list-style:none;

}

ul.breadcrumb li {
	float:left;
	margin-right:10px;
}

ul.breadcrumb li.home {
	background:url(../images/icons/home.png) no-repeat left center;
	width:18px;
	height:16px;
	text-indent:-9999px;

}

ul.breadcrumb li.home a {
	display:block;
}

ul.breadcrumb li span {
	border-left:1px dotted #ddd;
	padding-left:10px;
}


/* portfolio */

ul#portfolio-filter{ 
	margin:-20px 0 -20px; 
	padding: 0; 
	height: 64px; 
	line-height: 64px; 
}
ul#portfolio-filter li{ 
display: inline;
 }
ul#portfolio-filter a{ 
	margin-right: 0.5em; 
	padding: 0.5em 1em; 
	background: #FFF; 
	color: #333; 
	font-weight: bold; 
	text-decoration: none; 
}
ul#portfolio-filter a.current{ color: #888; }
ul#portfolio-filter a.current{ background-color: #f2f2f2; }

ul#portfolio-list li { margin-top:10px; }


/*===
Elements
===*/

/* featured works -home */

.selected_works {
	width:100%;
}

.selected_works ul li {position:relative;max-width:100%;}

.selected_works ul li .bwWrapper {width:auto;padding:0;margin:0;border-bottom:none;}

.selected_works ul li p.centered {
	margin-top:10px;
}

/* more links */
a.striplink {
	color:#999;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	background:url(../images/link-strip.png) no-repeat left;
	padding-left:25px;
	height:1px;
}

a.striplink span {
	background:url(../images/link-strip.png) no-repeat right;
	padding-right:25px;
	height:1px;
}

a.striplink:hover {
	color:#333;
	text-decoration:none;
}


/* social networks */
ul.social_network {
	list-style-type:none;
	padding:0 !important;
	margin:0 auto;
}

.social_network li{
	float:left;
}


/* Boxes */
.boxed {
	background:#fbfbfb;
	padding:20px;
	border:1px solid #ddd;
	overflow:hidden;
	border-bottom:3px double #ddd;
	margin-bottom:10px;
}


/*----------------- Forms ------------------ */
/* search form */

#searchForm {
    float:right;
	margin:0px;
	width:220px;
}

#searchForm fieldset {
    position:relative;
    display:block;	
}

div.input {
    width:100%;	
}

form#searchForm input#s {
    width:198px;
    border:0;
	padding:9px;
    background:transparent;
	font-size:12px;
	color:#777;
	line-height:1.5em;
	border:1px solid #ddd;
	background:#fff;	
}

form#searchForm input:focus#s {
	color:#5b5b5d;
}

form#searchForm input[type="text"]:focus {
-webkit-box-shadow:1px 1px 0 rgba(255,255,255,0.125);
    }


input#searchSubmit {
    border:0;
    position:absolute;
    top:2px; right:0px;
    z-index:5;
    cursor:pointer;
	display:none;
}

/* contact form */
#sendmessage {
	display:none;
}

#sendmessage p {
	font-weight:bold;
}

form#contact label {
	font-weight:bold;
}


form#contact .formfield textarea {
	width: 95%;
	height: 170px;
	margin: 5px 0 15px 0;
}

form#contact .formfield input {
	width: 240px;
	margin-bottom: 15px;
}

form#contact .formfield label span {color:#ea1c1c;}

form#contact .formfield input[type="submit"] {
	width:auto;
	cursor:pointer;
	font-size:12px;
	font-family:Arial,sans-serif;
}

form#contact .formfield .validation-error, 
form#contact .formfield .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}


/* social links icon */
.social_color, .social_small {
	margin: 0;
}

.social_color li,
.social_small li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
		
.social_color li.first ,
.social_small li.first {
	margin-left:0;
}

.social_color li a,
.social_small li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}
.social_color li a { height: 50px; width: 50px;}
.social_color li:hover {background-position: 0 -50px;}
.social_small li a { height: 16px; width: 16px; }
.social_small li:hover {background-position: 0 -16px;}

/* Social Widget Icons */
#social a {
	width: 16px;
	height: 16px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 -16px;
}

#social a img{
	border: none;
}

/* Icons */
.twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
.facebook {background: url(../images/icons/social/fb.png) no-repeat;}
.googleplus {background: url(../images/icons/social/google.png) no-repeat;}
.dribble {background: url(../images/icons/social/dribble.png) no-repeat;}
.skype {background: url(../images/icons/social/skype.png) no-repeat;}
.vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
.rss {background: url(../images/icons/social/rss.png) no-repeat;}

.social_color .twitter {background: url(../images/icons/social/twitter-color.png) no-repeat;}
.social_color .facebook {background: url(../images/icons/social/fb-color.png) no-repeat;}
.social_color .googleplus {background: url(../images/icons/social/google-color.png) no-repeat;}
.social_color .dribble {background: url(../images/icons/social/dribble-color.png) no-repeat;}
.social_color .skype {background: url(../images/icons/social/skype-color.png) no-repeat;}
.social_color .vimeo {background: url(../images/icons/social/vimeo-color.png) no-repeat;}
.social_color .rss {background: url(../images/icons/social/rss-color.png) no-repeat;}


/* enlaces sociales medianos */
.social-icons {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.social-icons li {
    float: left;
    line-height: 39px;
    margin-left: 10px;
	background-image: none;
}
.social-icons li:first-child {
    margin-left: 0;
}
.social-icons li a {
	background-image: url(../images/icons/social/icons_social.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    overflow: hidden;
    width: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons .googleplus a {
    background-position: 0 0;
}
.social-icons .googleplus a:hover {
    background-position: 0 -50px;
}
.social-icons .googleplus a:active {
    background-position: 0 -100px;
}
.social-icons .facebook a {
    background-position: 0 -150px;
}
.social-icons .facebook a:hover {
    background-position: 0 -200px;
}
.social-icons .facebook a:active {
    background-position: 0 -250px;
}
.social-icons .twitter a {
    background-position: 0 -300px;
}
.social-icons .twitter a:hover {
    background-position: 0 -350px;
}
.social-icons .twitter a:active {
    background-position: 0 -400px;
}
.social-icons .rss a {
    background-position: 0 -450px;
}
.social-icons .rss a:hover {
    background-position: 0 -500px;
}
.social-icons .rss a:active {
    background-position: 0 -550px;
}
.social-icons .dribbble a {
    background-position: 0 -600px;
}
.social-icons .dribbble a:hover {
    background-position: 0 -650px;
}
.social-icons .dribbble a:active {
    background-position: 0 -700px;
}



/* --- pullquote --- */

.pullquote_right,.pullquote_left{
	letter-spacing:0px;
	margin-bottom:0;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:normal;
    font-style:italic; 
	color:#888;
    line-height:20px;
    border-left:2px solid #e9e9e9;
}
.pullquote_left{
    border-right:2px solid #e9e9e9;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:15px;
	padding-left:0;
	padding-right:15px ;
}

.pullquote_right{
    border-left:2px solid #e9e9e9;
    border-right:none;
	float:right;
	margin-right:0px;
	margin-left:10px;
	padding-right:0;
	padding-left:15px ;
}

/*------------------- dropcap --------------------*/
.dropcap {
	display:block;
	float:left;
	font-size:26px;
	line-height:28px;
	margin:3px 15px 15px 0;
	color:#666666;
}
.dropcap-square {
	display:block;
	float:left;
	font-size:22px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:3px 15px 15px 0;
	background:#8d8d8d;
	color:#fff;	
}

.dropcap-circle {
	float:left;
    display: block;
	margin:3px 15px 15px 0;
	font-size:22px;
	line-height:40px;
    text-shadow: none;
    width:40px;
    text-align:center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
	background:#8d8d8d;
	color:#fff;	
}

/* blockquote */
blockquote.boxed {
	background:#fbfbfb url(../images/icons/quote.png) no-repeat 20px 24px;
	padding:20px;
	padding-left:47px;
}


/* ---------- margin & padding --------------- */

.margintop0 {
	margin-top:0;
}
.margintop5 {
	margin-top:5px;
}
.margintop10 {
	margin-top:10px;
}
.margintop15 {
	margin-top:15px;
}
.margintop20 {
	margin-top:20px;
}
.margintop25 {
	margin-top:25px;
}
.margintop30 {
	margin-top:30px;
}

/* margin bottom */
.marginbottom0 {
	margin-bottom:0;
}
.marginbottom5 {
	margin-bottom:5px;
}
.marginbottom10 {
	margin-bottom:10px;
}
.marginbottom15 {
	margin-bottom:15px;
}
.marginbottom20 {
	margin-bottom:20px;
}
.marginbottom25 {
	margin-bottom:25px;
}
.marginbottom30 {
	margin-bottom:30px;
}

/* margin right */

.marginright0 {
	margin-right:0;
}
.marginright5 {
	margin-right:5px;
}
.marginright10 {
	margin-right:10px;
}
.marginright15 {
	margin-right:15px;
}

/* borders */

.notopborder { border-top: none; }
.norightborder { border-right: none; }
.nobottomborder { border-bottom: none; }
.noleftborder { border-top: none; }


/* scroll to top */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/icons/totop.png) no-repeat;
}

.scrollup:hover {
	opacity:1;
}

/* misc */
.mobile-only {
	display:none;
}

/* Demo purpose */
.demopage .cssbtn {
	margin-right:10px;
	margin-bottom:10px;
}

.example_grid .grid_1 ,
.example_grid .grid_2 ,
.example_grid .grid_3 ,
.example_grid .grid_4 ,
.example_grid .grid_5 ,
.example_grid .grid_6 ,
.example_grid .grid_7 ,
.example_grid .grid_8 ,
.example_grid .grid_9 ,
.example_grid .grid_10 ,
.example_grid .grid_11,
.example_grid .grid_12
{
	background:#f5f5f5;
	display:block;
	padding:20px 0 20px;
	margin-bottom:20px;
	text-align:center;
}

.demopage .boxed h4 {
	margin-bottom:0;
}

.linkw
{
	transition-property:color .1s linear 0s;
	 -webkit-transition:color .1s linear 0s;
	    -moz-transition:color .1s linear 0s;
	      -o-transition:color .1s linear 0s;	    
    background: url("../images/sortable.png") no-repeat 90% 0px transparent;    
    background-color:#2e3d69;
    padding-right:35px;
    white-space: nowrap;
}

.linkw:hover
{
    background-position: 90% -100px;
    white-space: nowrap;
}

.linkw a
{
    color:white;
}