* {
	margin: 0;
	padding: 0;	
}

html, body {
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
}

a:link{
	color: #666666;
	text-decoration:none;
}

a:visited{
	color: #666666;
	text-decoration:none;	
}

a:hover{
	color: #666666;
	text-decoration:underline;
}

a:active{
	color: #666666;
	text-decoration:none;
}

.separador {
	clear: both;
	height: 10px;
}


#cabecera{
	text-align:center;
	width:679px;
	height:auto;
	margin:0 auto;
}

#cabecera.tablas{
	width:auto;
	height:auto;
	border:none;
	padding:0;
}

#linea-enlaces{
	text-align:center;
	margin:auto;
	width:572px;
}

#linea-enlaces .enlaces{
	text-align:center;
	margin:auto;
	border:none;
	width:140px;
	height:65px;
	padding:3px;
}

#galeria-videos{
	text-align:center;
	margin:auto;
	width:679;
}

#galeria-videos .video{
	float:left;
	margin:5px;
}

.pie{
	width:900px;
	margin:auto;
}

.enlace1{
	font-weight:bold;
	float:left;
}

.enlace2{
	font-weight:bold;
	float:right;
}

#centrado-tablas{
	text-align: center;
	width:auto;
	margin:0 auto;
}

#centrado-tablas .tablas1 {
margin: 0 auto;
text-align: center;
}
