body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-position: 0px 0px;
	margin: 0px;
	padding:3px;
	background-image: url(../imagenes/fading_background_1.png);
	background-repeat: repeat-x;
}

input,select,textarea{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenedor_general {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width:85%;
	margin:auto;
}

#background_top {
	background-image:url(../imagenes/top_background.jpg);
	background-repeat:repeat-x;
}

#fecha_principal {
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.fechas {
	font-weight:bold;
	font-size:10px;
	padding:2px;
}

#menu_top {
	position:absolute;
	top:8px;
	right:9%;
	z-index:1;
	font-size:12px;
}

a.menu_top:link{
	font-weight:bold;
	color:#999999;
}

a.menu_top:visited{
	font-weight:bold;
	color:#999999;
}

a.menu_top:hover{
	font-weight:bold;
	color:#999999;
}

a.menu_top:active{
	font-weight:bold;
	color:#999999;
}

#footer {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-align:left;
	padding:5px;
}

.separa_contenido{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

a:link {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #CC0000;	
	font-weight:bold;
	text-decoration:none;
}

#contenido_izquierda {
	width:150px;
	vertical-align:top;
}

#contenido_centro {
	width:700px;
	vertical-align:top;
}

#contenido_derecha {
	width:150px;
	vertical-align:top;
}

.titulo_general{
	background-color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding:5px;
	text-transform: uppercase;
	color: #000000;
	font-style: italic;
}

.recuadro_tabla {
	background-color:#FFFFFF;
	border: 1px solid #666666;
}

.derecha {
	text-align:right;
	padding-right:5px;
}

.izquierda {
	text-align:left;
	padding-left:5px;
}
	
.centro {
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

.justificado {
	text-align:justify;
	padding-left:3px;
	padding-right:3px;
}

.titulo {
	background-color:#999999;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
.fila1 {
	background-color:#CCCCCC;
	text-align:center;
}

.fila2 {
	background-color:#FFFFFF;
	text-align:center;
}

#tab_quienes_somos{
	text-align:justify;
}

#foros{
	background-color:#FFFFFF;
 	border: 1px solid #CCCCCC;
}

#div_separador {
	width:120px;
	margin:auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

/* PAGER INFORMACION */
.pager_examples {
	width:290px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image:url(../imagenes/info.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.pager_examples p { padding: 2px; margin: 0; }
.pager_examples .nav {
	background: #eee;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.pager_examples .nav#nav4 {
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.pager_examples .nav a {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.pager_examples .nav a.highlight { }

/*Navegación de la galería*/
#galeria{ 
	height: 90%;
	padding:10px;
}

#galeria ul { 
list-style: none;
float: left;
}

#galeria li {
	display:inline-table;
}

#galeria ul li a{
	color: #333333;
	float: left;
	display:block;
	width:130px;
	height:120px;
	text-align:center;
	background-image:url(../imagenes/foto_background.jpg);
	background-repeat:no-repeat;
}

/*Navegación de las fotos*/
#fotos{ 
	height: 90%;
	padding:10px;
}

#fotos ul { 
	list-style: none;
	float: left;
}

#fotos li {
	display:inline-table;
}

#fotos ul li a{
	color: #333333;
	float: left;
	display:block;
	width:130px;
	height:120px;
	text-align:center;
	background-image:url(../imagenes/foto_background.jpg);
	background-repeat:no-repeat;
}

/*Navegación de los videos*/
#videos{ 
	height: 90%;
	padding:10px;
}

#videos ul { 
	list-style: none;
	float: left;
}

#videos li {
	display:inline-table;
}

#videos ul li a{
	color: #333333;
	float: left;
	display:block;
	width:130px;
	height:120px;
	text-align:center;
	background-image:url(../imagenes/foto_background.jpg);
	background-repeat:no-repeat;
}

/*	Divs noticias	*/
#noticia{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:0px;
	width:92%;
	margin:auto;
}
#noticia_titulo{
	background: #666666 url(../imagenes/ui-bg_diagonal.png) 50% 50% repeat; 
	opacity: .80;
	filter:Alpha(Opacity=50);
	padding:5px;
	color:#FFFFFF;
}

#noticia_descripcion{
	vertical-align:super;
	text-align: justify;
}
.noticia_info{
	padding:5px;
}

/*	DIV Contactenos */
#contacto{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:0px;
	width:60%;
	margin:auto;
}
#contacto_titulo{
	background: #666666 url(../imagenes/ui-bg_diagonal.png) 50% 50% repeat; 
	opacity: .80;
	filter:Alpha(Opacity=50);
	padding:5px;
	color:#FFFFFF;
}

/*	Estilos para Encuestas	*/
#div_encuesta{
	width:350px;
	height:230px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:1px;
}
#encuesta_titulo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background: #666666 url(../imagenes/ui-bg_diagonal.png) 50% 50% repeat; 
	opacity: .80;
	filter:Alpha(Opacity=50);
	color:#FFFFFF;
	height:25px;
	text-align:center;
	padding-top:4px;
}

/*	Estilos para los contenidos de cada seccion */
#seccion_contenido{
	text-align:justify;
	padding:5px;
}

/*Navegación de los articulos de la tienda */
#producto{
	width:90%;
	margin:auto;
	border: 1px solid #CCCCCC;
	padding:5px;
}

.producto_separa{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width:150px;
}