* {
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: inherit;
}
body {
	overflow: inherit;
	height: auto;
	min-height: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url('images/img_cabecera.jpg') no-repeat top center #000000;
}
#contenedor {
	margin: auto;
	width: 950px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	background: url('images/img_cabecera.jpg') no-repeat top center #ffffff;
}
/*cabecera*/
#cabecera {
	height: 280px;
}
#cabecera img {margin-top: 50px;}
/* menu */
#menu, #columna {
	width: 140px;
	padding: 0 20px;
	float: left;
}
#menu p {text-align: center; margin: 0; padding: 0;}
#menu li, #columna li {
	font-size: 18px;
	display: block;
	clear: both;
	margin: 0px;
	border-bottom: 1px solid #dddddd;
}
#menu li a {display: block;padding: 6px 0; color: #000000; text-decoration: none;}
#menu li a:hover {color: #92a30a;}
#menu li a:hover:after {content: " +";}
#menu li ul {padding: 10px 0 12px 0;}

#menu li ul li {height: 19px; border: 0; padding: 0; margin: 0;}
#menu li ul li a {display: block; font-size: 13px; padding: 3px 0; margin: 0;}

#menu .seleccionado a {color: #92a30a;}
/* columna */
#columna {width: 180px;}
#columna li {padding: 12px 0;}
#twitter {margin-top: 40px;}
#twitter ul {margin-top: 5px; border-top: 1px solid #dddddd;}
#twitter li {font-size: 12px;}
/*contenido*/
#cuerpo {
	width: 100%;
	
}
#contenido {
	float: left;
	width: 530px;
	height: auto;
	padding: 0 10px 20px 10px;
	
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
h1 {
	font-size: 24px;
	letter-spacing: -1px;
	position: relative; bottom: 10px;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
h4 {
	font-size: 18px;
	display: block;
	margin: 0px;
	padding: 0 0 6px 0;
	font-weight: normal;
}
hr {
	clear: both;
	margin: 40px 0 20px 0px;
	padding-top: 20px;
	border-bottom: 1px solid #dddddd;
}
li {
	list-style: none;
}
table, tr, td {
	text-align: left;
	vertical-align: top;
}
#contenido ol {list-style: outside; padding-left: 15px;}
#contenido ol li {list-style: outside;}

/*enlaces*/
a {
	color: #92a30a;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
.botonera {
	padding-top: 10px;
	clear: both;
}
.botonera li {
	height: 28px;
}
.botonera li a {
	line-height: 24px;
	padding: 4px 6px;
	text-decoration: none;
	color: white;
	background: url('images/img_boton.gif') repeat-x top left #92a30a;
	border: 1px solid #92a30a;
	font-size: 12px;
}
.botonera li a:hover {
	background: url('images/img_boton.gif') repeat-x top right #000000;
	border: 1px solid #000000;
}
.botonera strong {
	padding: 2px 4px 3px 4px;
	margin: 0 2px 0 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #dddddd;
	font-size: 12px;
}
.thumbs {width: 260px; float: left; margin-right: 10px;}
.thumbs img {display: block; float: left; width: 260px; margin-bottom: 10px; filter:alpha(opacity=100); opacity:1; -moz-opacity:1;}
.thumbs img:hover {filter:alpha(opacity=60);opacity:.6; -moz-opacity:.6;}
.thumbs h3 {display: block; height: 110px; clear: both; padding: 20px; font-weight: normal;}


.thumbs li {width:260px; height: 140px; margin-bottom: 10px; float: left; display: block;}
.thumbs li a {display: block; color: #888888; width:240px; height: 122px;padding:8px 10px 10px 10px; background: url(images/thumb_over.gif) no-repeat bottom right; filter:alpha(opacity=0); opacity:0; -moz-opacity:0;}
.thumbs li a strong {color: #ffffff;}
.thumbs li a:hover {filter: alpha(opacity=90); opacity: .9; -moz-opacity:.9;}

.thumbs .thumb_grande {height: 290px;}
.thumbs .thumb_grande a {height: 272px;}

.thumbs .oculto {display: none;}
#noticias img {display: block; float: left; width: 100px; margin: 0 10px 30px 0;}
#noticias div {display: block; float: left; width: 420px; padding-bottom: 30px;}
#archivo p {margin: 15px 0 40px 0;}

/* pie */
#pie {
	display: block;
	clear: both;
	color: white;
	padding: 40px 10px 20px 20px;
	background: url('images/img_pie.gif') no-repeat top center #000000;
}
#pie p {
	padding: 0;
}
#pie img {margin: 0 10px;}
#pie small {font-size: 11px;}

/*formularios*/
form {
	padding: 0;
	margin: 20px 0;
}
input, textarea, select {
	background: url('images/img_input.gif') no-repeat top left #dddddd;
	padding: 6px 6px 7px 6px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.input {
	display: inline;
	padding: 4px 6px 5px 6px;
	border: 0;
	margin: 0 2px 0 0;
	text-decoration: none;
	color: white;
	background: url('images/img_boton.gif') repeat-x top left #92a30a;
	border: 1px solid #92a30a;
	font-size: 12px;
	font-weight: normal;
}
input[type=submit] {
	display: inline;
	padding: 4px 6px 5px 6px;
	border: 0;
	margin: 0 2px 0 0;
	text-decoration: none;
	color: white;
	background: url('images/img_boton.gif') repeat-x top left #92a30a;
	border: 1px solid #92a30a;
	font-size: 12px;
	font-weight: normal;
}
input[type=submit]:hover {
	background: url('images/img_boton.gif') repeat-x top right #000000;
	border: 1px solid #000000;
}