/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #EEEEEE url('images/background.jpg') repeat-y scroll center top;
	repeat-y scroll center top;
	font:Lucida, 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:13px/180%;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover a:visited.more {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}
a.more{
	background:none;
	float:right;
	padding:20px 0px;
}
img.read{
	background:none;
	border:none;
	padding:0px;
}
img.click{
	background:none;
	border:none;
	padding:20px 310px;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px 20px;		
	color: #444;
	letter-spacing: -2px;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 1.8em;
	color: #253523;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 5px 20px;
}

/* Paragraph */
p { padding: 12px 20px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}

/* Lists */

ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
   border:none;
}
img.slideshow{
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;  
}
img.float-left {
  	margin: 0px 10px 10px 0px;
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {  	
    font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #8F837B;	
	background:url('images/quote.gif') no-repeat 15px 15px;
	padding:18px 15px 5px 45px;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 100px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #658F71;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #3C7558 #88A898 #88A898 #3C7558;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #658F71;	
}	
/* end - table */

/* form elements */
form {
	margin: 20px 40px; 
	padding: 15px 25px 25px 20px;
	width:400px; 
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #690E09;
	font-size:17px;
}
fieldset{
	border:none;
}
label {
	font-weight: bold;
	color: #253523;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #429CCA;
	border-width: 1px;
  	border-style: solid;
  	border-color:  #fff #4A4811 #4A4811 #fff;
}
.submit-button{
	border:none;
}
#contact{
	float:left;
	margin-top:60px;
}
.contact{
	line-height:1.0em;
	padding:5px 20px;
	font-size:15px;
}
/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#sup{
	margin:0pt auto;
	overflow:hidden;
	/*padding:45px 0pt; estilo para idioma*/
    padding:20px 0pt;
	position:relative;
	width:854px;
}
#language{
	background:transparent url('images/bg-language.jpg') no-repeat scroll 100% 0pt;
	width:353px;
	height:194px;
	position:absolute;
	top:8px;
	right:0px;
	z-index:0;
	/*float:right;*/
}
#wrap {
	position: relative;
	width: 810px;
	margin: 20px auto 30px auto;
	text-align: left;
}
#content {
	clear: both;	
	float: left;	
	width: 810px;						
	padding: 25px 0 20px 0; 
	height:auto;
	background:transparent url('images/bg_main.png') repeat-y scroll 0% 50%;	
}
#header {
	position: relative;
	width: 808px;
	height: 170px;
	background:url('images/bg-header.jpg') no-repeat center;	
	color: #fff;	
	padding: 0;	
	margin: 0;	

}
#dgreck {
	position: absolute;
	margin: 0; padding: 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 28px;
}
#leyend {
		position: absolute;
		margin: 0; padding: 0;
		background: #cccccc  url('images/leyend2.jpg') no-repeat;
		width:291px;
		height:91px;	
		/* change the values of top and left to adjust the position of the logo*/
		top: 43px; left: 489px;
}

#language ul{
	padding:20px 25px 0px 0px;
	float:right;
	font-size:12px;
}
#language  ul li{
	display:inline;
	padding:10px 8px;
}
#language  ul li a{
	color: #27648B;
}
#language img{
	border:none;
	padding:0px;
}


/* Navigation */
#multi-level {
	clear:both;
    width:803px;
    height:58px; 
    position:relative; 
    z-index:100;
    background:url('images/bg-menu.jpg') no-repeat center;
	padding-left:6px;
}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; margin:0; font-family:verdana, sans-serif; padding:10px 10px 0px 10px;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:48px; padding:0px 10px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:99px; background: url('images/home-over.gif') no-repeat;}
.menu li.p2 {width:145px; background: url('images/paintings-over.gif') no-repeat;}
.menu li.p3 {width:154px; background: url('images/bio-over.gif') no-repeat;}
.menu li.p4 {width:114px; background: url('images/contact-over.gif') no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:99px; background: url('images/home.gif') no-repeat;}
.menu li a#paintings {width:145px; background: url('images/paintings.gif') no-repeat;}
.menu li a#biography {width:154px; background: url('images/bio.gif') no-repeat;}
.menu li a#contacts {width:114px; background: url('images/contact.gif') no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#paintings:hover, .menu li:hover a#paintings,
.menu li a#biography:hover, .menu li:hover a#biography,
.menu li a#contacts:hover, .menu li:hover a#contacts{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:34px; background: #C5DBC5 ; padding:3px 0; /*border:1px solid #666;*/ border:none; white-space:nowrap; width:140px; height:auto;}
.menu :hover ul.sub li {display:block; height:30px; position:relative; float:left; width:140px;}
.menu :hover ul.sub li a {display:block; font-size:14px; height:30px; width:140px; line-height:30px; text-indent:5px; color:#33452D; text-decoration:none; /*border:3px solid #fff;border-width:0 0 0 3px;*/}
.menu :hover ul.sub li a:hover {background:#78706C; color:#fff;}
 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/* Main Column */
#main {
	float: left;
	width:260px;
	padding: 0; margin: 0 0 0 20px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#introdgreck{
	background: url('images/bg-introdgreck.jpg') no-repeat;
	width:260px;
	height:auto;
}
#text-introdgreck{
	padding:190px 0px 0px
}
#sidebar {
	float: right;
	width: 530px;
	padding: 0; 
	margin: 0 0px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}
#slideshow{
	width:440px;
	height:313px;
	margin:0px 40px;
}


/* footer */
#footer {
	clear: both;
	width: 808px;
	/*height:190px;*/
	height:60px;
	margin: 0;
	background:url('images/bg_bottom.png') no-repeat scroll 0%;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 14px;
	color: #27648B;
	font-style: italic;
	font-weight: bold;	
	letter-spacing: .2px;
	
}
#footer ul{
	padding:30px 0px 0px 10px;
}
#footer ul li{
	display:inline;
	padding:20px 5px;
}
#footer ul li a{
	color: #355E44;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #79A325; 
	border-bottom: 1px dotted #3C755C;
	text-decoration: none;
}
/* ---------- gallery styles start here ----------------------- */
#pictures{
	padding:10px 55px;
	width:810px;
	height:auto;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 175px;
}

.gallery a {
	text-decoration: none;
	color: #999;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding: 14px 12px 12px 13px;
}
.gallery em {
	width: 193px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url("images/watercolor-mask.png") no-repeat;
	text-align: center;
	font: "Georgia", "Times New Roman", Times, serif;
	font-size:12px;
	padding-top: 140px;
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { 
	text-align: right; 
	padding:0px 10px;
	font-size:15px;
	}

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.capital{
	margin-right:6px;
	float:left;
	background:none;
	font-size:80px;
	line-height:60px;
	padding-right:5px;
	font-family:Georgia;
	color:#684E5F;
}

