/* @override http://www.galeriaforum.net/content/estilos/estilo.css */

/* CSS Document */
body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-top: 8px;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, ul, li, form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #666;
}
h1 {
	font-size: 32px;
}
h1 em {
	float: right;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	margin-bottom: 14px;
}
img {
	border: 0px;
}
p {
	padding: 0px 0px 5px 0px;
	margin-top: 0px;
}
.txt9 {
	font-size: 9px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt18 {
	font-size: 18px;
}
.classInput {
	background-color:#eee;
	border: 1px solid #ccc;
	padding: 3px;
}
.classBoton {
	background-color:#dedede;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 3px;
}
#divPrincipal .txtBlanco {
	color: #666;
}
#divPrincipal .txtMarron {
	color: #C33;
}
#divPrincipal a.txtBlanco, #divPrincipal a.txtMarron {
	text-decoration: none;
}
#divPrincipal a.txtBlanco:hover, #divPrincipal a.txtMarron:hover {
	text-decoration: underline;
}

.classBorde {
	border: 1px solid #333;
}
.classContenido {
	line-height: 18px;
}

/****** INICIO DIVPRINCIPAL **********/
#divPrincipal {
	width: 960px;
	margin: auto;
	text-align: left;
	border: none;
}

/****** INICIO CABECERA **********/
#divCabecera {
	height: 90px;
	background-color: #ccc;
}
#divCabecera #divLogo {
	float: left;
}
#divCabecera #divLogoAnio {
	float: right;
}
/****** FIN CABECERA **********/

/****** INICIO MENU **********/
#divMenu {
	background-color: #000;
	height: 50px;
}
#divMenu ul {
/*	height: 26px;*/
}
#divMenu li {
	display: inline;
	font-size: 18px;
	color: #fff;
	text-transform: lowercase;
}
#divMenu li a {
	padding: 0px 30px 5px 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#divMenu li a:hover {
	padding: 0px 30px 5px 20px;
	background-image: url(../images/fdo_li.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
}
#divMenu .select {
	background-image: url(../images/fdo_li.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#divMenu ul.classSubmenu li a:hover {
	background-image: url(../images/fdo_li_2.gif);
}
#divMenu ul.classSubmenu li .select {
	background-image: url(../images/fdo_li_2.gif);
}
#divMenu #divHerramientas {
	padding: 10px 10px 0px 0px;
	text-align: right;
	font-size: 11px;
}
#divMenu #divHerramientas a {
	color: #999;
	padding-left: 11px;
	text-decoration: none;
}
#divMenu #divHerramientas a:hover {
	text-decoration: underline;
}
/****** FIN MENU **********/

/****** INICIO SUBMENU **********/
#divSubMenu {
	background-color: #333;
	height: 26px;
	padding-top: 24px;
}
#divSubMenu ul {
}
#divSubMenu li {
	display: inline;
	font-size: 18px;
	color: #fff;
	text-transform: lowercase;
}
#divSubMenu li a {
	padding: 0px 30px 5px 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#divSubMenu li a:hover {
	background-image: url(../images/fdo_li_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
}
#divSubMenu .select {
	background-image: url(../images/fdo_li_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#divSubMenu.classAnio li a {
	padding: 0px 10px 5px 20px;
}

/****** FIN SUBMENU **********/

/****** INICIO CLASSHOME **********/
.classHome {
	background-color: white;
	border: 1px solid #666;
}
.classHome h1, .classHome h2, .classHome h3 {
	padding-left: 10px;
	color: #c33;
}
/****** FIN CLASSHOME **********/

/****** INICIO DIVPIE **********/
#divPie {
	width:960px;
	margin: auto;
	color: #aaa;
	text-align: left;
	padding: 5px 0px;
	font-size: 11px;
}
#divPie a{
	color:#666;
}
/****** FIN DIVPIE **********/

#divContenido{
	height: auto;
	min-height: 390px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 390px;/* this is also the min height for IE */
	background-color: #dedede;
	padding: 20px 20px 20px 20px;
}

#divCuerpo{
	background-color: #fff;
	border: 1px solid #666;
	min-height: 370px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 370px;/* this is also the min height for IE */
	padding: 30px 40px 30px 40px;
}

#divArtista td {
	padding-bottom: 20px;
	vertical-align: top;
}

#divGaleria p {
	margin-top: 10px;
}
#divGaleria td {
	padding-bottom: 30px;
	vertical-align: top;
}
.classArtistaNombre {
	font-size: 18px;
	color: #666;
	height:	44px;
}
#divGaleria a {
	text-decoration: none;
}

#divExposicion td {
	padding-bottom: 60px;
	vertical-align: top;
}

#divRegresar {
	margin-bottom: 10px;
}
#divRegresar a {
	color: #999;
	font-size: 11px;
}

#divPaginado a {
	margin-right: 2px;
}
#divPaginado .select {
	color: #000;
	margin-right: 2px;
	font-weight: bold;
}