@charset "utf-8";
body {
	font-family: Helvetica, Verdana, Arial, "sans serif";
	font-size: 12px;
	color: #006;
	background-color: #ffc;
	text-align:center;
}
#cabecera {
	width: 700px;
	height: 190px;
	margin:0 auto; 
	padding: 0;
	background-image:url(img/cabecera.jpg);
	background-repeat: no-repeat;
}
#vinculos {
	padding: 0 10px;
	margin: 0 auto 0 auto;
	background-image:url(img/fondo.gif);
	border-top: solid 2px #FFC;
	border-bottom: solid 2px #FFC;
	width: 680px;
	font-size:14px;
}
a {
	color: #003;
	text-decoration: none;
	font-weight:bold;
}
#marco {
	width: 680px;
	height: 360px;
	margin:0 auto 0 auto; 
	padding: 10px;
	background-image:url(img/fondo.gif);
	text-align: justify;
	border-bottom: solid 1px #9cf;
	overflow: auto;
}
#pie {
	padding: 0;
	margin: 0 auto 0 auto;
	background-image:url(img/pie.gif);
	border-top: solid 2px #FFC;
	border-bottom: solid 2px #FFC;
	width: 700px;
	text-align:right;
	color: #003;
	font-weight:bold;
}
.centro{
	text-align:center;
}
.activo {
	color: #C33;
	font-weight:bold;
}
.margen {
	margin-left: 160px;
}
#izquierda {
   width: 160px;
   height: 100%;
   padding: 0;
   float: left;
}
#derecha {
	margin-left: 160px;
}
#columna1{
   width: 300px;
   padding: 0;
   float:right;
}
#columna2{
   margin-right: 310px;
} 