.contenedor_telefonos {
    float: right;
    height: 545px;
    /* margin-left: 0px; */
    margin-top: 12px;
    /* clear: none; */
    width: 232.5px;
    background-color: rgb(30, 30, 30);
    /* margin-right: 0%; */
    margin-left: 10px;
    background-image:url("../images/theme_2014/telefonos_titulo.png");
    background-attachment: scroll;
    background-size: auto;
    background-position: 47% 3.7%;
    background-repeat: no-repeat no-repeat;
	box-shadow: rgb(202, 200, 200) 0px -1px 11px 0px;
}

#mapa{
	width:1000px;

	margin:0 auto 0 auto;
	float: left;
	padding-top:20px;
	margin-bottom:20px;
	
	}

#titulo_telefonos_blancos{
	margin-top: 20px;
margin-left: 23px;
margin-bottom: 20px;

	}



.contenedor_telefonos span {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.1em;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-style: normal;
    color: rgb(255, 255, 255);
}


.contenedor_telefonos p{
float: left;
font-size: 12px;
width: 89.153226%;
margin-left: 15px;
/* margin-top: 145px; */
font-style: normal;
margin-bottom: 0px;
line-height: 13px;
color: rgb(221, 221, 221);
}


.primaryContainer {
    height: auto;
    margin: 0px auto;
    min-height: 100%;
    width: 1000px;
}

.contenedor_formulario {
    float: left;
    /* height: 545px; */
    margin-left: 19px;
    margin-top: 14px;
    clear: none;
    width: 71.55%;
    background-color: rgb(255, 255, 255);
	box-shadow: rgb(202, 200, 200) 0px -1px 11px 0px;
}

.contenedor_formulario h3 {
    float: left;
    font-size: 16px;
    width: 91.445675%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.3em;
    word-wrap: break-word;
    margin-left: 20px;
    margin-top: 15px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    font-style: normal;
	border-bottom: 1px solid #DADADA;
	color: #666;
}

.contenedor_texto_contactanos {
    float: left;
    height: 545px;
    margin-left: 0%;
    margin-top:14px;
    clear: none;
    width: 24.4%;
    background-color: rgb(255, 255, 255);
	box-shadow: rgb(202, 200, 200) 0px -1px 11px 0px;
}

.barra_perfil {
    float: left;
    height: 48px;
    margin-left: -0.5px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(0, 0, 0);
}

.barra_perfil h1 {
	font-family: Oswald, sans-serif;
    float: left;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 14px;
    margin-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(242, 242, 242);
    font-style: normal;
}

.texto_contactanos {
    float: left;
    height: 461px;
    margin-left: 0.5px;
    margin-top: 20px;
    clear: both;
    width: 94.382022%;
}

.texto_contactanos h2 {
font-family: Oswald, sans-serif;
float: left;
font-size: 26px;
width: 94.347944%;
height: auto;
text-align: left;
font-weight: normal;
line-height: 32px;
word-wrap: break-word;
margin-left: 12px;
margin-top: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #D7D5D5;
text-transform: uppercase;
font-style: normal;
}

.texto_contactanos h3 {
float: left;
font-size: 14px;
width: 217px;
height: auto;
text-align: left;
font-weight: normal;
line-height: 1.3em;
word-wrap: break-word;
margin-left: 5.49084%;
margin-top: 20px;
clear: both;
min-height: 0px;
font-style: normal;
text-transform: uppercase;
border-bottom: 1px solid #E3DBDB;
}

.texto_contactanos span {
    float: left;
    font-size: 12px;
    width: 86.538201%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.1em;
    word-wrap: break-word;
    margin-left: 12px;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-style: normal;
    color: rgb(130, 130, 130);
}

.texto_contactanos p {
    float: left;
    font-size: 12px;
    width: 93.051974%;
    height: auto;
    text-align: left;
    line-height: 15px;
    word-wrap: break-word;
    margin-left: 12px;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-style: normal;
    color: rgb(130, 130, 130);
}
.button-rojo
{
    background: #d90202;
    background: -webkit-gradient(linear, left top, left bottom, from(f95e57), to(#d90202) );
    background: -moz-linear-gradient(-90deg, f95e57, #d90202);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='f95e57', endColorstr='#d90202');
}

.button-rojo:hover
{
   background: f95e57;
    background: -webkit-gradient(linear, left top, left bottom, from(#d90202), to(f95e57) );
    background: -moz-linear-gradient(-90deg, #d90202,f95e57);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d90202', endColorstr='f95e57');            
}

.button-rojo:active
{
    background: 9a2d28;
}

.button-rojo
{
margin-bottom: 14px;
margin-left: 28px;
cursor: pointer;
height: 30px;
width: 134px;
font: bold 14px'Trebuchet MS',Arial, Helvetica;
line-height: 2;
text-align: center;
color: #fff;
border: 1px solid #9c9c9c;
border: 1px solid rgba(0, 0, 0, 0.3);
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 .05em rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
border-radius: 3px;
-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}

.button-rojo, button-rojo span
{
	float: right;
	margin-top: 29px;
margin-right: 49px;
    -moz-border-radius: .3em;
    border-radius: .3em;
	-webkit-font-smoothing: antialiased;
	width: 120px;
	height: 29px;	
}


.button-rojo span
{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding:0.4em 2.0em;
	color:white;
}

.button-rojo:hover
{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button-rojo:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

.telefonos_img_blancos {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
	margin-bottom:18px;
    clear: both;
    color: rgb(0, 0, 0);
}


#box8 {
    float: left;
    height: 109px;
    margin-left: -142.928125%;
    margin-top: 2817px;
    clear: none;
    width: 15.3%;
}

#box {
    float: left;
    height: 23px;
    margin-left: 0.15%;
    margin-top: 0px;
    clear: none;
    width: 99.85%;
}

#text {
    float: left;
    font-size: 11px;
    width: 21.835879%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 14px;
    word-wrap: break-word;
    margin-left: -0.00625939%;
    margin-top: 6px;
    clear: none;
    min-height: 0px;
    color: rgb(133, 132, 132);
    font-style: normal;
}

#textspan {
    float: none;
    font-size: 13px;
    line-height: 1em;
}



#box1 {
    float: left;
    height: 677px;
    margin-left: 26.4%;
    margin-top: -1908px;
    clear: none;
    width: 42.6%;
    background-color: rgb(255, 255, 255);
}

#resena_artista {
    float: left;
    height: 499px;
    margin-left: -0.5px;
    margin-top: 68px;
    clear: none;
    width: 94.382022%;
}

#text6 {
    float: left;
    font-size: 12px;
    width: 86.538201%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.1em;
    word-wrap: break-word;
    margin-left: 16px;
    margin-top: 86px;
    clear: none;
    min-height: 0px;
    font-style: normal;
    color: rgb(130, 130, 130);
}

