@charset "utf-8";
@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('../fonts/caviar_dreams_bold-webfont.eot');
    src: url('../fonts/caviar_dreams_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caviar_dreams_bold-webfont.woff') format('woff'),
         url('../fonts/caviar_dreams_bold-webfont.ttf') format('truetype'),
         url('../fonts/caviar_dreams_bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsbold_italic';
    src: url('../fonts/caviardreams_bolditalic-webfont.eot');
    src: url('../fonts/caviardreams_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caviardreams_bolditalic-webfont.woff') format('woff'),
         url('../fonts/caviardreams_bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/caviardreams_bolditalic-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fonts/caviardreams-webfont.eot');
    src: url('../fonts/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caviardreams-webfont.woff') format('woff'),
         url('../fonts/caviardreams-webfont.ttf') format('truetype'),
         url('../fonts/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('../fonts/caviardreams_italic-webfont.eot');
    src: url('../fonts/caviardreams_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caviardreams_italic-webfont.woff') format('woff'),
         url('../fonts/caviardreams_italic-webfont.ttf') format('truetype'),
         url('../fonts/caviardreams_italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular_0.eot');
    src: url('../fonts/myriadpro-regular_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular_0.woff') format('woff'),
         url('../fonts/myriadpro-regular_0.ttf') format('truetype'),
         url('../fonts/myriadpro-regular_0.svg#MyriadProRegular') format('svg');
}

body {
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	
}
.clear{ height:20px;}
h1 {
	color:#FFF;
	font-size:30px;
	font-family: 'caviar_dreamsregular';
	/*background: url(../images/hsback.png) repeat-y scroll left top;*/
	display:block;
	padding:2px
}
h1:first-letter {
	color:#C00000;
	font-size:30px;
	font-family: 'caviar_dreamsbold';
    font-weight: bold;
}
h2 {
	color:#FFF;
	font-size:25px;
	font-family: 'caviar_dreamsregular';
	height: auto;
    /*background: url(../images/hsback.png) repeat-y scroll left top;*/
	display:block;
	padding:2px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	background:#000;
	padding-left:20px;
-webkit-box-shadow: 0px 0px 36px -10px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 36px -10px rgba(255,255,255,1);
box-shadow: 0px 0px 36px -10px rgba(255,255,255,1);

}
h2:first-letter {
	color:#C00000;
	font-size:25px;
	font-family: 'caviar_dreamsregular';
    font-weight: bold;
}
h3 {
	color:#FFF;
	font-size:20px;
	font-family: 'caviar_dreamsregular';
	height: auto;
   /* background: url(../images/hsback.png) repeat-y scroll left top;*/
	display:block;
	padding:2px;
	line-height:0px;

}
h3:first-letter {
	color:#C00000;
	font-size:20px;
	font-family: 'caviar_dreamsregular';
    font-weight: bold;
}



.content {
	margin: 0 auto;
	width: 1000px;
	background:url(../images/transparent.png) repeat;
	padding-bottom:20px;
	
	
}

.header{
	width:1000px;
	height:51px;
	padding-top:10px;
	margin:0 auto;
	z-index:10000 !important;
	
	}
.logo{
	width:68px;
	height:51px;
	float:left;
	margin-left:10px;
	}
.iconos {
	float: right;
	width: 90px;
	height: 34px;
	padding:3px;
}
.iconos .fb {
	float: left;
	width: 15px;
	height: 15px;
	background:url(../images/fb.jpg) no-repeat;
	border-right: solid 1px #FFF; 
	margin-right:2px;
	padding-right:2px
}
.iconos .tw {
	float: left;
	width: 15px;
	height: 15px;
	background:url(../images/tw.jpg) no-repeat;
	border-right: solid 1px #FFF; 
	margin-right:2px;
	padding-right:2px
}
.iconos .yt {
	float: right;
	width: 35px;
	height: 20px;
	background:url(../images/yt.png) no-repeat;
	margin-right:2px;
	padding-right:2px
}

.noticias {
	height: 200px;
	width: 960px;
	margin:30px auto;
	color:#FFF
}


.contenido{
	width: 960px;
	margin:30px auto;
	color:#FFF;
	text-align:justify
}
.contenido img{
	margin:10px;
}

#footer {
	background-color: #400000;
	font-size:12px;
	padding:20px 0;
	height: 30px;
	width: 100%;
	color:#FFF;
	text-align:center
}

