* {
    margin: 0;
    padding: 0;
    border-top-color: #FFFFFF;
  }

body {
	font-size:100%;
	font-family: Arial, 'Lucida Grande', Verdana, sans-serif;
	text-align:center;
	background:#000 url(images/background.gif) repeat-x top left;
	border-top-color: #000;
	border-color: #000;
}

#container {
    width: 1000px;
    background: #FFF;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    float: none;
    height: 200px;
}

#body_space {
	padding:0;
}
  
#header {
    width: 984px;
    background: #FFF;
    margin: 10 auto 0 auto;
    text-align: center;
}

.cls {
	clear:both;
}

/* logo and small slogan */

#logo-block {
	height:100px;
	widows: 195px;px;
	float:left;
	text-align:left;
}

#logo {
  padding-top:44px;
  line-height:40px;
  font:48px Arial, "Times New Roman", Times;
  padding-left:27px;
  color:#5A5A5A;
}

#slogan {
  font:14px Arial, "Times New Roman", Times;
  color:#5A5A5A;
  padding-left:97px;
}

.logoblue {
color:#518BBA;
}


#definels {
  width:383px;
  float:right;
}

#login_top {
  background:#000 url(images/login.gif) no-repeat top left;
  height:35px;
  text-align:left;
  padding-left:50px;
 }

 #login_top p {
  font:14px Arial, "Times New Roman", Times;
  color:#E9E9E9;
  padding-top:10px;
  float:left;
 }
 
#login_top input {
  margin:6px 0;
  padding-right:8px;
  float:left;
}

.topinputstyle{
  border:0px;
  background:#D1D1D1;
  width:77px;
  height:17px;
  color:#000;
  font-size:14px;
  padding-top:5px;
  padding-bottom:2px;
  padding-left:10px;
}


#top-nav-bg  {
  background:transparent url(images/topnavbar.gif) no-repeat top left;
  height::;px;
  width:984px;
}

	
#top-nav {
  height:38px;
  width:984px;
}	
  
#top-nav ul {
  list-style:none;
  padding-left:45px;
}
  
#top-nav ul a {
	background-image: url(images/topnavdivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	padding-left: 16px;
	display: block;
	line-height: 38px;
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
	
#top-nav ul a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 18px;
}
 
  #top-nav li {
    float:left;
	}
	

#clouds {
    background: url(images/clouds.jpg) no-repeat top left;
    width: 984px;
    height: 100px;
    text-shadow: 1px 2px 1px #b12f07;
    margin-top: 5px;
    color: #b12f07	;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}

#clouds-slogan1 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:10px 10px 10px 130px;
  color:#FFF;
  text-align:center;
  letter-spacing:-2px;
}
#clouds-slogan2 {
  font:50px Georgia, Arial, "Times New Roman", Times;
  padding:10px 0px 0px 0px;
  color:#b12f07;
  text-align:center;
  letter-spacing:1px;
}

#page {
	width:1000px;
	min-height:206px;
	background:#FFF;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#page-padding {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
}

#content {
  float:center;
  background:#FFF url(images/page-background.jpg) no-repeat top left;
}

#content-padding {
  padding::;px;
    top: auto;
}

#content h1,h2,h3,h4,h5 {
    padding: 5px 5px 10px 5px;
    font: 32px Arial, "Times New Roman", Times;
    color: #000000;
    text-align: left;	
}

#content p {
	padding:0px 5px 10px 5px;
	font:15px Arial, "Times New Roman", Times;
	text-align:justify;
	font-size: 36px;
}

#content a {
    text-decoration: underline;
    color: #000000;
}
	
#content a:hover {
  text-decoration:none;
  text-shadow:0px 0px 4px #FDA041;
}

.grey {
  color:#494949;
}
.blue {
  color:#005795;
}

/* right menu, navigation, newsletter */

#right-nav {
	float:right;
	width:283px;
	text-align:center;
	height: 550px;
}

.right-nav-back {
  background:#FFF url(images/right-menu-bg.gif) repeat-y top left;
  width:283px;
}

.right-nav-top {
  background:#FFF url(images/right-menu-top.gif) no-repeat top left;
  width:283px;
  height:36px;  
}
.right-nav-top p {
  color:#FFF;
  font:13px Arial, "Times New Roman", Times;
  font-weight:bold;
  padding:13px 0px 0px 10px;
}
.right-nav-bottom {
  background:#FFF url(images/right-menu-bottom.gif) no-repeat top left;
  width:283px;
  height:12px;
  padding-bottom:10px;
}
  
#right-nav ul
{
  list-style:none;
  text-align:left;
  padding-top:10px;
}
  
#right-nav li a
{
  background-image: url(images/right-menu-div.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  display:block;
  padding:13px 0px 18px 15px;
  line-height:15px;
  text-decoration: none;
  color: #494949;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:19px;
}
  
#right-nav li a:hover
{
  color:#C46A00;
  text-decoration: underline;
}
  
.right-nav-divider {
  background: transparent url(images/menu-divider.gif) no-repeat top left;
  width:226px;
  height:1px;
  padding-bottom:33px;
}
.inputstyle {
  background:#FFF;
  border:1px solid #ADADAD;
  width:250px;
  height:22px;
  color:#494949;
  font-size:14px;
  padding-top:5px;
  padding-left:10px;
}

.button {
  background:transparent url(images/button.jpg) no-repeat top left;
  vertical-align:middle;
  padding-bottom:5px;
  border:none;
  width:131px;
  height:31px;
  color:#FFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
  margin-left:5px;
}
/* footer */

#footer {
	width:1000px;
	height:70px;
	float: none;
	background-color: #666;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

#footer-pad {
	width:1000px;
	text-align:center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p {
	color:#CCCCCC;
	font-family: Arial, "Times New Roman", Times;
	font-size: 18px;
}

#footer a {
  color:#FFF;
  text-decoration:underline;
}

#footer a:hover {
  color:#C46A00;
  text-decoration:none;
}
#page #footer #footer-pad .line {
	height: 20px;
}
#id_fotografias {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    line-height: 25px;
    color: #666666;
    height: 1800px;
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}
