html, body{
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#111119;
	text-align:justify;
	background-image:url(../imagenes/background3.jpg);
	background-attachment: fixed; /*scroll, fixed*/
	background-position: center top; 
	background-repeat: repeat; 
	/* para que no se corran los flash al cargar Contenido */
	height:100%; /* this is the key! */ 
	margin: 0 0 1px; 
	padding: 0;
	
}
#header{

}

#footer{

}

#contenido{
}

#menu{
	width:100px;
	float:left;
}

#preloader{

}

table {border-collapse:collapse; border: none;} 
td {padding: 0;}

.borderit img{
margin: 7px 0px 0px 7px;
padding:0px;
border: 0px solid #333333;
}

.borderit:hover img{
margin: 5px -2px -2px 5px;
padding:0px;
border: 2px solid #780000;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

a:link {
color: #FFFFFF;
text-decoration: none;}     /* unvisited link */

a:visited {color: #FFFFFF}  /* visited link */

a:hover {
color: #780000;
text-decoration: underline;}   /* mouse over link */

a:active {color: #780000}   /* selected link */

.title
{
	  font-size: 16px;
	  font-family: Arial;
	  color:#FFFFFF;
}

div.imgvid
{
  margin: 5px;
  height: 106px;
  width: auto;
  float: left;
  text-align: center;
}	
div.descvid
{
  text-align: center;
  font-size: 11px;
  color: #000000;
  width: 120px;
  margin: 2px;
}

