@charset "utf-8";
/* CSS Document */

div.fotos_panel {
	width:585px;
}

div.fotos_panel_content {
	width:505px;
	padding:5px 40px 15px;
	background-color:#000;
}

div.fotos_panel_pager {
	width:auto;
	text-align:center;
	font-size:10px;
	color:#838383;
	margin:10px 0px;
	font-weight:bold;
	font-size:11px;
}

div.fotos_panel_pager a {
	color:#838383;
}

div.fotos_panel_pager a:hover {
	color:#f00;
}

span.pagenumber {
	color:#f00;
}

div.foto_item {
	float:left;
	margin:0px 10px 10px;
	text-align:right;
}

div.foto_item img {
	border:1px solid #838383;
}

div.foto_item img:hover {
	border:1px solid #f00;
}

td.row2 {
	text-align:right;
}

a.more {
	display:block;
	width:9px;
	height:9px;
	overflow:hidden;
	float:right;
	margin-top:3px;
	background:url(../img/general/more.gif) no-repeat;
}

a.more:hover {
	background-image:url(../img/general/more_ov.gif);
}

div.fotos_panel_bottom {
	width:585px;
	height:7px;
	background:url(../img/trazados/panel_bottom.gif) no-repeat;
}

h1.title_fotos {
	width:585px;
	height:17px;
	padding-top:4px;
	text-align:center;
	margin-bottom:0;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:1em;
	text-transform:uppercase;
	background:url(../img/general/title_back.jpg) no-repeat;
}
