@charset "utf-8";
/* CSS Document */


/* ******************************************************************* */
/* CONFIGURACIONES GENERALES DE LA PAGINA                              */
/* ******************************************************************* */

*{
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	}




#page {
	margin:0px auto;
	padding: 0px;
	width:1200px;
	height:700px;
	background-image:url(extras/fondo.gif);
	border: 1px solid #181818;
	margin-top: 10px;
	}

#menu {
	width:840px;
	margin-left:288px;
	background-color:#80080A;
	height:100px;}

#content {
	width: 1110px;
	height: 525px;
	background-color: #cccccc;
	background:url(extras/fondo_square.gif);
	margin-left:45px;
	margin-top: 37px;
	border: 0px solid #333333;}
	
	

/* ******************************************************************* */
/* COMPORTAMIENTO DEL MENU PRINCIPAL                                   */
/* ******************************************************************* */	
	
#menu a {
	width: 138px;
	margin-top:4px;
	padding: 38px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color:#80080a;
	border: 1px #80080a solid;
	float: left;
	}
	
#menu a:hover {
	float: left;
	width: 138px;
	margin-top:20px;
	padding: 38px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #181818;
	text-decoration: none;
	text-align: center;
	background-color:#ffffff;
	border: 1px #181818 solid;
	}
	
#menu a.selected {
	float: left;
	width: 138px;
	margin-top:20px;
	padding: 38px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color:#181818;
	border: 1px #181818 solid;
	}
	
	
	
	
	
	
	
/* ******************************************************************* */
/* GALERIA DE IMAGENES: LISTA DE CATEGORIAS                                                 */
/* ******************************************************************* */

#categorias {
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
	}

#categorias li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	float:right;
	width:100%;
	}
	
#categorias a {
	background: #cccccc;
	border-bottom: 1px solid #b9b6bd;
	border-right: 1px solid #b9b6bd;	
	color: #333333;
	display: block;
	margin: 0;
	padding: 12px 12px;
	text-decoration: none;
	font-weight:normal;
	line-height:1.6;
	height: 45px;
	width:120px;
	}

#categorias a.selected {
	background: #333;
	border-bottom: 1px solid #b9b6bd;
	border-right: 1px solid #333333;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 12px 12px;
	text-decoration: none;
	font-weight:normal;
	line-height:1.6;
	}

#categorias a:hover {
	background: #B22509;
	color: #ffffff;
	padding-bottom: 12px;
	border-bottom: 1px solid #b9b6bd;
	}

#categorias a.selected:hover {
	background: #333333;
	color: #ccc;
	padding-bottom: 12px;
	border-bottom: 1px solid #b9b6bd;
	}



/* ******************************************************************* */
/* LISTA DE GALERIAS POR CATEGORIA                                     */
/* ******************************************************************* */


/* titulo de la lista */

tr.titulo {
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size:18px;
	font-style: normal;
	height:26px;
	}
	
	
/* numero de lista dentro de cada categoria */

#gallerylist {
	margin: 0;
	padding: 0;
	background: #333333;
	list-style-type: none;
	width: 100%;
	float: left;/* Contain floated list items */
	}
	
#gallerylist a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:normal;
	font-style:normal;
	text-decoration:none;
	float: left;
	width: 18px;
	margin-left:3px;
	padding:0px 5px;
	text-align: center;
	color: #333333;
	background:#cccccc;
	}

#gallerylist a:hover {
	color: #ffffff;
	background:#B22509;
	text-decoration: none;
	}

#gallerylist a.listsel {
	color: #ffffff;
	background:#B22509;
	text-decoration: none;
	}

/* listado de galerias */

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:normal;
	font-style:normal;
	text-decoration:none;
	margin: 0px 2px;
	padding: 0;
	background: #333333;
	list-style-type: none;
	width: 296px;
	float:left;		/* soluciona alineacion en IE */
	}

.nav li {
	margin:0px;
	padding:0px;
	float:left;		/* soluciona alineacion en IE */
	width:100%;		/* soluciona alineacion en IE */
	}

.nav a {
	display: block;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	background:#333333;
	text-decoration: none;
	padding: 0 10px;
	line-height: 1.6; 
	border:1px solid #333333;
	}

.nav a:hover {
	color: #FFF;
	background: #B22509;
	border:1px solid #CCCCCC;
	}

	
	
	
	
	
	
	
	
	