body {
	background-color:#333333;
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#555555;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-position:top center;
}

#page {
	width:900px;
	background-image:url(images/page.png);
	margin:auto;
	padding:auto;
}

#page_interna {
	width:900px;
	background-image:url(images/page2.png);
	margin:auto;
	padding:auto;
}

#header {
	clear:both;
	width:860px;
	height:96px;
	background-image:url(images/header.png);
	padding-top:40px;
	padding-left:40px;
}

#header h1 {
	font-size:28pt;
	font-weight:bolder;
	color:#FFFFFF;
	margin-left:10px;
}

#header_menu {
	/*clear:both;*/
	position:absolute;
	width:300px;
	height:70px;
	left: 760px;
	top: 50px;
}

/*  del menu header*/

#header_menu a {
	padding-left:10px;
	height:50px;
    background-image:none;
	display:block;
	color:#555555;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#header_menu a span {
	padding-left:8px;
	padding-right:10px;
	padding-top:12px;
	height:38px;
	display:block;
    background-image:none;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
  }
  
  
#header_menu a:hover, #header_menu a.active {
	/*background-image:url(images/menuhover.png);*/
	/*background-position:top left;*/
	text-decoration:none;
	color:#FFFFFF;
}

#header_menu a:hover span, #header_menu a.active span {
  /* background: url(images/menuhoverright.png) right top no-repeat;*/
	text-decoration:none;
	color:#555555;
}


/*  */

#menulinks {
	clear:both;
	width:890px;
	height:52px;
	padding-left:20px;
	background-image:url(images/menulinks.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}
  
#menulinks a {
	padding-left:16px;
	height:50px;
   background-image:none;
	display:block;
	/*color:#555555;*/
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:25px;
	padding-top:12px;
	height:38px;
	display:block;
    background-image:none;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#555555;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhoverright.png) right top no-repeat;
	text-decoration:none;
	color:#555555;
}

/* menu links internaaa*/

#menulinks_interna {
	clear:both;
	width:875px;
	height:52px;
	padding-left:20px;
	background-image:url(images/menulinks2.png);
}

* html #menulinks_interna a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}

* html #menulinks_interna a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}
  
#menulinks_interna a {
	padding-left:16px;
	height:50px;
   	background-image:none;
	display:block;
	/*color:#555555;*/
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:13px;
	font-weight:bold;
  }

#menulinks_interna a span {
	padding-left:8px;
	padding-right:25px;
	padding-top:12px;
	height:38px;
	display:block;
    background-image:none;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
  }
  
  
#menulinks_interna a:hover, #menulinks_interna a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#555555;
}

#menulinks_interna a:hover span, #menulinks_interna a.active span {
   background: url(images/menuhoverright.png) right top no-repeat;
	text-decoration:none;
	color:#555555;
}

/* fin menu links interna */


#mainarea {
	width:860px;
	clear:both;
	padding-left:40px;
}

#contentarea {
	width:515px;
	padding-right:30px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
}

#item {
	width:100%;
	padding:0px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
}



#contentarea_interna {
	width:810px;
	padding-right:10px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
}


#sidebar {
	float:left;
	width:265px;
	line-height:14pt;
}

#footer {
	width:900px;
	clear:both;
	height:35px;
	padding-top:43px;
	text-align:center;
	line-height:14pt;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#footer_interna {
	width:900px;
	clear:both;
	height:35px;
	padding-top:43px;
	text-align:center;
	line-height:14pt;
	background-image:url(images/footer2.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

#footer_interna a {
	color:#FFFFFF;
}


#usuario_div {
	width:100px;
	clear:both;
	/*height:35px;*/
	float:left;
	margin-right:20px;
	text-align:left;
	line-height:14pt;
}


h1, h1 a {
	font-size:25pt;
	color:#FFFFFF;
	margin:0;
}

h2 {
	font-size:12pt;
	color:#555555;
	padding-top:6px;
}

.description {
	font-size:14pt;
	color:#555555;
	margin-left:10px;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.punteada
 {
	background-image: url(images/raya_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center;	
}

.link_volver
{
	text-align:right;
	float:right;
	margin-top:15px;
}

#select_galerias
{
	
	float:right;
	text-align:right;
}

/* separador de los listados */
#separador {border-bottom:1px solid #ccc; width:100%; margin-top:10px; margin-bottom:10px;}
#separador_blanco {width:100%; margin-top:10px; margin-bottom:15px;}
