@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../img/fondo_ssm.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
.titleHide {
	position: relative;
	left: -10000px;
}
.oculto{
	display:none;
}
