@import url('https://fonts.googleapis.com/css?family=Teko:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* 
RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
W}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {

	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F5F5F5;
	}
h1{
	font-family: 'Teko', cursive;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
}
h2 {
	font-family: 'Teko', sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
}
h3 {
	font-family: 'Teko', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
}
h4 {
	font-family: 'Teko', sans-serif;
}
h5 {
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}


p {
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 5px;
}
a {
	color: #000;
}
b {
	font-weight: 600;
}

.clear {
	float: left;
	width: 100%;
}


.soloMovil {
	display: none;
}
.contenedor01 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	min-width: 1000px;
	max-width: 1200px;
}

.logo01 a {
	font-family: 'Teko', sans-serif;
	color: #FFF;
	text-decoration: none;
}



header{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 10;
}

/* Sizes for the bigger menu */
header.large{
	height: 150px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../img/bg01.png);
	background-repeat: repeat-x;
}
header.large .logo01{
	display: block;
	float: left;
	width: 400px;
	font-size: 55px;
	line-height: 55px;
	color: #FFF;
	
}

header.large .headerDer {
	float: right;
	width: 600px;
}


header.large .headerDer .menuTop .separa{
	float: left;
	height: 55px;
	width: 0.2%;
	background-color: #FFF;
}



/* Sizes for the smaller menu */
header.small{
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../img/bg02.png);
	background-repeat: repeat;
}

header.small .logo01 {
	display: block;
	float: left;
	width: 320px;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
}
header.small .headerDer {
	float: right;
	width: 500px;
}
header.small .headerDer .menuTop .separa {
	float: left;
	height: 30px;
	width: 0.2%;
	background-color: #FFF;
}

.headerDer a {
	display: block;
	float: left;
	text-align: center;
}
.headerDer .redesTop {
	float: left;
	width: 100%;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 10px;
}
.headerDer .redesTop a   {
	width: 33.33%;
}
header.large .menuTop{
	float: left;
	width: 100%;
}


header.large .menuTop a {
	width: 24%;
	font-size: 18px;
	line-height: 55px;
	color: #F90;
	text-decoration: none;
}

header.large .redesTop img  {
	height: 48px;
	width: 48px;
}
header.small .redesTop img  {
	height: 24px;
	width: 24px;
}
header.small .menuTop {
	float: left;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
header.small .menuTop a {
	width: 24%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 800;
	color: #F90;
	text-decoration: none;
}



/*Transiciones CSS para animar el menú */
header,header nav,header a, header img,header li{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

#flash {
	float: left;
	width: 100%;
	height: 700px;
	background-size: cover;
	background-color: #CCC;
	min-width: 1000px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	background-image: url(../fotos-full-streaming/streaming-evento-empresa-01.jpg);
}
#flash .flashTop {
	float: left;
	height: 650px;
	width: 100%;
}
#flash .flashTop h1 {
	text-align: center;
	padding-top: 550px;
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
}

