@font-face {
    font-family: 'Open Sans';
	/*
    src: url('fonts/OpenSans-Regular.eot?') format('eot'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype'),
         url('fonts/OpenSans-Regular.svg') format('svg');
	*/
    font-weight: normal;
    font-style: normal;
}
body {	
	background:#fff;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}
/*HEADER*/
#header{
    width: 100%;
    /* background: url("../template/bg-header.gif") repeat-x; */
    z-index: 3;
}

#contentHeader{
    max-width: 100%;
    margin: 0 auto;
}

.top-header{
    max-width: 980px;
    margin: 0 auto;
    background: #4C4D62;
}
.top-content-container{
    position:relative;
    border-bottom: 1px solid #b0b1b6;
    max-width: 100%;
    margin: 0 !important;
    background: #fff;
    z-index: 5;
}
#top-content{
    max-width: 980px;
    margin: 0 auto;
}
#contactHeaderContent{
    color: #B0B1B6;
}
#contactHeaderContent a{
    color: #B0B1B6;
}
#contactHeaderContent a:hover{
    color: #B0B1B6;
}

#socialHeader{
    position: relative;
    left: 45px;
    height: 38px;
    width: 150px;
}

#contactHeader{
    position: relative;
    top: 8px;
}
#contactHeaderContent{
    margin: 0;
    text-align: right;
   
}
.social_button{
	width:30px;
	height:30px;
    float: left;  
	margin: 3px;
	/* background: url("../template/icons-social-networks.png")no-repeat; */
}
.social_button.facebook{
	background-position: 0 0;
}
.social_button.twitter{
	background-position: -30px 0;
}
.social_button.google{
	background-position: -60px 0;
}
.social_button.facebook:hover{
	background-position: 0 -30px;
}
.social_button.twitter:hover{
	background-position: -30px -30px;
}
.social_button.google:hover{
	background-position: -60px -30px;
}

.topContent{
    height: 100px;  
}
#logo{  
    position:relative;
    top: 15px;
    text-align: center;
}

.selected-option {
    color:#008adb !important;
}
/*FIN HEADER*/


/*FOOTER*/
#footer .content{
    padding: 20px 0px !important;
    color: #ffffff;
}

.footer-top{
    background:#4d4d62;
    border-top:3px solid #008adb;
}
.footer-bottom{
    background:#141625;
    border-top:1px solid #ffffff;
}

.tituloFooter, .contenidoBloqueFooter{
    padding-left: 8px;
    color: #FFFFFF;
    margin: 20px 5px;
}
.contenidoBloqueFooter p{
    margin: 0 0 20px;
}

.column-border {
border-left: 1px solid #777777;border-right: 1px solid #777777   ;
}
/*FIN FOOTER*/

/*ESTILOS GENERALES*/

.header-h1 {
    font-size: 36px;
    color:#008adb;
    margin: 20px 20px 10px 20px;
}
.header-h2 {
    font-size: 28px;
    color:#575564;
    margin: 10px 20px;
}
.header-p {
    font-size: 14px;
    color:#575564;
    margin: 10px 20px;    
    
}

.section-h1 {
    font-size: 36px;
    color:#666666;
    margin: 20px 20px 10px 0px; 
    padding:0 0 0 20px;
    border-left:3px solid #E31D1F;
 }

.description-h2 {
	font-size: 2.5em;
    font-weight: 200;
    line-height: 1.15;
    margin-bottom: 15px;
    color:#008adb;
}


.tituloSeccion  {
    font-size: 20px;
    color:#5A5A5A;
 }

.description-p {
	font-size: 1.375em;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}
.price-tag {
    width:100%;
    text-align:center;
    margin:10px 0px;
    padding:8px 0px;
    color:#ffffff;
    background:#4d4d62;
    font-size: 24px;
}
img {
	max-width:100%;
}

/*
a {
    color:#008adb !important;
}
*/

#footer a {
    color:#7ac8fd !important;
}

strong {
     color:#008adb !important;
}

