/*
Theme Name: dibecla
Theme URI: http://www.dibecla.es
Author: Dibecla
Author URI: http://www.dibecla.es
Description: Tema hijo de Joyn creado por Dibecla
Version: 1.0
Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, responsive-layout
Template: joyn
*/

//@import url("../joyn/style.css");

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	/*font-size: 16px;*/ /*dibecla*/
	line-height: 2;
	border-bottom: 1px solid #ededed;
}

.full-center nav#main-navigation ul.menu > li.menu-item-697 > ul.submenu{
left:-100px !important;
}

#footer-widgets .widget {
	//padding-bottom: 30px;
	padding-bottom: 0px; /*DIBECLA*/
}

#copyright .text-left {
	font-size: 11px;
	float: left;
	margin-bottom: 0;
	line-height: 40px;
	max-width: 50%;
	padding-left:20px; /*DIBECLA*/
}

/* DIBECLA */
/* Para dibujar una linea pondremos <div class="lineahoriz"></div> */
.lineaHoriz1 {
	background-color: #838383;
	height: 5px; 
	margin-left: 40%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 20%;
}
/* Para dibujar una linea pondremos <div id="linea"><hr /></div> */
#lineah1{ margin: auto; width: 100px; } 
#lineah1 hr { 
	background-color: #838383;
	height: 3px; 
	margin-left: 0%;
	width: 100%;

}
#textoSlider {
    //font-family: 'Montserrat';
	color: #FFFFFF; 
	font-weight: 600;
	font-size: 45px;
}
#textoresaltado1 {
    color: #555555; 
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
}
#textoresaltado2 {
    color: #555555; 
	font-weight: 800;
	font-size: 18px;
	line-height: 32px;
}
#textoresaltado3 {
    color: #ffffff !important; 
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
}
#textoresaltado3  a:hover {
  color: #555555 !important;
}
#textoresaltado3  a:link {
  color: #ffffff !important;
}
#textoresaltado3  a:visited {
  color: #ffffff !important;
}
#textoresaltado3  a:active {
  color: #ffffff !important;
}
.imgfooterdacer {
	display:block;
	width: 260px;
	height: 80px;
	background: url("/wp-content/uploads/2016/03/logo_dacer_blanco-1.png");
	background-repeat: no-repeat;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
 
.imgfooterdacer:hover {
	width: 260px;
	height: 80px;
	background: url("/wp-content/uploads/2016/03/logo_dacer_blanco-1.png");
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.imgfooterfdacer {
	display:block;
	width: 260px;
	height: 80px;
	background: url("/wp-content/uploads/2016/03/logo_fundacion_blanco-1.png");
	background-repeat: no-repeat;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
 
.imgfooterfdacer:hover {
	width: 260px;
	height: 80px;
	background: url("/wp-content/uploads/2016/03/logo_fundacion_blanco-1.png");
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#titulo2 {
    font-weight: 700;
	font-size: 18px;
}

a.enlaces{
   color: #59A2B3!important;
   //font-weight: bold!important;
}
a.enlaces:hover{
   color: #41DBFF!important;
 }
 
.fotosIzq {
	padding:20px 50px 20px 20px;
	border: 0px currentColor;
	text-align: center;
	float: left ;
	
}
.fotosDer {
	padding: 20px ;
	border: 0px currentColor;
	text-align: center;
	float: right; 
	
}
.citas{
  font-size: 18px; 
  font-style: italic;
  //font-weight: bold;
  font-weight: 600;
  //color: #0099ff;
  text-align: center;
  
}

.wizda{
    float: left;
	margin-left:30%;
}
.wdcha{
    float: right;
	margin-right:5%;
}
.wcentro{
	float: center;
	//padding-left:50%;
	display:inline-block;
	margin-left:50%;
}

.error {
	color: #FF0000;
	padding-left:20%;
}

p.error {
    text-align: center;
    color: red;
}

/* @MANTRA */

#textoSlider {
	line-height: 1em;
	margin-top: -10px;
}

.imgfooterdacer, .imgfooterfdacer {
	display: inline-block !important;
}

#footerlogos {
	padding-bottom: 20px;
}

@media screen and (max-width: 479px) {
	.nav-tabs>li {
		width: auto !important;
	}
}

@media screen and (max-width: 520px) {
	.title-wrap .carousel-arrows {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#footerlogos .footer-col-1 {
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 2px solid #939393;
	}
	#footerlogos .footer-col-2 {
		text-align: center;
		padding-top: 10px;
	}
}

@media screen and (min-width: 768px) {
	#footerlogos .footer-col-1 {
		text-align: right;
		border-right: 2px solid #939393;
		padding-right: 40px;
	}

	#footerlogos .footer-col-2 {
		padding-left: 40px;
	}
}