body{
	background-attachment: fixed;
	background-image: url(../img/light_toast.png);
	margin: 0;
}

a img{
	border: 0;
}

#contenttodo{
	/*background: #ddd;*/
}

/*CSS header*/
header{
	/*background: green;*/
	border-bottom: 1px solid;
	border-color: #1F2021;
	border-bottom-style: inset;
}

header h1{
	/*background: #fff;*/
	text-align: center;
	margin: 0;
	margin-top: 20px;
}

header nav{
	/*background: #fff;*/
}

/*CSS section video*/
section{
	/*background: green;*/
	margin-top: 20px;
}

object{
	border: 1px solid;
	border-color: #ccc;
}

article #txttitulo{
	/*background: #fff;*/
	color: #ee7425;
	font: bold 1.1em/1 'trebuchet MS', Georgia, Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	padding: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(239,242,237,.5);
}

article #txtinfo{
	/*background: #fff;*/
	color: #747475;
	font-family: 'trebuchet MS', Georgia, Arial, Helvetica, Sans-Serif;
	padding: 5px;
	text-align: justify;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(239,242,237,.5);
}

/*CSS footer*/
footer{
	/*background: #373839;*/
	margin-top: 20px;
}

footer #titulosfoot{
	/*background: #fff;*/
	border-bottom: 1px solid;
	border-color: #747475;
	color: #ee7425;
	font-family: 'WeblySleek UI Semibold', Georgia, Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	padding: 5px;
}

footer #tituloproxevent{
	color: #ee7425;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

footer #txtproxevent{
	border-bottom: 1px solid;
	border-color: #D7D7D7;
	color: #373839;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

footer #tituloultimoevent{
	color: #ee7425;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

footer #txtultimoevent{
	border-bottom: 1px solid;
	border-color: #D7D7D7;
	color: #373839;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

footer #infocontacto{
	/*background: #fff;*/
	border-bottom: 1px solid;
	border-color: #D7D7D7;
	color: #373839;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

footer #copy p{
	background: #1F2021;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	margin-top: 0;
	padding: 5px;
}






