body {
	background-color: #000000;
	SCROLLBAR-FACE-COLOR:#000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #000;
	SCROLLBAR-3DLIGHT-COLOR: #000;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	overflow-x:hidden;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
p {
	padding-bottom:8px;
}
.clear {
	clear: both;
}
#contenedora {
	margin:0 auto;
	width: 1004px;
	background-image:url(imagenes/fondo-secciones.jpg);
	background-repeat:no-repeat;
}
#menu {
	margin-top: 3px;
	background-image: url(imagenes/dragon.png);
	background-repeat: no-repeat;
	background-position: right 14px;
}
IMG, #menu { 
	behavior: url(iepngfix.htc); 
}
#menu a {
	background-image: url(imagenes/botonMenu.png);
	display: block;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 8px;
	cursor:pointer;
}
IMG, #menu a { 
	behavior: url(iepngfix.htc); 
}
#menu a:hover {
	background-image:url(imagenes/botonMenuOver.png);
	_background-image:none;
}
IMG, #menu a:hover { 
	behavior: url(iepngfix.htc); 
	_behavior: none;
}
.menuNivel2 {
	margin-left: 22px;
}
.menuNivel2 a {
	width:150px;
	_width:151px;
}
.menuActivo {
	background-image:url(imagenes/botonMenuOver.png);
}
.submenuActivo {
	background-image:url(imagenes/botonMenuOver.png);
}
#contIzq {
	width: 195px;
	_width: 175px;
	float: left;
	padding-top: 135px;
	margin-left: 18px;
	_margin-left: 0px;
}
#contDer {
	width: 770px;
	float:left;
	margin-left: 20px;
	_margin-left: 8px;
}
#botoneraSup {
	width: 100%;
	border:0px none;
}
#botoneraSup td {
	vertical-align:middle;
}
#titSeccion {
	margin-top: 170px;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
#titSeccion span {
	margin-top:2px;
	font-size:11px;
	display: block;
	padding-left: 35px;
}
#textSeccion {
	padding-right:220px;
	margin-top: 80px;
	text-align:justify;
	/*min-height: 320px;
	_height:350px;*/
	height:550px;
	overflow:auto;
}
#textSeccion p{
	margin-top: 10px;
}
#piePagina {
	border-top:1px solid #824d06;
	padding-top:8px;
	text-align:center;
}
#piePagina div {
	margin-bottom:5px;
}
#contListado {
	margin-top: 80px;
	height:400px;
	overflow:auto;
	padding:20px;
}
.listado {
	margin-bottom: 10px;
	width: 700px;
}

.listado td {
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom:1px solid #824d06;
	vertical-align: top;
}
.imgListado {
	border:1px solid #FFF;
	float:left;
	margin-right:15px;
}
.titListado {
	font-weight: bold;
	margin-bottom: 5px;
	font-size:10pt;
	font-variant:small-caps;
	text-decoration:underline;
}
.titListado a {
	color:#cd7909;
	font-variant:small-caps;
	text-decoration:underline;
	font-size:10pt;
}
.contPaginacion {
	width:700px;
	margin-bottom: 10px;
}
.imgGaleria {
	float:left;
	width:148px;
	height:112px;
	text-align:center;
	margin-bottom:10px;
	margin-right:8px;
	border: 1px solid #824d06;

}
#izqGaleria {
	float:left;
	width:500px;
}
#derGaleria {
	float:left;
	width:190px;
	text-align:right;
}
#albums {
	width:149px;
	padding:8px;
	background-image:url(imagenes/bgAlbums.jpg);
	background-repeat:repeat-y;
	background-position:right;
	float:right;
}
#albums a{
	display:block;
	padding:2px;
	margin-bottom:3px;
}
.titGaleria {
	font-weight: bold;
	font-size:10pt;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px solid #824d06; 
	margin-bottom:20px;
}
.campoForm {
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-left: 5px;
	border: 1px solid #824d06;
	margin-bottom:5px;
	margin-top:5px;
}

/*botones y formulario*/

button, input[type=button], input[type=submit], input[type=reset]{
	line-height:12px;
	padding:0 3px;
	border:1px outset #824d06;
	background-color:#ffffff;
	color:#824d06;
    margin:0;  
    width:auto;	
    overflow:visible;
	font-size:8pt;
}

input[type='radio'],input[type='checkbox']
{
	width:auto;
}

input[type=text],
textarea
{
	width:280px;
}

.direccion{
	background-image:url(imagenes/bg_contacto.jpg);
	border:1px solid #824d06;
	float:left;
	margin-left:150px;
	padding:5px;
	width:200px;
}
.descarga{
	margin-top:10px; 
	text-align:right;
}
.descarga a:hover{
	text-decoration:underline;
}

