/* Hoja de estilos Grapamar */

* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body {
	margin-top: 2px;
	background-color: #1A1A1A;
	font-size: 12px;
	background-image: url(_img/fondo-body.gif);
	background-position: top;
	background-repeat: repeat-y;
}

div#principal {
	width: 1030px;
	margin: 0 auto;
}

div#iz {
	width: 306	px;
	float: left;
}

div#de {
	float: right;
	width: 710px;
	height: 768px;
	background-image: url(_img/fondo1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#cabecera {
	margin: 10px 0 0 10px;
}

div#cont {
	width: 693px;
	margin: 10px auto;
	color: #f5f5f5;
}

div#cont p {
	margin-left: 4px;
	text-align: justify;
}

div#cont p font {
	color: #e7a906;
	font-size: 14px;
}

div#cont h1 , div#cont h2 {
	font-size: 16px;
	margin: 10px auto;
	background-color: #CE9A13;
	padding: 3px 0 1px 5px;
	border: 1px solid #f5f5f5;
}

div#cont h2 {
	font-size: 12px;
	font-weight: normal;
	color: #6F5307;
}

p.img {
	text-align: center !important;
}

/* LISTAS */

ul.submenu {
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 5px;
}

ul.submenu li a {
	color: #f5f5f5 !important;
}

ul.submenu li {
	margin-left: 25px;
	display: inline;
}

ul.submenu li a.activo {
	color: #e7a906 !important;
}

/* LINKS */

a {color: #e7a906;	text-decoration: none;}
a:hover {text-decoration: underline;}

/* TABLAS */

table.fotos {
	margin: 0 auto;
	text-align: center;
}

table.fotos tr td {
	padding:3px !important;
	margin: 0;
	vertical-align: top;
}

/* NOTICIAS */

div.noticia {
	margin-top: 40px;
}

div.noticia h1 span {
	font-size: 10px;
	color: #303030;
	margin-left: 10px;
}