#textspan3 {
    float: none;
    font-size: 13px;
    line-height: 1em;
}

#text7 {
    float: left;
    font-size: 14px;
    width: 93.051974%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 16px;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-style: normal;
    color: rgb(130, 130, 130);
}

#textspan4 {
    float: none;
    font-size: 13px;
    line-height: 1em;
}


#textspan5 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}



#textspan6 {
    float: none;
    font-size: 13px;
    line-height: 1em;
}


#text11 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.1em;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-style: normal;
    color: rgb(255, 255, 255);
}

#textspan7 {
    float: none;
    font-size: 13px;
    line-height: 1em;
}

#image3 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0.5px;
    clear: both;
    color: rgb(0, 0, 0);
}

#lista_telefono {
    float: left;
    height: 224px;
    margin-left: 8.561828%;
    margin-top: 28px;
    clear: both;
    width: 84.301075%;
    background-image:url("../images/theme_2014/reticula.png");
    background-attachment: inherit;
    background-size: auto;
    background-position: 0% 14.1%;
    background-repeat: no-repeat no-repeat;
}

.input_contacto {
	margin-top:	10px;
	height: 41px;
    float: left;
    margin-left: 0%;
    clear: none;
    width: 99.74359%;
    float: none;
	clear: none;
	margin-right: auto;
	background-color: rgb(239, 239, 239);
	font-family: arial;
	font-size: 13px;
	color: gray;
	line-height: -82px;
	-webkit-font-smoothing: antialiased;
	border: inherit;
}

#imput_mensaje_contacto {
	-webkit-font-smoothing: antialiased;
	font-family: arial;
    font-size: 13px;
    float: left;
    height: 118px;
    margin-left: 0.25641026%;
    margin-top: 10px;
    clear: both;
    width: 99.74359%;
    background-color: rgb(239, 239, 239);
	border: inherit;
}

#image1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 64.263646%;
    margin-top: 34px;
    clear: both;
    color: rgb(0, 0, 0);
}

#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 8.650875%;
    margin-top: 30px;
    clear: both;
    color: rgb(0, 0, 0);
}

#textspan1 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}



#text4 {
    float: left;
    font-size: 15px;
    width: 93.051974%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 16px;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-style: normal;
    color: rgb(130, 130, 130);
}

#textspan2 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(255, 0, 0);
}

.campos_contacto {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 125.5px;
    clear: none;
    width: 80.329557%;
    margin-right: auto;
}

#text5 {
    float: left;
    font-size: 12px;
    width: 93.051974%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 16px;
    margin-top: 17px;
    clear: both;
    min-height: 0px;
    font-style: normal;
    color: rgb(130, 130, 130);
}

#icono_qm_rojo {
float: none;
width: auto;
max-width: 100%;
height: auto;
margin-left: 93;
margin-top: 29px;
clear: none;
color: rgb(0, 0, 0);
margin-right: auto;
}

#texto_ciudades {
float: left;
font-size: 13px;
width: 58.30676%;
height: auto;
text-align: left;
font-weight: normal;
line-height: 19px;
word-wrap: break-word;
margin-left: 0.03125px;
margin-top: 0px;
clear: none;
min-height: 113px;
font-style: normal;
color: rgb(255, 255, 255);
}

#textspan10 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}

#numeros_blanco {
    float: right;
    font-size: 14px;
    width: 39.931441%;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1.4em;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 113px;
    font-style: normal;
    color: rgb(255, 252, 252);
    margin-right: -0.16741071%;
}

#textspan9 {
float: none;
font-size: 12px;
line-height: 19px;
}

#textspan8 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}

#textspan11 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}

#textspan12 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}

#textspan13 {
    float: none;
    font-size: 12px;
    line-height: 1em;
}

#box7 {
    float: left;
    height: auto;
    margin-left: 7.311828%;
    margin-top: 30px;
    clear: both;
    width: 85.712366%;
}

#box6 {
    float: left;
    height: auto;
    margin-left: 7.311828%;
    margin-top: 25px;
    clear: both;
    width: 85.712366%;
}

