@charset "UTF-8";
/* CSS Document Creado por Rafael Olea sking.cl@gmail.com */

@import url("font-awesome/css/font-awesome.min.css"); /* Icons */
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
@import url(http://fonts.googleapis.com/css?family=Abel);
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #40A6F3;
}
body, input, textarea, select { font: 400 14px 'Source Sans Pro', sans-serif; }
/* efectos 
* {-webkit-font-smoothing: antialiased;} */

/* efectos */
a, a:hover {-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

/* sin efectos 
{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;} */

/* seteos */
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-family: 'Abel', sans-serif; }
a,a:active,a:visited { text-decoration: none; color: #60a4bf;}
a:hover { text-decoration: underline; }
a:active { outline:none}
a:focus { outline:thin dotted}
hr { background: height: 0px; margin-top: 15px; margin-bottom: 15px; clear: both; display: block; border-top: 1px solid #f1f1f1; padding: 0px; }

/* predeterminados */
.shadow { -moz-box-shadow: 0 0 5px rgba(0,0,0,.3); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); box-shadow: 0 0 5px rgba(0,0,0,.3);  }
.clear { clear:both;}

#contenedor { width:1000px; height:auto; margin:0 auto;}
#header { width:auto; height:auto; margin: 10px 0; position:relative; }
.main { background: url(../images/fondo-video.png) repeat; padding:10px;}
#footer { text-align:center; margin:10px 0; }
.costa { width:278; height:113px; position: absolute; left:-300px; top: 15px; z-index:99;}