.content-thick {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.content-slim {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px;
}

.content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.content-seo-special{
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

#body-header{
    height: 324px;
}

.big-center-text{
    text-align:center;
    font-size:22px;
    line-height:28px;
    color:#999999;
    padding:20px 20%;
}
/*FIN ESTILOS GENERALES*/

/*PAGINA PRINCIPAL*/

.links{
    color: #575563;
    /* background: url("../template/bullet-arrow-gray.png") no-repeat scroll right 9px rgba(0, 0, 0, 0); */
    padding-right: 9px;
}
.links:hover{
    color: #575563;
    text-decoration: underline;   
}
.tituloGaleria{
    color: #018ADB;
}
.ver-noticias{
    position:relative;
    top:38px;
}
.noticia{
    margin: 10px 0 20px;
    padding-bottom:5px;
    border-bottom: 1px dashed #cfcfcf;
}
#domainForm{
    text-align: center;
}
#domainForm button{
    background-color: #575563 !important;
    border-color: #575563 !important;
    color: #fff !important;
    font-weight: bold !important;
}
/*FIN PAGINA PRINCIPAL*/

/*CONTACTAR*/
.contactar-container{
    max-width: 980px;
    margin: 0 auto;
}
.rowForm{
    padding: 10px 15px;
}
.contentForm{
    color:#575563;
    margin: 10px 0;
}
.infoContact{
    padding: 0;
    font-weight: bold;
}
.contentFormH2{
    color:#575563;
    margin: 5px 0;
}
/*FIN CONTACTAR*/

/*VISUALIZACION DE SECCIONES GENERALES*/
#cabeceraSeccion{
    padding: 15px 0 0 0;
}
#breadcrums{
    border-bottom: 1px solid #cfcfcf;
    background: #f2f2f2;
    color:#666666;
    padding:3px 0px;
}

/*FIN VISUALIZACION DE SECCIONES GENERALES*/

/*LISTADO DE NOTICIAS*/
.titulo-listado-noticia{
    color: #4c4d62;
    font-size: 18px;
    margin: 10px 0;
    display: block;
    padding-bottom: 5px;
}
.titulo-listado-noticia:hover{
    color: #4c4d62;
}
.fecha-listado-noticia{
    margin: 8px 0;
}
/*FIN LISTADO DE NOTICIAS*/

/*DETALLE DE NOTICIA*/
.fechainfonoticia{
    margin: 20px 0;
}
/*FIN DETALLE DE NOTICIA*/

/*LISTADO DE TRABAJOS REALIZADOS*/

#selectorTrabajos{
    text-align: center;
}

.trabajoRealizado{
    margin: 20px 0;
}
.imagenTrabajo{
    text-align: center;
}

.imagenTrabajo img{
    width: 100%;
    border:1px solid #eeeeee;
}

.tituloTrabajo{
    font-size: 18px;
    color: #575563;
    text-align: center;
    padding: 4px 35px;
}

.tituloTrabajo a{
    font-size: 18px;
    color: #575563;
}

.tituloTrabajo a:hover{
    text-decoration: none;
    color: #428bca;   
}

.tipoWebTrabajo{
    font-size: 14px;
    color: #575563;
    padding: 2px 35px;
    text-align: center;
}

.urlTrabajo{
    padding: 5px 35px;
}

.descripcionTrabajo{
    padding: 5px 35px;
}

.tipoTrabajoRealizado{
    font-size: 16px;
    margin: 10px 0px;    
}

.provinciaTrabajoRealizado{
    font-size: 16px;
    margin: 10px 0px;
}

.cuadro_votaciones{
    background: #F2F2F2;
    border-radius: 5px;
    padding: 1%;
}
#cuadro_voto_opinion{
    text-align: center;
    margin: 2px;
}
#cuadro_voto_colaborar{
    text-align: center;
    margin: 2px;
}
#cuadro_voto_estrellas{
    text-align: center;
    margin: 2px;
}
.label{
    font-size: 100%;
    color: #555;    
}

