@charset "utf-8";

a {
	color:#478698;
	font-weight:bold;
	/* transicion para el menu */
	-o-transition:color .5s ease-out;
  	-ms-transition:color .5s ease-out;
  	-moz-transition:color .5s ease-out;
  	-webkit-transition:color .5s ease-out;
  	/* ...and now override with proper CSS property */
  	transition:color .5s ease-out;
	}


a:visited {
	color:#478698;
	font-weight:bold;
	}

a:hover {
	color:#9fd088;
	font-weight:bold;
	}
	
.busca {
	margin: 5px 0 5px 0;
	text-align:right;
}
.redes {
	padding: 5px;
}
#pie p {
	text-align: right;
}

h1 {
	color: #488799;
}
h2 {
	color: #488799;
}
.nombreexperto {
	clear: both;
	color: #488799;
	font-size:16px;
	font-weight:bold;
	
}
div.experto {
	display: block;
	clear:both;
	margin-bottom:20px;
	float:left;
	
	background-color: #e8f6e2;
	padding: 5px;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	
}


cite {
	font-size: large;
	color: #478698;
	text-align: right;
	display: block;
}

#contenido table {
	width: 90%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom: #9fd088 solid 1px;
	text-align: center;
	margin: auto;
}
#contenido table tr td {
	text-align: left;
	vertical-align: top;
	padding: 0 10px 0 10px;
	min-width:20%;
}

#contenido table tr:nth-of-type(odd) {
  background-color:#ddd;
}

#slider {
	
	
}

#slider > div > div {
    display: none;
	margin-top: 10px;
	background-color: #e8f6e2;
	padding: 5px;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

#slider > div > div > span {
	display: block;
	float:left;
	margin-top: 10px;
	background-color: #e8f6e2;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.imagenderecha {
	display: inline;
	float: right;
	margin: 5px;
}

.logos{
	padding: 30px;
}

#slider > div > a {
	background-image: url(../imagenes/flecha.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color:#478698;
	cursor:pointer;
}

#slider > div > a:hover {
	color:#9fd088;
	font-weight:bold;
	}

#slider > div > div a {
	background-image: none;
	background-position: inherit;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: underline;
	color:#478698;
	display:inline;
	}

#slider > div > div a:hover {
	color:#9fd088;
	font-weight:bold;
	}
	
div.panelesclean {
	padding: 0 !important;
}

#idioma {
	font-size: 1em;
	text-align: right;
}

.botonarriba {
	clear:both;
	display:block;
	text-align:center;
	margin: 40px 0 10px 0;
	}
	
.botonarriba a {
	background-image: url(../imagenes/flecha.up.fw.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 8px 7px 11px 33px;
	margin: auto;
	color:#BBB;
	background-color: #EEE;
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	font-size:10px;
	text-decoration:none;
	
	/* transicion para el menu */
	-o-transition:color .5s ease-out, background .5s ease-out;
  	-ms-transition:color .5s ease-out, background .5s ease-out;
  	-moz-transition:color .5s ease-out, background .5s ease-out;
  	-webkit-transition:color .5s ease-out, background .5s ease-out;
  	/* ...and now override with proper CSS property */
  	transition:color .5s ease-out, background .5s ease-out;
}
.botonarriba a:visited {
	color:#BBB;
}

.botonarriba a:hover {
	color:#777;
	background-color: #DDD;
}

.imagen {
	margin: 5px;
	background-color:#CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	float:right;
}

.imageni {
	margin: 5px;
	background-color:#CCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	float:left;
	clear:left;
}


.galeria1 img, .galeria2 img, .galeria3 img, .galeria4 img {
	margin: 5px;
	border: solid 4px #FFF;
	box-shadow:3px 3px 10px #888;
	
	}


.white-popup {
  display:block;
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}



/* Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ */

/* This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. */

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 99.9% !important;
  background-color:transparent;
}


.fbbar {
	border-radius: 7px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	border: 1px solid #478698;

}

.fbtit {
	background-color:#478698;
	color:#fff;
	margin: 0;
	padding: 5px 0 5px 20px;
	
}
.espacio {
	margin-bottom: 10px;
	display:block;
}


.videogal {
	display:block;
	float:left;
	clear:both;
}