@charset "UTF-8"; 
body {
	background-image: url(/figuras/bgpartyinrio2.jpg);
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
}
h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h1 {
	font-size: 24px;
	color: #FFF;
}
h2 {
	font-size: 24px;
	color: #0F0;
}
h3 {
	font-size: 24px;
	color: #0CF;
}
h4 {
	font-size: 24px;
	color: #0F0;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #FF0;
}
ul {
margin: 0;
padding-left: 1em;
}
li {
  padding: 1px;
  margin-bottom:10px;
}
table, td, tr {
	border-color:#F39;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.column1 {  float: left;
  width: 33.33%;
  padding: 10px;
}
.column1 {    width: 100%;
}