.scrollup{
    width:40px;
    height:40px;
    border-radius:40px;
    opacity:0.6;
    position:fixed;
    bottom:15px;
    right:15px;
    display:block;
    background-color:#FF9900;
    color: #FFF;
    text-decoration: none;
    text-align:center;
    font-size: 14px;
}

.scrollup:hover{
    opacity: 1;
}
.scroll-icon{
    display:none;
}


#floatBanner{
	position: fixed; 
	right: 5px; 
	float:right; 
	bottom: 0px; 
	visibility: visible; 
	z-index:50;
}

@media (min-width: 992px) {
    .trabajoRealizado:nth-child(3n+1){
        clear: both;
    }
    #social-top-header{
        display:block;
    }
    .service_paragraph{
        height:130px;
    }
}
@media (max-width: 992px) {
    .trabajoRealizado:nth-child(2n+1){
        clear: both;
    }
    .ver-noticias{
        position:relative;
        top:0px;
    }
     .column-border{
        border-left: none;
        border-right: none;
        border-top: 1px solid #777777;
        border-bottom: 1px solid #777777;
    }
     .main_service{
        margin-bottom:20px;
        text-align: center;
    }
    .big-center-text{
        padding: 20px 10%;
    }
    .service_paragraph{
        height:100px;
    }
    
    .big-center-text{
        padding:20px 5%;
    }
    
    .scroll-icon{
        display:block;
    }
    .content-seo-special{
        display: inline-block;
    }
}

/*FIN LISTADO DE TRABAJOS REALIZADOS*/

/*FICHA TRABAJO REALIZADO*/
.rowimagentrabajo{
    margin: 10px 0;
}
.imagentrabajo{
    text-align:center;
    padding: 10px 15px;
}
.imagentrabajo img{
    max-width: 100%;
}
/*FIN FICHA TRABAJO REALIZADO*/

/*OBJETOS GRANDES*/
#contenedorImagenGrande{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    /*background: url("../template/slider-01.jpg") center top;*/
    
}
#imagenGrandeCabecera{
    position: relative;
}
/*FIN OBJETOS GRANDES*/

/*POLITICA DE COOKIES*/
#cookies-message {
    bottom: 0;
    font-family: 'Open Sans',Verdana;
    font-size: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
    background: none repeat scroll 0 0 rgba(221, 221, 221, 0.9);
    border-top: 1px solid #AAAAAA;
}

#cookies-message-container{
    margin: 5px auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: 90%;
}
/*FIN POLITICA DE COOKIES*/




/*ESTILOS RESPONSIVE*/
@media (max-width: 767px) {
    #socialHeader{
        position: relative;
        left: 0;
        height: 38px;
        width: auto ;

    }

    #contactHeader{
        position: relative;
        top: 0;

    }  
    .bottom-footer, .bottom-footer .col-md-4{
        padding: 10px 10px;
        background: #141625;
    }
    .contentFooter{
        min-height: 344px   ;
    }
    
    .ver-noticias{
    position:relative;
    top:0px;
}
    .main_service{
        margin-bottom:20px;
        text-align: center;
    }
    .big-center-text{
        padding: 20px 10%;
    }
    .column-border{
        border-left: none;
        border-right: none;
        border-top: 1px solid #777777;
        border-bottom: 1px solid #777777;
    }
}

/*FIN ESTILOS RESPONSIVE*/



/* NUEVO ESTILOS */

.grey{
	background:#f2f2f2;
}
.white{

}
.row_noticia{
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 10px;
}
/* FIN NUEVO ESTILOS */


.precio {
	COLOR:#AE0000;
	FONT-FAMILY:Century Gothic;
	FONT-SIZE:14px;
	FONT-WEIGHT:bold;
	TEXT-DECORATION:none;
	padding-left: 0px;
	padding-top: 16px;
}

 
/* CSS general */
.mi-iframe {
  width: 100px;
  height: 50px;
}

/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

  .mi-iframe {
    width: 200px;
    height: 150px;
  } 

}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

  .mi-iframe {
    width: 500px;
    height: 350px;
  } 

}