* {
	margin: 0;
	padding: 0;
}
#contenedor {
	width: 749px;
	text-align: center;
	margin: 0 auto;
}
#encabezado {
	width: 749px;
	height: 98px;
	text-align: center;
}
#panel {
	width: 749px;
	height: 37px;
	text-align: center;
	background-image:url(imagen/panel.png);
}
#principal {
	float: left;
	width: 749px;
	text-align: center;
	background-color: #FFFFFF;
	background-image:url(imagen/principal_fondo.png);
	background-repeat: repeat-x;
}
#caja1 {
	float: left;
	width: 542px;
	text-align: left;
}
#caja2 {
	float: left;
	width: 207px;
	text-align: left;
}
#pie {
	clear: left;
	width: 749px;
	height: 55px;
	text-align: center;
	background-image:url(imagen/pie.png);
	background-repeat: repeat-x;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
}
.texto {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 11px;
}
.auto {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 11px;
	line-height: 24px;
}
.panel {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
}
.error {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #990000;
}
.titular {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #666666;
}
.destacado {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #327367;
}
.dividir {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
img.flotante {
	float: left;
	margin-right: 10px;
	}
img.auto {
	margin-bottom: 10px;
	}
a.link2:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
a.link2:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
a.link2:hover {
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
a.link2:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}