/* CSS Document */

* {
	margin: 0px; 
	padding: 0px;
}

body {
	margin: 0px;
	background-color: #663300;
}

#cabecera-a {
	background-image: url(../images/cabecera-a.jpg);
	background-repeat: no-repeat;
}

#cabecera-b {
	background-image: url(../images/cabecera-b.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#titulo {
	text-align: left;
	padding-left: 6px;
}

#titulo h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding-top: 130px;
	line-height: 30px;
}

#slogan {
	color: #FFFFFF;
	text-align: left;
	width: 250px;
	text-align: left;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-left: 20px;
}

/* MENU LATERAL */

#menu {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
}

#menu ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#menu li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	line-height: 25px;
}

#menu a {
	color: #FFFFFF;
	background-image: url(../images/huella-out.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 25px;
	text-decoration: none;
}

#menu a:hover {
	color: #FFCC00;
	background-image: url(../images/huella-over.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 35px;
	text-decoration: none;
}

/* SOMBREADOS LATERALES */

.sizq {
	background-image: url(../images/sizq.gif);
	background-repeat: repeat-y;
}

.sder {
	background-image: url(../images/sder.gif);
	background-repeat: repeat-y;
}

/* COLORES DE FONDO */

.fnegro {
	background-color: #000000;
}

.fmarron {
	background-color: #402000;
}
.foscuro {
	background-color: #CC6600;
}
.fclaro {
	background-color: #FFB164;
}
.foscuro1 {
	background-color: #FFD2A6;
}
.fclaro1 {
	background-color: #FFEAD5;
}

/* ESTILOS DE LAS CELDAS */

#tder {
	padding: 20px;
}

/* NOTICIAS */

.noticia {
	margin: 10px;
}

.noticia img {
	BORDER: 1px solid #402000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;
}

.noticia p {
	text-align: justify;
	margin: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.noticia a {
	text-decoration: none;
	color: #FF6600;
}

.noticia a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.noticia  h2 {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.noticia  h3 {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.rojo {
	font-size: 28px;
	color: #FF3300;
}

/* ESTILOS DE TEXTO */

#sobretitulo h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 30px;
}

#sobretitulo .web {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 2px;
}

.web {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-left: 70px;
}

.puntocom {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#derechos {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

ul ul {
	padding-left: 40px;
}

#enlaces {
	color: #000000;
}

#enlaces a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#enlaces a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}