@charset "utf-8";

@font-face {
	font-family: "Gothic";
	src: url(/lib/Gothic.ttf);
}

body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	/*
	background-image: url(/images/fondoDegradado.gif);
	background-repeat: repeat-x;
	*/
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

.negrita {
	text-transform: none;
	color: #B1CBE4;
}

#grupoidi {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}
#menu {
	overflow: hidden;
}
#menu span {
	font-family: "Gothic";
	display: block;
	float: left;
	font-size: 15px;
	margin-right:5px;
	padding:5px;
	background-color: #2D2D2D;
	height: 22px;
	line-height: 22px;
}
#menu span:last-child {
	float: right;
	margin-right: 0px;
	background-color: black;
}
#menu span:hover {
	background-color: #646464;
}
#pie {
	margin-top: 30px;
}

.titulo {
	font-family: "Gothic";
	font-size: 30px;
	font-weight: bold
}
.subtitulo {
	font-family: "Gothic";
	font-size: 25px;
	color: #B7E8FF
}

.enviarEmail {
	background-color: #DAE6F3;
	border: 1px solid #336699;
}

