body{
	margin:0;
	padding:0;
	color:#000;
}
.letras {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
}

.chica {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	text-align:left;
}

.contactos {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	text-align:left;
}

.enlace {
	color: #366DAF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
}

.enlace:hover {
	text-decoration: underline;
	color: #498BAD
}

.blanca {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase
}

.blanca:hover {
	text-decoration: underline;
}

.aloja {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	letter-spacing: 1px;
	color: #000000; 
	line-height: 18px;
	text-decoration: none;
}

.link_aloja {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	letter-spacing: 1px;
	color: #007700;
	text-decoration: none;
}

.link_aloja:hover {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	letter-spacing: 1px;
	color: #339900;
	text-decoration: none;
}

.pie {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	letter-spacing: 0px;
	color: #B1B8BC; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

.titulo {
	background-color: #1B4B65;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
  font-size: 9px;
	padding:0 0 0 18px;
	margin:0;
	text-decoration: none;
}
.titulo a{
  color:#FFF;
  text-decoration:none
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: normal;
	margin:0;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
    line-height: 16px;
	word-spacing: 2px;
	font-weight: normal;
	padding:0;
	margin:0;
	text-decoration: none;
}
.galeria{
	padding:0 0 10px 0;
}
.galeria a{
	color:#06334B;
	text-decoration:none;
}
.galeria a:hover{
	color:#007700;
}

/* Redes sociales */
.tabs{
	clip:inherit;
	right:-95px;
	top:100px;
	position:fixed;
	height:59px;
	padding-top:16px;
	width:122px;
	z-index:11;
	display:block;
}
.tabs a{
	clear:both;
	float:right;
	padding-right:10px;
	padding-bottom:12px;
	width:76px;
	display:block;
}
.tabs img{
	border:0
}
.twitter{
	background-image:url(/img/twitter_bg.png);
	background-repeat:no-repeat;
	top:80px;
}
.facebook{
	background-image:url(/img/facebook_bg.png);
	background-repeat:no-repeat;
	top:155px;
}
.youtube{
	background-image:url(/img/youtube_bg.png);
	background-repeat:no-repeat;
	top:231px;
}
.google{
	background-image:url(/img/google_bg.png);
	background-repeat:no-repeat;
	top:306px;
  padding-top: 14px;
}
.tabs .gplus{
	clear:both;
	float:right;
	padding-right:10px;
	padding-bottom:12px;
	width:76px;

  overflow:hidden;
}
.gplus img{
  padding: 4px 0 10px 0;
}
.gplus div{
  margin-left:7px;
}

TABLE.listado{width:500px;margin:0 0 10px 0;font-size:11px;color:#052739;}
TABLE.listado TD{vertical-align:middle;border-bottom:solid 1px #e3e3e3;}
TD.nombre{padding-left:0px;width:250px;height:18px;}

	.teatros, .teatro, .obra ul{
	  margin:0;
	  padding:0;
	  font-family: Arial, Helvetica, sans-serif;
	}
	.teatros li{
		list-style-type: none;
	}
	.teatro{
		font-size: 24px;
	  color: #063148;
	  font-weight: 500;
	  text-transform: uppercase;
	  padding-top: 25px;
	  float: left;
	  clear: left;
	}
	.teatro span, .teatros ul li{
		text-transform: none;
	}
	.teatro span{
		font-size: 11px;
	  color: #777777;
	  display: block;
	}
	.obra{
		width:485px;
		float: left;
		clear: both;
		position: relative;
		padding: 10px;
		margin: 10px 0 0 0;
		border-top:solid 1px #66CC00;
		background-color:#EFEFEF;
		color: #66CC00;
	  font-size: 22px;
	  font-weight: 400;
	}
	.obra ul{
		font-size: 12px;
  	color: #666;
	}
	.obra img{
		float:right;
		margin-top:-26px
	}