@charset "utf-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
}

#ssm-site {
	background-color:#FFF;
	width: 100%
}

h3 {
	font-family: 'Josefin Sans', sans-serif;
	color: #C00;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

h4 {
	font-family: 'Josefin Sans', sans-serif;
	color: #F90;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
} 

h5 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	margin-top: 10px;
}
h6 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    margin-top: -10px;
    margin-bottom: 20px;
	text-align:center;
}

/** BOTONES **/

.Boton1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.Boton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.Boton1:active {
	position:relative;
	top:1px;
}

/** HEADER **/

#ssm-content-bienvenida img {
	width: 100%;
    height: auto;
}

#ssm-header {
	background-color: #db110e;
	background-position: center top;
	height: 158px;
	width: 100%;
	position: relative;
	padding-top: 10px;
	float: left;
}
#ssm-header h1 {
    background-image: url(../img/logo_SonShineMusic.gif);
    background-repeat: no-repeat;
    height: 106px;
    width: 147px;
    margin: 0 auto;
}

/** CONTENT **/

#ssm-content {
	position: relative;
}

/** MENÚ **/

.ssm-menu {
	display: inline;
}
.ssm-menu a p {
	text-align: center;
	height: 30px;
	width: 22%;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	text-shadow: 2px 2px 3px rgba(15, 15, 15, 0.84);
	color: #FFF;
	vertical-align: bottom;
	padding-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.ssm-menu a {
	color: #FFF;
	text-decoration: none;
}
#ssm-menu {
    clear: both;
    position: absolute;
    margin-right: auto;
    width: 115%;
    margin-left: -15%;
}
a #ssm-menu-galeria {
	background-color: #e76439;
}
a:hover #ssm-menu-galeria {
	-webkit-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
-moz-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
}

a #ssm-menu-servicios {
	background-color: #eb8402;
}
a:hover #ssm-menu-servicios {
	-webkit-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
-moz-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);;
}

a #ssm-menu-contacto {
	background-color: #e9df00;
}
a:hover #ssm-menu-contacto {
	-webkit-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
-moz-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
}

a #ssm-menu-blog {
	background-color: #c1cf09;
}
a:hover #ssm-menu-blog {
	-webkit-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
-moz-box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
box-shadow: inset 6px 7px 39px -12px rgba(0,0,0,0.75);
}
/** Contenido INICIO**/

#ssm-content-bienvenida img {
	size: 100%;
}
#ssm-content-bienvenida p {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
    color: #666;
    text-align: center;
    margin: 15px 50px 15px 50px;
}
#ssm-content-servicios-inicio {
	width: 482px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}
#dueto {
	width: 152px;
	height: 202px;
	background-image:url(../img/inicio_opcion_dueto.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	border: #CCC solid 1px;
	float:left;
}
#dueto:hover {
	background-image:url(../img/inicio_opcion_dueto-color.png);
}

#trio {
	width: 152px;
	height: 202px;
	background-image:url(../img/inicio_opcion_grupo_3_elementos.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin-left: 10px;
	border: #CCC solid 1px;
	float:left;
}
#trio:hover {
	background-image:url(../img/inicio_opcion_grupo_3_elementos-color.png);
}
#cuarteto {
	width: 152px;
	height: 202px;
	background-image:url(../img/inicio_opcion_grupo_4_elementos.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin-left: 10px;
	border: #CCC solid 1px;
	float:left;
}
#cuarteto:hover {
	background-image:url(../img/inicio_opcion_grupo_4_elementos-color.png);
}

/** FOOTER**/

#ssm-content-footer {
	size: 100%;
}

#cuadrogris {
	width: 80%;
	height: 140px;
	background-color: #D7D7D7;
	text-align: center;
	margin-top: 30px;
	transform:skewY(-3.8deg);
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
}
#cuadrogris p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #C60;
	margin-top: 20px;
	text-align: center;
	transform:skewY(3.8deg);
}
#cuadrogris p img {
    width: 70%;
    height: auto;
}
#cuadrorojo {
    background-image: url(../img/Inicio_banner_rojo_contacto_ok.png);
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    height: 210px;
    width: 100%;
    margin-top: -80px;
    z-index: 4;
    position: absolute;
}
#cuadrorojo p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 29%;
	height:auto;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	word-wrap: break-word;
}
#cuadrorojo a {
	color: #CCC;
	text-decoration: none;
}
#redes {
    float: left;
    height: 30px;
    width: 30%;
    margin-top: 10%;
    margin-left: 65%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #FFF;
}
#derechos {
    width: 100%;
    height: 35px;
    border-top: #FFF solid 1px;
    background-color: #db110e;
    text-align: center;
    vertical-align: bottom;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #FFF;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
}
#derechos p {
	margin-top: 15px;
}

/** GALERIA**/	
#ssm-content-galeria {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
#imgGallery {
    float: left;
    height: auto;
    width: 90%;
	margin-left: 5%;
}
#imgGallery .fancybox img {
	height: auto;
	width: 100%;
}

