* {
	margin:0;
	padding:0;
}

@font-face {
  font-family: 'gothic';
  src: url('gothic.eot');
  src: local('gothic'), url('gothic.woff') format('woff'), url('gothic.ttf') format('truetype');
}

body {
  background: url("fondo_index.gif") no-repeat center center fixed;
  background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
         font-family: 'gothic' !important;
}


.menu{
	padding-top: 30px;
	 font-family: 'gothic' !important;
	 color: #000;
}
.celda{
	padding: 50px;
	 font-family: 'gothic' !important;
	 color: #000;
}
a{
	list-style: none;
	text-decoration: none;
	 font-family: 'gothic' !important;
	 color: #000;
}
.celda a:hover {
    color: #FFF;
    background-color: #6F88B0;
font-family: 'gothic' !important;
    

}

.datos{
	text-align: center;
}

.dato{
	padding-top: 15px;
	padding-left: 10px;
}

textarea{
	width: 400px;
	height: 50px;
}

.btn{
	width: 150px;
	height: 30px;
	background: #045FB4;
	color: #fff;
}
