@charset "utf-8";
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #000000;
	background-image: url(images/pixsic-fondo-de-hielo.jpg);
	background-position: center top;
	background-attachment: fixed;
}
.textolink {
	color: #FFFFFF;
	text-decoration: none;
}
.titulos {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 18px;
}
.destacado {
	font-weight: bold;
	color: #FF0000;
}
.lineaizquierda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#botonera a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#botonera a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#botonera a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