/** CONTACTO**/	
#ssm-content-contacto {
    width: 100%;
    padding: 10px;
    margin-top: 50px;
}
#ssm-content-contacto h3 {
	color: #FC0;
	margin-bottom: 30px;
}
#ssm-content-contacto #mapa iframe {
	width: 80%;
	height: 300px;
	margin-bottom: 50px;
	position: relative;
	padding-left: 10%;
	padding-right: 10%;
}
#ssm-content-contacto #formulario {
    width: 80%;
    height: auto;
    margin-left: 15px;
    position: relative;
    float: left;
    padding-right: 5%;
    margin-bottom: 30px;
    padding-left: 5%;
}
#formulario form p img {
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 13px;
    float: left;
}
#formulario #nombre {
	margin-bottom: 10px;
	height: 45px;
	width: 70%;
	color: #666;
	padding-left: 10%;
	float:right;
}
#formulario #mail {
	margin-bottom: 10px;
	height: 45px;
	width: 70%;
	color: #666;
	padding-left: 10%;
	float:right;
}
#formulario #telefono {
	margin-bottom: 10px;
	height: 45px;
	width: 70%;
	color: #666;
	padding-left: 10%;
	float:right;
}
#formulario #celular {
	margin-bottom: 10px;
	height: 45px;
	width: 70%;
	color: #666;
	padding-left: 10%;
	float:right;
}
#formulario #evento {
	margin-bottom: 10px;
	height: 45px;
	width: 70%;
	color: #666;
	padding-left: 10%;
	float:right;
}
#formulario #mensaje {
	cmargin-bottom: 10px;
	width: 70%;
	color: #666;
	padding-left: 11%;
	float:right;
}
#formulario form p button {
    background-color: #eb8402;
    color: #FFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 20px;
    float: right;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
#formulario form p button:hover {
	background-color: #c1cf09;
}
#pContacto {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	color: #666;
	text-align: left;
	height: auto;
	width: 90%;
	float: left;
	padding-right: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 21px;
}
#pContacto a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	color: #DB1E0D;
}

#pContacto .tel {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	color: #DC110E;
	text-decoration: none;
}
#pConfirmacion {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #EB8401;
    text-align: center;
   margin-bottom: 10px;
   padding-top: 40px;
}

/* SERVICIOS */

#ssm-content-servicios{
	width: 98%;
	height: auto;
	padding: 3% 0 3% 0;
	margin: 0 auto;
	text-align:center;
}
#ssm-content-servicios #dueto {
	background-image: url(../img/servicios/servicios_img01_dueto.png);
	background-repeat: no-repeat;
	float: left;
	width: 49%;
	height: 360px;
	margin: 15px 2px;
	border:none;
	background-position: center top;
}
#ssm-content-servicios #dueto:hover {
	background-image: url(../img/servicios/servicios_img01_dueto-color.png);
}
#ssm-content-servicios #trio {
	background-image: url(../img/servicios/servicios_img02_3elementos.png);
	background-repeat: no-repeat;
	float: left;
	width: 49%;
	height: 360px;
	margin: 15px 2px;
	border:none;
	background-position: center top;
}
#ssm-content-servicios #trio:hover {
	background-image: url(../img/servicios/servicios_img02_3elementos-color.png);
}
#ssm-content-servicios #cuarteto {
	background-image: url(../img/servicios/servicios_img03_4elementos.png);
	background-repeat: no-repeat;
	float: left;
	width: 98%;
	height: 360px;
	margin: 15px 2px;
	border: none;
	background-position: center top;
}
#ssm-content-servicios #cuarteto:hover {
	background-image: url(../img/servicios/servicios_img03_4elementos-color.png);
}
#iconoPkt {
	text-align: center;
	float: left;
	height: 210px;
	width: 44%;
	position: relative;
	margin-top: 10px;
	display: inline-block;
	padding-top: 0%;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
#iconoPkt p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
	line-height: 17px;
}
#iconoPkt img {
	width: 125px;
	height: 125px;
}
#iconoPkt img:hover {
	-webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
#ssm-content-servicios_bnaranja {
	width: 100%;
	height: auto;
    margin-bottom: 53%;
}
#ssm-content-servicios_bnaranja #cuadroNaranja {
    background-image: url(../img/servicios/servicios_banner_naranja_ok.png);
    width: 100%;
    height: 226px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 70px;
    margin-top: -30px;
}
#iconoMomentos {
	width: 80%;
	float: left;
	background-color: #EE8602;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 3%;
	padding-left: 10%;
}
#iconoMomentos img {
    width: 80%;
}
#ssm-content-servicios h5 {
	text-align: center;
}
#iconoRequerimiento {
	margin: 5%;
	height: auto;
	width: 90%;
	float: left;
	vertical-align: middle;
}
#iconoRequerimiento p {
	font-family: "Josefin Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 17px;
	float: left;
	display: block;
	position: absolute;
	height: 72px;
	width: 60%;
	margin-left: 22%;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EE8602;
	text-align: left;
	vertical-align: middle;
}
#iconoRequerimiento img {
	width: 72px;
	height: 72px;
	float: left;
	display: block;
}
#iconoRequerimiento img:hover {
	width: 62px;
	height: 62px;
	float: left;
	display: block;
	padding: 5px;
	-webkit-transition: transform 5s ease 5s;
	-moz-transition: -moz-transform 5s ease 5s;
	-ms-transition: transform 5s ease 5s;
	-o-transition: transform 5s ease 5s;
	transition: transform 5s ease 5s;
}
#ssm-content-servicios ul li {
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 17px;
	height: 20px;
	width: 70%;
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	list-style-type: square;
	margin-top: 3%;
	margin-right: 10%;
	margin-bottom: 3%;
	margin-left: 10%;
	text-align: left;
	padding-left: 10%;
}
#ssm-content-servicios ul li:hover {
	color: #009EE3;
	text-decoration: underline;
}

/* SITEMAP */

#ssm-content-sitemap {
	width: 98%;
	height: auto;
	padding: 10% 0 10% 0;
	margin: 0 auto;
	text-align:center;
}
/* SITEMAP */

#ssm-content-sitemap {
	width: 75%;
	height: 700px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 0;
	padding-bottom: 10%;
	padding-left: 0;
}
#ssm-content-sitemap table {
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFB401;
	line-height: 26px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid;
}
#ssm-content-sitemap img {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 10px;
}

/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  z-index: 99; }

#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  line-height: 20px; }