/*noticias*/

.home_inf
{
    float: left;
    width: 225px;
    height: 154px;
    position: relative;
    overflow: hidden;
    margin: 0px 10px 19px;
}

.home_inf1
{
    margin-left: 0px;
}

.home_inf4
{
    margin-right: 0px;
}

.home_inf img
{
    float: left;
    width: 225px;
    height: 154px;
    position: relative;
}

.home_inf span
{
    font-family: arial;
	font-size:11px !important;
    width: 220px;
    height: 90px;
    position: absolute;
    top: 155px;
    background: url(../images/bn.png) repeat scroll center center;
    color: #FFFFFF;
    left: 0px;
    padding: 10px;
    font-size: 0.8em;
}

.home_inf span a
{
    color: #FFFFFF;
    text-decoration: none;
}
.banner_down {
	background-color: #000;
	margin: 0 auto;
	height: 150px;
	width: 960px;
}
div#espectaculos
{
    float: left;
    position: relative;
	width:960px;
    height:270px;
    margin: 0 auto;
}

div#espectaculos div
{
    float: left;
    position: relative;
    width: 178px;
    min-height: 1px;
    height: auto;
    margin: 6px;
}

div#espectaculos div img
{
    float: left;
    position: relative;
    width: 100%;
    min-height: 1px;
    height: auto;
    margin: 2px;
}

div#espectaculos div:hover img
{
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.iconos_e {
	float: left;
	height: 270px;
	width: 180px;
	margin:0 6px;
}
.iconos_e:hover {
	float: left;
	height: 270px;
	width: 180px;
	margin:0 6px;
}
div#espectaculos div:hover img
{
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.iconos_e img {
	padding:0 !important;
	margin:0 auto;
	text-align:center
}
/*galeira*/
.caption, div.img .caption{
	width:100%; height:100%; background:url(../images/bg-caption.png);
	position:absolute;
	font-size:30px;
	color:#000;
	padding:3%;
	line-height:25px;
	display:none;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

#tab_content{
	width:96%;	
	padding:0px 2%;
	min-height:500px;
}
#tab_content li{
	/*padding: 20px 0;
	border-bottom:1px solid #aaa;*/
}
#tab_content ul{
	margin-bottom:20px;
}
#tab_content div.img{
	/*padding: 5px;
	border:1px solid #aaa;*/
	max-width: 30%;
	float:left;
	margin-right: 20px;
	position:relative;
}
#tab_content div.img img{
	/*padding: 5px;
	border:1px solid #aaa;*/
	max-width: 100%;
}

.zoom{
	position:absolute;
	top:50%;
	left:50%;
	width:70px;
	height:70px;
	background:url(../images/zoom.png) no-repeat center #292929;
	margin:-35px 0 0 -35px;
}
/*fin galeria*/
#contact input[type="text"]{
	height:30px; float:right; padding:5px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#3f3f3f;
	color:#fff;
}
#contact .write input[type="text"]{
	width:70%;
}
#contact .log input[type="text"]{
	width:60%;
}
#contact textarea{
	color:#fff;
	width:96%; margin-right:10px; padding:5px 2%;
	min-height:100px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#3f3f3f;
}
/*contact button greeen*/
.bot_verde, .bot_rojo, .bot_naranja{
  display: inline-block; 
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FD1E26;
  *background-color: #FD1E26;
  border: 0;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background: #ff3019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */

  
 
}

.bot_verde {
  color: #ffffff;
  background-color: #FD1E26;
  *background-color: #FD1E26;
  
  background: #ff3019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */

 
}

.bot_verde:hover, .bot_rojo:hover, .bot_naranja:hover{ 
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.bot_verde:focus, .bot_rojo:focus, .bot_naranja:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bot_verde.active, .bot_rojo.active, .bot_naranja.active,
.bot_verde:active, .bot_rojo:active, .bot_naranja:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.titulos1 {
	color:#FFF;
	font-size:30px;
	font-family: 'caviar_dreamsregular';
	display:block;
	padding:2px
	font-weight: bold;
}

.titulos1:first-letter {
	color:#C00000;
	font-size:30px;
	font-family: 'caviar_dreamsbold';
    font-weight: bold;
}


#apDiv2 {
	height: 55px;
    left: 86px;
    position: fixed;
    top: 56px;
    width: 28px;
    z-index: 1;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #ed1c24;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #d1101a;
  text-decoration: none;
}
	