html {
    border-left: 0px;
}
body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
body {
    color: #000000;
	background-color:#000000;
}
body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: georgia, helvetica, "Trebuchet MS", verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color: #222222;
}	
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
	font-size:18px;
	margin-bottom:20px;
	text-align:center;
}
h2 {
	font-size:16px;
	margin-bottom:15px;
}
h3 {
	font-size:14px;
	margin-bottom:10px;
	text-align:center;
}
h4 {
	font-size:12px;
	margin-bottom:10px;
}
a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p {
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom:5px;
}
li {
	margin-left:20px;
}
strong {
	font-weight:bold;
}
small {
	font-size:10px;
}

#wrapper {
    width: 990px;
	height: 100%;
    float: center;
	margin: 0px auto;
    color: #000000;
	z-index:0;
}
#error404Message {
	position:absolute;
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	width:700px;
	margin-top:70px;
	margin-left:400px;
	height:300px;
	z-index:1000;
}
#feedback_user {
	color:#666666;
}
#feedback_system {
	color:#ffffff;
}
#content_file {
	width:553px;
	height:433px;
	overflow:auto;
	background-image:url('../image/en/romantic_bg_content_file.jpg');
	padding:25px;
	padding-bottom:0px;
	padding-right:15px;
}
.photo_album_table {
	width:80%;
	font-weight:bold;
}
.photo_album_table td {
	font-weight:bold;
}		
.photo_thumb {
	width:100px;
	max-height:150px;
	border:1px solid #ffffff;
}


/* PT EFECT LA PHOTOALBUM */
.highslide {
	cursor: url(../image/zoomin.html), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #660000;
}
.highslide:hover img {
	border: 1px solid #990000;
}

.highslide-image {
	border: 10px solid #FFFFFF;
    cursor: pointer; /* opera */
	cursor: url(../image/zoomout.html), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid #FFFFFF;
    border-top: none;
    padding: 5px;
    background-color: #FFFFFF;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: #FFFFFF;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    background-color: #000000;
    padding-left: 22px;
    background-image: url(../image/loader.html);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
