/* CSS Plaza Las Cumbres */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/back.jpg);
	margin: 0px;
	padding: 0px;
}

/* LINKS */

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

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* ========== CENTRO ========== */

td #centro {
	text-align: justify;
	
}

.titulos_centro {
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}

.pano_centro {
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: lighter;
}

.pano_centro a {
	text-decoration: none;
}

.pano_centro a:hover, .pano_centro a:active {
	text-decoration: underline;
}

.titulo_tabla {
	background-color: #005dab;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}