
@charset "utf-8";
/* CSS Document */


:focus{outline: 0;}
.clearfloat{clear:both;}

body {
	font-size: 18px;
	 /* bottom = footer height */
}

html {
    position: relative;
    min-height: 100%;
}

ol, ul {list-style: none;
}
ul{	margin:0; padding:0;
}
table {border-collapse:separate; border-spacing: 0;
}
caption, th, td {text-align: left; font-weight: normal;
}
legend{white-space:normal;
}
strong{font-weight: bold;
}
img{float:none; border:none;
}

a img{border:none}
a{/* float:none; *//* text-decoration:none; *//* outline:none; *//* color:#fff; */}
a:hover{text-decoration:underline; outline:none; color: #fff;}

.on{color:#fff; text-decoration:none; outline:none;}

p{
}


/*//////////////////////////////////////   FIN DE RESET CSS /////*/

#wrapper{
	width:100%;
	height:100%;
	float: left;
}

#header{
	width:100%;
	height:177px;
	z-index:5;
}

#interiorHeader{
	width:740px;
	margin:0 auto;
	height:110px;
}

#logo{
	float:left;
	/* width:156px; */
	/* margin-top:22px; */
}

#logo2{
	float:right;
	width: 206px;
	/* margin-top:14px; */
}


.content,#content{
	width: 100%;
	margin:0 auto;
}


#footer{
}

#footer p{
	text-align:center;
	color:#7b7b7b;
	font-size:12px;
}


#footer p a{
	color:#7b7b7b;
	
}

#footer a:hover{
	color:#fff;
	text-decoration:none;
	
}

h1 {
    width: 90%;
    margin-left: 5%;
    box-sizing: border-box;
}

.destacado{
	font-style:italic;
	font-weight:bold;
}

.miga{
	font-size: 15px;
	/* margin-top:20px; */
	/* float:left; */
	width: 100%;
	margin: 5px 0 -6px;
}


/****************************
******     MENU   ***********
****************************/


#nav_desk{
	float:left;
	margin-top:15px;
	width: 100%;
}

#nav_desk ul li{
}

#nav_desk ul li a.last{
	float:left;
	margin-right:0;
	padding-left:15px;
	padding-right:15px;
	margin-right:0px;
}



#nav_desk ul li a{
	/* padding-left:16px; */
	/* padding-right:17px; */
	/* text-decoration:none; */
	/* font-size:14px; */
	/* margin-right:3px; */
	font-size: 15px;
}

#nav_desk ul li a:hover{
	color: #c2002f;
}

.selected{
	color: #c2002f;
}

/****************************
******     CONTENT   ***********
****************************/

#imgCabecera{
	float:left;
	margin-top:20px;
	width: 100%;
}

#imgCabecera img{
	width: 100%;
	height: auto;
	border-radius: 0;
}



#textContent1{
	float:left;
	margin-top:20px;
	width:430px;
}

#textContent1 p{
	font-size:14px;
	line-height:20px;
}


#logoEscena{
	float:right;
	width:250px;
	margin-top:95px;
}

#logoEscena img{
	width:250px !important;
}



#logoSmedia{
	float:right;
	width:245px;
	margin-top:90px;
}



#destacadoDer{
	float:right;
	width:245px;
	margin-top:100px;
}

#destacadoDer p{
	text-align:center;
	font-size:18px;
	line-height:24px;
}

#destacadoDer a{
	text-align:center;
	font-size:22px;
	width:215px;
	display:block;
	background-color:#c2002f;
	padding:15px;
	border-radius:3px;
	text-transform:uppercase;
}


#textContent2{
	float:left;
	margin-top:20px;
	width:430px;
}

#textContent2 p{
	font-size:14px;
	line-height:20px;
}


#obras{
	float:left;
	margin-top:20px;
}

#obras ul li{
	float:left;
}

#obras ul li a{
	margin-right:3px;
}



#obras ul li img{
	border:1px solid #4F4F4F;
}


#entradas{
	float:left;
	margin-top:20px;
	width:740px;
}

#tikets{
	float:right;
	width:350px;
	margin-top:90px;
}

#tikets img{
	width:350px;
}


/****************************
******     ENTRADAS   ***********
****************************/


.formTable{
	float:left;
	width:120px;
	margin-bottom:20px;
	margin-right:8px;
}



.textInput{
	color:#333;
	font-size:13px;
	padding-bottom:4px;
	padding-top:8px;
	width:200px;}


.input_style {
	border: 1px solid #4F4F4F;
    height: 14px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:12px;
	padding-top:12px;
    width: 200px;
	background-color:#191919;
	color:#fff;
}
.input_style2 {
	border: 1px solid #4F4F4F;
    height: 14px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:12px;
	padding-top:12px;
    width: 109px;
	background-color:#191919;
	color:#fff;
}



.select_style {
    border: 1px solid #4F4F4F;    
	color: #fff;
    display: block;
    font-size: 11px;
    height: 40px;
    padding-left:5px;
	padding-right:15px;
	padding-bottom:8px;
	padding-top:8px;
    width: 130px;
	background-color:#191919;
	border-radius:0;
}

.textarea_style {
    border: 1px solid #CCCCCC;
    height: 99px;
    padding: 8px;
    width: 384px;
	/*background-color:#1E1E1E;*/
	color:#333;
}

.enviar {
 	cursor: pointer;
    font-style: normal;
	padding-top:0px;
    height: 41px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: 131px;
	background: #c2002f; /* Old browsers */
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	margin-top:28px;
}

.enviar:hover {
	background: #c2002f; /* Old browsers */

}




#menuMovil{
	display:none;}


