/* CSS Document */





.float{
	position:fixed;
	width:90px;
	height:90px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:60px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}




.my-float{
	margin-top:16px;
}

img {
	max-width: 100%;
	
}



#productora{
	color:#CCC;
	text-align: center;
	position: absolute;
	background-color:#000;
	padding-left:20px;
	padding-right:20px;
	left: 0px;
	top:0px;
	width: 142px;
	z-index:2;
}


body {


	background-image: url(../imagenes/bgb.gif);
}

body,td,th {
	
	

}



@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url("Dosis/Dosis-Regular.ttf");
}


@font-face {
  font-family: 'Duru Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Duru Sans'), local('DuruSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/durusans/v3/0rnIdjSQWlqFS5KpKzVfzj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Imprima';
  font-style: normal;
  font-weight: 400;
  src: local('Imprima'), local('Imprima-Regular'), url(http://themes.googleusercontent.com/static/fonts/imprima/v1/Lw4J4XiH21tNmX0DzARuSA.woff) format('woff');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(http://themes.googleusercontent.com/static/fonts/dosis/v1/xIAtSaglM8LZOYdGmG1JqQ.woff) format('woff');
}

@font-face {
 font-family: Calibri;
 src: url("calibri.eot") /* EOT file for IE */
}
@font-face {
 font-family: CalibriIE;
 src: url("calibri.TTF") /* TTF file for CSS3 browsers */
}



.linea{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef
	;	
}

.linea-oscura{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999	;
}

.linea-gruesa{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999	;
}

.linea-puntos{
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D1D1;
}

.menu {
	
}

.titulo {
	font-size: 20px;
	color: #1da797;
}
.titulo-grande {
	font-size: 30px;
}

.titulo11 {
	font-size: 17px;

	color: #1da797;
}
.titulo2 {
	font-size: 16px;
	color: #EEE;
	margin-left: 5px;
}
.subtit {
	font-size: 22px;
		color: #666;
}
.subtit1 {
	font-size: 22px;
	font-weight: normal;
	color: #1da797;
}
.subtit2 {
	font-size: 26px;
	font-weight: normal;
	color: #1da797;
}
.nombre {
	color: #666;
	line-height: 18pt;
}
.staff {
	color: #1da797;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-family: 'Roboto Slab',serif;
}

a.azul:link {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
a.azul:visited {
	text-decoration: none;
	color: #0000CC;
}
a.azul:hover {
	text-decoration: underline;
	color: #000000;
}
a.azul:active {
	text-decoration: none;
	color: #0000CC;
	
	font-weight: bold;
}

a.negro:link {
	color: #000000;
	text-decoration: none;
	
}
a.negro:visited {
	text-decoration: none;
	color: #000000;
}
a.negro:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.negro:active {
	text-decoration: none;
	color: #000000;
	
}

a.rojo:link {
	color: #FF0000;
	text-decoration: none;
	
}
a.rojo:visited {
	text-decoration: none;
	color: #FF0000;
}
a.rojo:hover {
	text-decoration: underline;
	color: #000000;
}
a.rojo:active {
	text-decoration: none;
	color: #FF0000;
	
	
}

a.blanco:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 28px;
	
}
a.blanco:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 28px;
}
a.blanco:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 28px;
}
a.blanco:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	
	
}

a.float:link {
	color: #FFFFFF;
	text-decoration: none;

	
}

a.float:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
a.float:hover {
	text-decoration: none;
	color: #25d366;
	
}
a.float:active {
	text-decoration: none;
	color: #FFFFFF;
	
	
	
}



.fondo-tabla {
	background-color: #FFF;
	margin: 20px;
}
.fondo-con-fotito {
	background-image: url(imagenes/la-scala-logo-color-cuadrado.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-attachment: fixed;
	background-position: right top;
	background-repeat: repeat;
	overflow: auto;
}
.fondo-con-fotitoCopia {
	background-image: url(imagenes/fotitos-color-horizontal1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

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

.fondo-con-fotito-vertical {
	background-image: url(imagenes/separador.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
}
.firma {
	font-size: x-small
}
.fondoCopia {
	background-image: url(imagenes/fondo000.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-attachment: fixed;
	background-position: right top;
	background-repeat: no-repeat;
}
.fondo {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-attachment: fixed;
	background-position: right top;
	background-repeat: repeat-y;
	text-align: center;
	margin: auto;
}


div.centrado{
	text-align: center;
	margin: auto;
}
div.centrado table {
	margin: auto;
	text-align: left;
}
.fondo-abajo-news {
	background-image: url(imagenes/bottom-news.jpg);
	background-repeat: no-repeat;
}
.dia {
	font-size: 50px;
	color: #B80409;
}
.mes {
	font-size: 30px;
	color: #A0A0A0;
	line-height: 10px;
}
.anio {
	font-size: 24px;
	color: #E2E0E3;
}
a.link1:link {
	color: #DD0000;
	text-decoration: none;
}
a.link1:visited {
	text-decoration: none;
	color: #DD0000;
}
a.link1:hover {
	text-decoration: none;
	color: #ECBF20;
}
a.link1:active {
	text-decoration: none;
	color: #DD0000;
}


/*--lista acordeón menú desplegable------------ */


ul.acorh,
ul.acorh * {
margin: 0;
padding: 0;
border: 0;
}
ul.acorh {
margin: 10px auto;
padding: 0;
list-style: none;
width: 100%;
font-size: 18px;
}
ul.acorh li {
list-style: none;
}
ul.acorh li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: none;
	color: #333333;
	border-bottom: 0px;
	border-top: 0px;
	text-decoration: none;
	box-sizing: border-box;
}
ul.acorh li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
}
ul.acorh li li a {
padding: 10px 10px 10px 40px;
background: none;
color: #1da797;
font-size: 16px;
border: 0;
border-bottom: 0px;
box-sizing: border-box;
}
ul.acorc li li:last-child a {
border-bottom: 0;
}

ul.acorh li:hover ul,
ul.acorh li:target ul {
max-height: 550px;
transition: .3s all ease-in;

}



ul.acorh li a:hover {
background: none;
color: #1da797;

}

/*--fin lista acordeón menú desplegable------------ */


/* Mobile view */

@media screen and (max-width:480px){

a.blanco:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	
}
a.blanco:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
}
a.blanco:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
}
a.blanco:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
	
	
}

}





/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  background-color:#FFF;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*fin de carousel*/

/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/


