body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#titulo{
	width: 100%;
	height: 120px;
	text-align: center;
	background-image: url(fondo2.png);
	background-repeat: repeat;
	}
#caja {
	width: 900px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#presentacion {
	font-size: x-small;
	width: 545px;
	text-align: justify;
	letter-spacing: 1px;
	z-index: 2;
	line-height: 16px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	float: left;
	padding-bottom: 20px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
}
#flash {
	width: 200px;
	float: left;
	text-align: right;
	}
h1 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	color: #DE0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	font-variant: small-caps;
}
#destacado {
	text-align: justify;
	color: #333333;
}
#direccion {
	color: #DF0000;
	float: left;
	padding-left: 10px;
}
#logotipo {
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	width: 271px;
	margin-bottom: 110px;
	margin-top: 150px;
}
#enlaces {
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	text-align: center;
	padding-right: 50px;
	height: 380px;
}
#enlaces ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#enlaces li{
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#enlaces li a{
	font-size: small;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 40px;
	float: left;
	width: 85px;
}
#enlaces li a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF0000;
	background-color: #D7D7D7;
}
#creditos{
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	height: 30px;
	width: 100%;
	margin: auto;
	text-align: right;
	padding-top: 20px;
}
#creditos a{
	text-decoration: none;
	padding: 3px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	cursor: help;
}
