/* CSS Document */
@import url("grid.css");
@import url(https://fonts.googleapis.com/css?family=Lato:200,300,700,300italic);

body {
	color: #555;
	font-family:  Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #323232;
	background: url(../imagenes/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

a {
	border: 0;
	text-decoration: none;
	color: #f09;
}

a:hover {
	color: #0CF;
}

a img {
	border: 0;
}

p {
	line-height: 21px;
	font-weight: 300;
}

h2 {
	color:#444;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #888;
	margin: 0;
	text-transform: uppercase;
}

/* --------- HEADER -------- */
.header {
	height: 110px;
	background: url(../imagenes/slm/soundlatinomix-encabezado.jpg);
}

.logo {
	margin-top: 13px;
}

/* --------- MENU --------- */
ul.menu {
	float: right;
	margin-top: 45px;
	margin-right: -20px;
}
ul.menu li {
	display: block;
	float: left;
}

ul.menu li a{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	background-color: #333;
	padding: 12px 15px;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

ul.menu li a.active, ul.menu li a:hover {
	background-color: #f09;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}

ul.menu li a.facebook {
	background-color: transparent;
	opacity: 0.6;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
ul.menu li a.facebook:hover {
	opacity: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

ul.menu li a.facebook img {
	margin-top: -6px;
}

/* --------- BANNERSEP --------- */
.bannerSep img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}

.bannerSep .title{
	text-align: center;
	padding-top: 55px;
	height: 145px;
}

.bannerSep .title h1 span{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 36px;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 20px;
}

.bannerSep .title h1 span strong{
	font-weight: 700;
}


/* --------- CONTENT --------- */

.center {
	text-align: center !important;
}

.center p{
	text-align: center !important;
}

.innerpad {
	padding: 15px 0;
}

.sidepad {
	padding: 0 20px;
}

.whiteWrap {
	background-color: #fff;
	overflow: auto;
}

.darkfont {
	color: #333 !important;
}

.lightfont {
	color: #ccc !important;
}

.last {
	padding-bottom: 40px;
}

.leftmargin {
	margin-left: 60px;
}

/* --------- CONTACTO --------- */

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline label {
    margin: 5px 0;
    padding-right: 10px;
    width: 35%;
    text-align: right;
}
.form-inline input,
.form-inline select,
.form-inline textarea {
    margin: 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 57%;
}
.form-inline select {
    width: 62%;
}
.form-inline button {
    margin: 5px 0;
    padding: 10px 20px;
    background-color: dodgerblue;
    border: 1px solid #ddd;
    color: white;
}
.form-inline button:hover {
  background-color: royalblue;
}


/* --------- FOOTER --------- */

.footer {
	height: 180px;
	background-color: #222;
}

.footerText {
	text-align: right;
	color: #999;
	margin-top: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 21px;
}

.footerText strong{
	font-weight: 700;
	color: #aaa;
}

.footerText a{
	color: #999;
}

.footerText a:hover, .footerText a strong:hover{
	color: #f09 !important;
}

.logofooter {
	margin-top: 50px;
}