#flash .flashButtom {
	text-align: center;
	float: left;
	width: 100%;
}
.aviso3 {
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: bottom;
    background-color: #CCC;
    min-width: 1000px;
    background-image: url(../img/bg-remoto.jpg);
    border-color: #DEB194;
    border-style: solid;
    border-bottom-width: 5px;
    border-top-width: 5px;
}
.aviso3 .aviso3top {
    float: left;
    padding-top: 20px;
    margin-left: 60%;
    width: auto;
}
.aviso3 .aviso3top h1 {
    float: left;
    clear: left;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.aviso3 .aviso3top h2 {
    background-color: #FF9900;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.aviso3 .aviso3top ul {
    display: block;
    float: left;
    clear: left;
}



.cabecera {
	float: left;
	width: 100%;
	height: 200px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(../img/bgHeader01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cabecera02 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	min-width: 1000px;
}
.cabecera02 .top  {
	float: left;
	width: 100%;
}
header.large .cabecera02 .logo01{
	display: block;
	float: left;
	width: 350px;
	font-size: 55px;
	line-height: 55px;
	color: #FFF;
}
header.large .cabecera02 .headerDer{
	float: right;
	width: 650px;
}
header.large .cabecera02 .headerDer .menuTop{
	float: left;
	width: 650px;
}
header.large .cabecera02 .headerDer .menuTop a{
	font-size: 17px;
	line-height: 55px;
	color: #F90;
	text-decoration: none;
	display: block;
	float: right;
	padding-left: 25px;
}
header.large .cabecera02 .headerDer .menuTop a:hover {
	color: #FFF;
}



.titulo {
	color: #FFF;
}


.contenedorGris01 {
	float: left;
	width: 100%;
	background-color: #303030;
}
.contenedorGris02 {
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../img/bg-gris02.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.contenedorBlanco {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 35px;
}
.contenedorNaranjo {
	float: left;
	width: 100%;
	background-color: #FF9900;
	padding-top: 35px;
	padding-bottom: 35px;
}

.contenedorNegro {
	float: left;
	width: 100%;
	background-color: #333333;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #FFF;
}






.auspicios  {
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.auspiciosTitulo {
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.auspicios div img {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	height: auto;
	width: 150px;
}
.izq01 {
	overflow: hidden;
	text-align: center;
}
.izq02 {
	float: left;
	width: 350px;
	text-align: center;
}
.izq03 {
	text-align: justify;
	float: left;
	width: 60%;
}

.der01 {
	float: right;
	width: 405px;
	margin-left: 50px;
	text-align: center;
}
.der02 {
	width: 100%;
	padding-left: 450px;
	text-align: center;
}
.der03 {
	width: 35%;
	float: right;
	border: 1px dotted #F90;
	padding: 5px;
	font-size: 14px;
	line-height: 16px;
}

.img01 {
	height: auto;
	width: 100%;
}
.der01.experiencia {
	padding-bottom: 10px;
}

a.experienciaHome img {
	height: 225px;
	width: 225px;
}

.servicios {
	padding-top: 15px;
	display: table;
	float: left;
	width: 100%;
}


.servicios .separa {
	height: 30px;
	width: 5%;
	float: left;
	display: table-cell;
}

.boxServicio {
	float: left;
	width: 30%;
	display: table-cell;
	position: relative;
}
.boxServicio p.icono {
	text-align: center;
}
.boxServicio h3 {
	text-align: center;
}

.boxServicio p img {
	height: 48px;
	width: 48px;
}



.square{
	padding: 1em;
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;

}
.square:last-child{
  margin-right:0;
}
.square:before{
    content:"";
    display:block;
    padding-top:100%;
  float: left; 
  /*Flotando el elemento podemos usar el cuadrado como cualquier otra capa y podremos meter contenido. Pero dejará de ser responsive cuando el contenido sea mayor que su alto*/
}
.galeria01 {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.galeria01 a {
	display: block;
	background-size: contain;
}
img.radio01 {
	height: auto;
	width: 100%;
}
.formularioRadio {
	padding-top: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.formularioRadio .izq {
	float: left;
	width: 40%;
}
.formularioRadio .der {
	float: left;
	width: 40%;
}

.formularioRadio span {
	display: block;
	float: left;
	background-color: #CCC;
	color: #000;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
.formularioRadio input {
	padding: 5px;
	width: 80%;
	height: 30px;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
}
.formularioRadio textarea {
	padding: 5px;
	width: 80%;
	height: 70px;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
}


.formularioRadio .box1 {
	width: 20%;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.formularioRadio .box2 {
	width: 20%;
	height: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.formularioRadio .separa {
	float: left;
	height: 60px;
	width: 2%;
}
.formularioRadio .boton {
	display: block;
	float: left;
	width: 16%;
	color: #333;
	background-color: #CCC;
	font-size: 13px;
	line-height: 60px;
	padding: 5px;
	height: 70px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #999;
}
.playerRadioUltimo {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
.playerRadioUltimo .izq {
	float: left;
	width: 400px;
}
.playerRadioUltimo .izq img {
	height: auto;
	width: 100%;
}
.playerRadioUltimo .der {
	padding-left: 420px;
	width: 100%;
}
.radioAnteriores {
	float: left;
	width: 100%;
}
.radioAnteriores a.boxEpisodio {
	float: left;
	width: 24%;
	margin-right: 1%;
	padding-top: 10px;
	text-decoration: none;
	display: block;
}
.radioAnteriores a.boxEpisodio img{
	height: auto;
	width: 100%;
}

.canalIzq {
	float: left;
	width: 50%;
}
.canalDer {
	float: left;
	width: 50%;
	padding-left: 25px;
}
.canalDer a {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	text-decoration: none;
}
.canalDer a img {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 15px;
}




.video-responsive {
	position: relative;
	padding-bottom: 53.2%; /* 16/9 ratio */
	padding-top: 0px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.footer {
	text-align: center;
	float: left;
	width: 100%;
}
.footer p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.footer p a {
	color: #999;
	text-decoration: none;
}
.boxRedes {
	width: 30%;
	float: left;
	padding-right: 10px;
	min-height: 450px;
}
.boxContacto {
	float: left;
	width: 70%;
}
.boxContacto .input02 {
	padding: 5px;
	width: 100%;
}
.boxContacto .boton02 {
	padding: 3px;
}
.Telefonos {
	float: left;
	width: 30%;
	padding-left: 15px;
	text-align: right;
}
.Telefonos p a {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	text-decoration: none;
}

.video {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 35px;
}
.video h2 {
	padding-bottom: 15px;
}
.video #video {
	margin-bottom: 15px;
}
.aviso {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.aviso a {
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
}
.aviso a:hover {
	color: #F90;
}
.aviso a h4 {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}
.aviso2 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
}
.aviso2 h4  {
    font-size: 32px;
    line-height: 40px;
    color: #FF0202;
}
.aviso a h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 15px;
}



.fotosEmpresa img {
	height: auto;
	width: 100%;
	border: 4px solid #F90;
}
.clientes {
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.clientes div {
    float: left;
    width: 10%;
    padding: 5px;
}
.clientes div img {
	height: auto;
	width: 100%;
}
.portafolioIzq {
	float: left;
	width: 60%;
	padding-right: 20px;
}
.portafolioDer {
	float: left;
	width: 40%;
}
.portafolioDer img {
	height: auto;
	width: 100%;
}
ul.lista01 {
	padding-left: 18px;
}
ul.lista01 li {
	list-style-type: square;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.vinculoDestacado {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
}
.portafolioEmpresa div a img {
	width: 200px;
	height: auto;
}
