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

body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
}
#ssm-site {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFF;
}

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;
	margin: 2% 30% 2% 30%;
}
.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: 120px;
	width: 890px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#ssm-header h1 {
	background-image: url(../img/logo_SonShineMusic.gif);
	background-repeat: no-repeat;
	height: 106px;
	width: 147px;
	position: relative;
	float: left;
	margin-left: 40px;
}

/** CONTENT **/

#ssm-content {
	position: relative;
}

/** MENÚ **/

.ssm-menu {
	display: inline;
}
.ssm-menu a p {
    text-align: center;
    height: 30px;
    width: 140px;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3em;
    text-shadow: 2px 2px 3px rgba(15, 15, 15, 0.84);
    color: #FFF;
    vertical-align: bottom;
    padding-top: 15px;
    margin-bottom: 10px;
	margin-left: -4px;
}
.ssm-menu a {
	color: #FFF;
	text-decoration: none;
}
#ssm-menu {
	clear: both;
	position: absolute;
	margin-left:300px;
}

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: 20px;
	color: #666;
	text-align: center;
	margin: 15px 50px 15px 50px;
}
#dueto {
	width: 152px;
	height: 202px;
	background-image:url(../img/inicio_opcion_dueto.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px 30px 20px 30px;
	margin-left: 16%;
	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: 0px 30px 20px 30px;
	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: 0px 30px 20px 30px;
	border: #CCC solid 1px;
	float:left;
}
#cuarteto:hover {
	background-image:url(../img/inicio_opcion_grupo_4_elementos-color.png);
}
#ssm-content-servicios-inicio {
	text-align: center;
}
/** FOOTER**/

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

#cuadrogris {
	width: 800px;
	height: 180px;
	background-color: #D7D7D7;
	text-align: center;
	padding: 10px;
	margin-left: 40px;
	margin-top: 30px;
	transform:skewY(-3.8deg);
}
#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);
}
#cuadrorojo {
	background-image: url(../img/Inicio_banner_rojo_contacto_ok.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding: 10px 10px 10px 20px;
	height: 190px;
	width: 870px;
	margin-top: -70px;
	z-index:4;
	position:absolute;
}
#cuadrorojo p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 5px 20px;
	float: left;
	width: 250px;
}
#cuadrorojo a {
	color: #CCC;
	text-decoration: none;
}
#redes {
	float: right;
	height:30px;
	width: 150px;
	margin: 30px 50px 15px 700px;
}
#derechos {
	width: 800px;
	height: 25px;
	border-top: #FFF solid 1px;
	text-align: center;
	vertical-align: bottom;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 15px;
}
#derechos p {
	margin-top: 15px;
}

/** GALERIA**/	
#ssm-content-galeria {
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
}
#imgGallery {
	float: left;
	height: 321px;
	width: 397px;
	margin-right: 20px;
	margin-left: 20px;
}

/** CONTACTO**/	
#ssm-content-contacto {
	width: 840px;
	padding: 30px;
	height: auto;
}
#ssm-content-contacto h3 {
	color: #FC0;
	margin-bottom: 30px;
}
#ssm-content-contacto #mapa {
	width: 400px;
	height: 500px;
	margin-bottom: 50px;
	position: relative;
	float: left;
}
#ssm-content-contacto #formulario {
    width: 390px;
    height: 500px;
    margin-left: 30px;
    position: relative;
    float: left;
    padding-right: 20px;
    margin-bottom: 100px;
}
#ssm-content-contacto datos {
	width: 880px;
	margin-bottom: 10px;
	position:relative;
	float:left;
}
#formulario form p img {
	margin-right: 20px;
	margin-bottom: -15px;
	vertical-align: top;
	float:left;
}
#formulario #Mensaje {
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#formulario #Nombre {
	margin-bottom: 20px;
	height: 45px;
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#formulario #Mail {
	margin-bottom: 20px;
	height: 45px;
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#formulario #Telefono {
	margin-bottom: 20px;
	height: 45px;
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#formulario #Celular {
	margin-bottom: 20px;
	height: 45px;
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#formulario #FechaEvento {
	margin-bottom: 20px;
	height: 45px;
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#formulario #Mensaje {
	width: 300px;
	color: #666;
	padding-left: 10px;
}
#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: 45%;
	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;
    line-height: 21px;
    padding-top: 40px;
}
/* SERVICIOS */

#ssm-content-servicios{
	width: 840px;
	height: auto;
	padding: 30px;
}

#ssm-content-servicios #dueto {
	background-image: url(../img/servicios/servicios_img01_dueto.png);
	background-repeat: no-repeat;
	float: left;
	height: 351px;
	width: 211px;
	margin-right: 4%;
	margin-left: 4%;
	border:none;
}
#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;
	height: 351px;
	width: 211px;
	margin-right: 4%;
	margin-left: 4%;
	border:none;
}
#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;
	height: 351px;
	width: 211px;
	margin-right: 4%;
	margin-left: 4%;
	border:none;
}
#ssm-content-servicios #cuarteto:hover {
	background-image: url(../img/servicios/servicios_img03_4elementos-color.png);
}
#iconoPkt {
	float: left;
	height: auto;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
}
#iconoPkt {
	text-align: center;
	padding: 10px;
	float: left;
	height: auto;
	width: 135px;
	margin: 6px;
}
#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 {
	padding-top: -20px;
	width: 100%;
	height: auto;
}
#ssm-content-servicios_bnaranja #cuadroNaranja {
	background-image: url(../img/servicios/servicios_banner_naranja_ok.png);
	width: 86%;
	height: 240px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 76px;
	padding-right: 7%;
	padding-left: 7%;
	margin-bottom: 20px;
}
#iconoMomentos {
	width: 363px;
	height: 212px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#iconoMomentos img {
	width: 100%;
	height: 212px;
}
#ssm-content-servicios h5 {
	text-align: center;
}
#iconoRequerimiento {
	margin: 5%;
	height: auto;
	width: 40%;
	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: 62px;
    width: 220px;
    margin-left: 92px;
    padding-left: 2%;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #EE8602;
}
#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: 350px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 70px;
	text-transform: uppercase;
	vertical-align: middle;
	list-style-type: square;
}
#ssm-content-servicios ul li:hover {
	color: #009EE3;
	text-decoration: underline;
}

/* SITEMAP */

#ssm-content-sitemap {
	width: 68%;
	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
========================================================*/
#formulario .empty-message,
#formulario .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; }

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

