@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700,900);
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1f1f1f;
}
#todo {
	background-color: #1f1f1f;
	width:100%;
	max-width: 1280px;
	text-align:center;
}
#todo tr #bcn08 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 440px;
}
#todo tr #redes {
	background-color: #333;
	background-image: url(fondos/bg-redes.jpg);
	background-repeat: repeat-x;
	height: 61px;
}
#todo tr #bcn08 #barra {
	/* width: 1000px; */
	width:100%;
	max-width: 1280px;
	text-align:center;

}
#bcn08 {  background: url(<?php echo $path . $img ?>) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #364D76;}
#todo tr #bcn08 #barra tr #bg80 {
	background-image: url(fondos/bg80.png);
	background-repeat: repeat;
	font-family: 'Exo 2', Arial, serif;
	font-weight: 700;
	letter-spacing: 7px;
	font-size: 22px;
	color:#FFF;
}

.titulo {
	font-family: 'Exo 2', Arial, serif;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 5px;
}
.txtbl {
	font-family: 'Exo 2', Arial, serif;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: left;
}
.txtgris {
	font-family: 'Exo 2', Arial, serif;
	font-weight: 400;
	color: #d7d7d7;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: left;
}
a:link 		{color:#ffffff; text-decoration:none; }
a:visited 	{color:#ffffff; text-decoration:none; }
a:active 	{color:#ffffff; text-decoration:none; }
a:hover 	{color:#ff7200; text-decoration:underline; }
