/* CSS Document */
/* Author: Pablo Lara */

* {
	border:0px;
	margin:0;
	padding:0;
	}

html {
	margin:0px;
	background: #f7f7f7 url(../images/background.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	}
@media screen and (max-width: 720px) {
	html {
		width:720px;
	}
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	color:#6d6d6d;
	margin:0px;
	line-height:170%;
	}
	
a{
	text-decoration:none;
	color:inherit;
}

/* LINK EFFECT */
a, #header_logo, #header_facebook {
	text-decoration:none;
	  transition-property: background-color, background-image, color, border-color, border-bottom, opacity, -webkit-filter;
	  transition-duration: 0.3s;
	  transition-timing-function: ease-out;
	  -webkit-transition-property: background-color, background-image, color, border-color, border-bottom, opacity, -webkit-filter;
	  -webkit-transition-duration: 0.3s;
	  -o-transition-property: background-color, color, background-image, border-color, border-bottom, opacity, -webkit-filter;
	  -o-transition-duration: 0.3s;
}
a:hover, #header_logo, #header_facebook {
	  transition-property: background-color, color, background-image, border-color, border-bottom, opacity, -webkit-filter;
	  transition-duration: 0.3s;
	  transition-timing-function: ease-out;
	  -webkit-transition-property: background-color, background-image, color, border-color, border-bottom, opacity, -webkit-filter;
	  -webkit-transition-duration: 0.3s;
	  -o-transition-property: background-color, background-image, color, border-color, border-bottom, opacity, -webkit-filter;
	  -o-transition-duration: 0.3s;
}

hr {
	width:100%;
	margin: 15px 0px 15px 0px;
	color: #00adc4;
	border-top:solid 1px;
	float:left;
}

h1 {
	font-size: 28px;
	font-weight:100;
	color: #f16574;
	margin-bottom:20px;
	}
h2 {
	font-size: 28px;
	font-weight:100;
	color: #00a1b4;
	margin-bottom:20px;
	}

.bold_special{
	font-family: 'Bree Serif', serif;
	color:#058fc3;
	font-weight:normal;
	font-size:16px;
}

/* top deco */
#top_deco{
	position:fixed;
	top:0px;
	width:100%;
	height:6px;
	background-color:#058fc3;
    z-index: 9999;
}

/* HEADER */
#header_cnt{
	width:100%;
	height:60px;
	background-color:#00adc4;
	margin-top:4px;
	z-index:9999;
	position:relative;
}
#header_main{
	width:720px;
	height:60px;
	margin:auto;
}
#header_logo{
	float:left;
	width:245px;
	-webkit-filter: brightness(1);
    filter: brightness(1);
}
#header_logo:hover{
	-webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}
#header_nav{
	float:left;
	width:434px;
}
#header_facebook{
	float:left;
	width:40px;
	-webkit-filter: brightness(1);
    filter: brightness(1);
}
#header_facebook:hover{
	float:left;
	width:40px;
	-webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
#header_facebook_button{
	width:37px;
    margin-top: 10px;
}

/* nav */
#navigation_bar{
	margin-top:9px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#D4EEF5;
	font-weight:bold;
}
	ul, ol {
		list-style:none;
	}
	.nav {
		margin:0 auto;
	}
	.nav > li {
		float:left;
		margin: 0px 6px 0px 6px;
		padding-bottom:5px;
	}
	.nav li a {
		text-decoration:none;
		padding:10px 16px;
		margin: 0px 5px 0px 5px;
		display:block;
	}
	.nav li a:hover {
		color:#FFF;
	}
	.nav li ul {
		display:none;
		position:absolute;
		min-width:140px;
	}
	.nav li:hover > ul {
		display:block;
	}
	.nav li ul li {
		position:relative;
	}
	
	.nav li ul li ul {
		right:-140px;
		top:0px;
	}

.current_button{
	color:#FFF;
	border-bottom:3px solid #00ffa2;
}
.current_button:hover{
	color:#FFF;
	border-bottom: none;
}

/* OUTSTANDING */
#outstanding_cnt{
	width:100%;
	height:262px;
    margin-top: -107px;
}
#outstanding_main{
	width:720px;
	height:262px;
	margin:auto;
	background:url(../images/background-outstanding.png) no-repeat center;
}
.outstanding_item{
    float: left;
    height: 215px;
    margin-top: 155px;
    border-top: 3px solid #00adc4;
    border-bottom: 3px solid #00adc4;
	opacity:0;
	position:absolute;
}
#outstanding_0{
    float: left;
    height: 215px;
    margin-top: 155px;
    border-top: 3px solid #00adc4;
    border-bottom: 3px solid #00adc4;
	position:absolute;
}

/* INFO */
#info_cnt{
	width:100%;
}
#info_main{
	width:720px;
	margin:120px auto 40px auto;
}
#info_main_internal{
	width:720px;
	margin:-13px auto 40px auto;
}
#info_main_header{
    width: 720px;
    height: 129px;
	background:url(../images/background-internal.png) no-repeat center;
    margin-bottom: 12px;
}
#info_cnt a{
	color:#009E55;
	text-decoration:underline;
}
#info_cnt a:hover{
	color:#A21297;
}

/* QUIENES */
#home_text{
	font-family: 'Libre Baskerville', serif;
	margin-top:130px;
	font-size:18px;
	color:#464646;
    letter-spacing: 1px;
}
#info_quienes_photos{
	float:left;
	width:164px;
	margin-right:44px;
	margin-top:14px;
}
#info_quienes_photos img{
	border:2px solid #00adc4;
	padding:5px;
	margin:2px 2px 2px 0px;
}
#info_quienes_text{
	float:left;
	width:500px;
	text-align:justify;
    margin-bottom: 30px;
}

/* SERVICIOS */
#info_servicios_photos{
	float:left;
	width:164px;
	margin-right:44px;
	margin-top:14px;
}
#info_servicios_photos img{
	border:2px solid #00adc4;
	padding:5px;
	margin:2px 2px 2px 0px;
}
#info_servicios_text{
	float:left;
	width:500px;
	text-align:justify;
    margin-bottom: 30px;
}

/* CONTACTO */
#contacto_title_message{
	font-weight:bold;
	margin-bottom:15px;
}
#info_contacto_photos{
	float:left;
	width:164px;
	margin-right:44px;
	margin-top:14px;
}
#info_contacto_photos img{
	border:2px solid #00adc4;
	padding:5px;
	margin:2px 2px 2px 0px;
}
#info_contacto_text{
	float:left;
	width:500px;
	text-align:center;
    margin-bottom: 30px;
}

/* FOOTER */
#footer_cnt{
	width:100%;
	float:left;
	height:80px;
	background-color:#00adc4;
	border-bottom:6px #058fc3 solid;
}
#footer_main{
	width: 720px;
    margin: auto;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding-top: 16px;
}
#footer_main b{
	color:#42FFEE;
}
#footer_main a{
	color:#FFF;
}
#footer_main a:hover{
	color:#42FFEE;
}

/* WEBMASTER */
#webmaster {
	width:54px;
	height:62px;
	position:fixed;
	bottom:67px;
	right:0px;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:120px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 16px;
  left: 0px;
  margin-left: -114px;
  z-index: 999;
}