/* CSS Document */
/* Tipografía   */
.aladerch {text-align:right}
.alaizqda {text-align:left}
.alcentro {text-align:center}

.ArialRojo {color:#F00; font-family: Arial, Helvetica, sans-serif;}
/* ============= */
/* ==Contenido== */
/* ============= */
h2 {
	color: #663;
	border-bottom: 1px solid #CC9; /* #E5E5E5;*/
}
/* ===================== */
/* ==Columna Izquierda== */
/* ===================== */
#bizq h2 { 
	text-align: center;
}

/* ======================= */
/* === Columna Derecha === */
/* ======================= */
h1 a {
	text-decoration: underline;
	color: #330;
	}
h1 a:hover {
	text-decoration: none;
	color: #369;
	}
#bderecho h2 {
	padding-left: 3px;
	text-align: left;
}
#bderecho h3 {
	width: 245px;
	border-bottom: 1px solid #CC9;
	text-align: left;
	}
#bderecho h4 {
	margin: 0; margin-top: 32px;
	padding: 0;	padding-left: 3px; 
	font-size: 16px;
	color:#366;
	border-bottom: 1px solid #CC9;
	text-align: left;
}
	
#eformu  {
	color: #333; 
	background-image: url(../img/fonform.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	width: 440px;
}
#formulario input {
	font-size: 14px;
}
#formulario textarea {
	width: 350px;
}
#enlaces {
	font-size: 14px;
	letter-spacing: 0.1em;
}
#enlaces a:link, #enlaces a:visited {
	border-bottom: 1px dotted #ccc;
	color: #333;
	}
#enlaces a:hover {
	text-decoration: none;
	color: #999;
	}
#enlaces li { 
	list-style-image: url(../noti/skins/default/images/arrow.gif);
	}
#tb1 {
	width: 98%;
	text-align: center;
}
#tb1 td { width: auto;}

/* =========== */
/*    pie      */
/* =========== */
#pie p {
	font: 400 0.9em/1.5em Verdana, Arial, sans-serif;
	color: #333;
	}
