@import url('reset.css');
body {
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url('img/body-bg.jpg');
	background-position:top center;
      background-repeat:no-repeat;
      background-attachment:fixed;
	background-color:#ececec;
}
div.pusher {
	clear:both;
	height:0px;
	overflow:hidden;
}

/* Separador de componentes */
div.sep {
	height:4px;
      font-size:4px;
      clear:both;
}
/* dialog */

div.flora .ui-dialog,
div.flora.ui-dialog{
  border:1px solid #dfdfdf;
}
div.flora .ui-dialog .ui-dialog-container,
div.flora.ui-dialog .ui-dialog-container{  
 padding-left:12px; padding-right:12px;}
div.flora .ui-dialog .ui-dialog-titlebar,
div.flora.ui-dialog .ui-dialog-titlebar{
  background:none;
  border-bottom: 2px solid #4d4d4d;
}
div.flora .ui-dialog .ui-dialog-titlebar-close, 
div.flora.ui-dialog .ui-dialog-titlebar-close{
 background:none;
 width:48px;
 cursor:pointer;
 right:2px;
}
div.flora .ui-dialog .ui-dialog-title,
div.flora.ui-dialog .ui-dialog-title {
  color:#363636;
 font-size:1.2em;
 font-weight:bold;
  left:0;
  margin-left:0px;
}

/* end dialog */

/* --- BEGIN Header --- */
#header {
	padding-top:80px;
}
#print-logo{
      display:none;
}
#header .aux {
	margin:0 auto;
      /*width:976px;*/
      width:992px;
	/*padding:8px 0 0 16px;*/
    /* padding-top:8px;*/
	height:74px;
	position:relative;
}
#header h1 {
	float:right;
	width:182px;
	height:84px;
	background-image:url('img/logo-trans.png');
	background-repeat:no-repeat;
      /*margin-top:9px;
      margin-right:10px;*/
      position:absolute;
      right:0px;
      bottom:0px;
      margin-top:0px;
}
#header h1 a {
	display:block;
	width:197px;
	height:88px;
}
#header h1 span {
	display:none;
}

/* --- Login --- */
#login {
	width:210px;
	min-height:77px;
	text-align:right;
	float:right;
}
#login legend {
	display:none;
}
#login dt {
	float:left;
	height:2em;
	margin:0 8px 0.4em 0;
}
#login dt span {
	display:none;
}
#login dt label {
	display:block;
	background-position:100% 0.5em;
	background-repeat:no-repeat;
	height:2em;
}
#login dt.user label {
	width:8px;
	padding-left:80px;
	background-image:url('img/login-user.gif');
}
#login dt.pass label {
	width:15px;
	padding-left:73px;
	background-image:url('img/login-password.gif');
}
#login dd {
	float:left;
	height:2em;
	margin-bottom:0.4em;
}
#login input {
	width:80px;
	padding:0.2em 8px;
	font-size:1em;
	color:#666666;
	border:1px solid #d8d8d8;
}
#login button {
	float:right;
	clear:right;
	margin-bottom:8px;
	background-image:url('img/login-button.gif');
	background-position:top left;
	background-repeat:no-repeat;
	width:12px;
	height:13px;
	border:0;
	line-height:500px;
	overflow:hidden;
	font-size:0;
	cursor:pointer;
	position:relative;
	top:3px;
}
#login p {
	font-size:1em;
	color:#666666;
	padding:0.2em 0;
}
#login a {
	color:#FF7716;
}
#login ul {
	margin-left:98px;
}
#login li {
	clear:both;
	font-size:0.80em;
	text-align:left;
}
#login li a {
	color:#ff7716;
	text-decoration:underline;
}
/* --- ToolBar --- */

#tool-bar {

	float:left;

	clear:left;

	/*margin-top:70px;*/

      margin-left:-2px;

      position:absolute;

      left:0px;

      bottom:8px;

}

#tool-bar li {

      /*float:left;

	padding:0 1px;

	font-weight:bold;

	font-size:90%;

	text-transform:lowercase;*/

float:left;

padding:0 1px;

font-weight:bold;

font-size:90%;

text-transform:lowercase;

background:url('/images/lang-sep.gif') no-repeat scroll right 2px;

padding:0 8px 2px 4px;

}

#tool-bar li a {

	display:block;

      float:left;

	height:11px;

	background-position:top left;

	background-repeat:no-repeat;

	color:#44913d;

	text-decoration:none;

}

#tool-bar li a:hover {

    text-decoration:underline;

}

#tool-bar li#tb-decrease-font a {

	width:13px;

      background:url('img/tool-decrease.gif') no-repeat left bottom;



}

#tool-bar li#tb-decrease-font span , #tool-bar li#tb-increase-font span {
	display:none;
}
#tool-bar li#tb-increase-font a {
	width:19px;
      background:url('img/tool-increase.gif') no-repeat left bottom;
      margin-left:4px;
}
#tool-bar li#tb-increase-font {
  background:none;
  padding:0;
}
#tool-bar li#tb-decrease-font {
  background:none;
  padding:0 0 0 5px;
}
#tool-bar li img.flag{
  padding-top:2px;
}




/* --- Search --- */

#search {
	width:100%;
}
#search legend {










	display:none;

}






#search dt {
	float:right;
}
#search dt span {
	display:none;






}
#search dt label {
	display:none;
}
#search dd {
	float:left;
	height:2em;
}
#search #input-wrapper{
    float:left;
}
#search input {
      width:160px;
	padding:5px 7px 5px 26px;
	font-size:90%;
	font-family:inherit;
	color:#343434;
      /*border:1px solid #c7c7c6;*/
      border:none;
      background:#FFFFFF url('/images/search-bg.gif') no-repeat 0 center;
      /*background:url('img/search-bg.gif') no-repeat 5px center;*/
	text-transform:uppercase;
      float:left;
}
#search #input-left{
border-left:1px solid #c7c7c6;
}
#search #input-top{
    margin-left:1px;
    height:1px;
    background-color:#c7c7c6;
width:170px;
  font-size:0;
  padding:0px 7px 0px 17px;
}
#search #input-bottom{
    margin-left:1px;
    height:1px;
    background-color:#c7c7c6;
    width:170px;
  font-size:0;
  padding:0px 7px 0px 17px;
}
#search button {
	display:block;
	width:23px;
      height:25px;
	background:url('/images/search-icon.gif') no-repeat top right #44913d;
	border:none;
	color:#fff;
	text-transform:uppercase;
      /*font-size:70%;*/
      font-size:0.7em;
	cursor:pointer;
      float:right;
      font-weight:bold;
      /*border:1px solid #CBCBCB;
      border-left:none;
      margin-right:2px;*/
      text-align:center;
      padding:0px;
      margin-right:0px;
}

#search button:hover {  
    text-decoration:underline;
}

/* CONTENT */

#home-content {
      /*background:url('img/bienvenidos.jpg') no-repeat center bottom;*/
	height:588px;
      /*margin:-24px -20px 0;*/
	padding:8px;
	}
#pre-content {
    margin:0 auto;
    color:#363636;
    padding : 0 16px;
    width : 714px;
}
#pre-content .illustrated-text p {
    /*width:425px*/
    font-size:1em;
}
#pre-content .illustrated-text .title {

    font-size:2.5em;
    font-weight:normal;
    display:block;
    padding-bottom:4px;
    padding-top:4px;
    margin-top:38px;
    margin-bottom:10px;
    background-image:none;
    padding-left:0px;
    white-space:nowrap;
}
#pre-content .illustrated-text br {
  line-height:0;
}



#pre-content .img-border {
      /*border:2px solid #d5d5d5;*/
}
#pre-content .img-left {
	overflow:hidden;
	float:left;
	margin:0 8px 0.4em 0;
}
#pre-content .img-right {
	overflow:hidden;
	float:right;
/*bea 17.11.08
      margin:0px -16px 0.4em 8px;*/
      /*margin:-24px -16px -32px 8px;*/
      margin:-24px -12px -32px 8px;
      margin-right:-18px;
}
#pre-content .img-center {
	text-align:center;
	margin-bottom:0.8em;
}

#pre-content .illustrated-text {
      float:left;
      width:100%
}

.emphasized {
}
#content {
	width:992px;
      margin:5px auto 0;
	overflow:hidden;
}
#content .aux {
	float:left;
/*border-top:1px solid #b5b5b5;*/
border-top:none;
margin-top:2px;
}

body.MR #content .aux {
	float:left;
}

#left-content {
	float:left;
	width:160px;
	padding:16px;
	overflow:hidden;
}
#main-content {
	overflow:hidden;
	float:left;
      /*padding:20px;*/
      /*
      padding:22px;
      padding-top:6px;
      padding-bottom:0px;
      margin: -1px 0;
*/
      min-height:570px;
      position:relative;
}
body.MR #main-content.cover {
      /*margin-left:1px;*/
      /*background:url('img/bienvenidos.jpg') no-repeat center bottom;*/
}
/* */

#main-content .img-border {
      border:1px solid #D5D5D5;
      padding:2px;
      width:auto;
      heigth:auto;
}
#main-content .img-left {
	overflow:hidden;
	float:left;
	margin:0 8px 0.4em 0;
}
#main-content .img-right {
	overflow:hidden;
	float:right;
	margin:0 0 0.4em 8px;
      padding:2px;
      clear:both;
}

#main-content .img-left p, #main-content .img-right p, #main-content .img-center p {
	font-size:1em;
	font-style:italic;
	padding:0.2em 4px;
	margin:0;
	color:#999999;
	width:100px;
}
#main-content .img-center p {
	margin:0 auto;
}
#main-content .img-right p {
	text-align:right;
}
#main-content h2.title {
	font-size:250%;
	padding:16px 0px;
}

#main-content .two-column-group-leftWide .column02 div.title {
	background:url('img/h3-col-bg.gif') no-repeat center top #cacaca;
	height:26px;

	border-bottom:1px solid #8292a6;
	}
#main-content .two-column-group-leftWide .column02 div.title h3 {
	text-align:center;
	font-weight:bold;
	color:#666666;
	padding-top:5px;
	text-transform:uppercase;
	}
#main-content .two-column-group-leftWide .column02 div.title p.more {
	text-align:right;
	margin-top:-10px;
	margin-right:5px;
	background:url('img/more-icon.gif') no-repeat right center;
	padding-right:10px;

	}
#main-content .two-column-group-leftWide .column02 div.title p.more a {
	color:#0c751f;
	text-decoration:none;
	}
#home-content .column01 h1 {
	font-size:2.4em;
	color:#fff;
	margin-top:95%
	}
#home-content .column01 h2 {
	font-size:1.35em;
	color:#fff;
	}

#right-content {
	float:right;
	padding:8px;
      /*border-top: 1px solid #cdcdcd;*7
      border-top:none;
}
#right-content h4 {
	font-size:1.2em;
	font-weight:bold;
	background-image:url('img/title-icon.gif');
	background-position:0 0.4em;
	background-repeat:no-repeat;
	padding-left:8px;
	color:#666666;
	margin-bottom:0.8em;
}
#right-content .img-border {
	border:3px solid #CCCCCC;
}
#right-content .img-left {
	overflow:hidden;
	float:left;
	margin:0 8px 0.2em 0;
}
#right-content .img-right {
	overflow:hidden;
	float:right;
	margin:0 0 0.2em 8px;
}
#right-content .img-center {
      /*text-align:center;
	margin-bottom:0.4em;*/
}
#right-content .img-left p, #right-content .img-right p, #right-content .img-center p {
	font-size:1.1em;
	font-style:italic;
	padding:0.2em 4px;
	margin:0;
	color:#999999;
	width:100px;
}

#right-content p.more {
	width:7px;
	height:8px;
	float:right;
	margin-right:4px;
	margin-top:-11px;
}
#right-content p.more a {
	text-decoration:none;
	background-image:url('img/more-icon.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	width:7px;
	height:7px;
	outline:none;
	font-size:0;
	color:#D9D8D8;
}
#post-content {
      /*height:2px;
	width:992px;
	margin:0 auto;
	background:url('img/content-MR-bottom.gif') no-repeat top left;*/
      display:none;
}
#post-content .aux {
	width:192px;
	height:30px;
	border-top:1px solid #CCCCCC;
	margin-top:-11.8em;
	position:absolute;
	right:16px;
	padding:46px 8px 8px;

	background-position:8px 16px;
	background-repeat:no-repeat;
}
#post-content address {
	font-size:1.2em;
	color:#ff7716;
}
#post-content address strong {
	color:#180841;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em;
}
#footer {
	width:992px;
	margin:0 auto 48px;
/*      padding:8px 0 8px 0;*/
	position:relative;
	color:#646463;
      padding-top:4px;
}
#footer p {
	text-align:center;
      line-height:2em;
	}
#footer-menu {
	margin-bottom:10px;
	}
#footer-menu ul {float:left;}
#footer-menu li {
     
    border-right:1px solid #646463;
    display:inline;
    margin-right:4px;
    padding-left:2px;
    padding-right:2px;
    text-transform:uppercase;

}
#footer-menu li.last {
      border-right:none;
}
#footer-menu li a {
     
color:#636363;font-size:0.9em;font-weight:normal;letter-spacing:-0.01em;text-decoration:none;}
#footer-menu li a:hover {
	text-decoration:underline;
	}

#footer-menu li.rss {
	background:url('img/rss-button.gif') no-repeat bottom right;
	padding-right:15px;
	padding-top:2px;
	border:none;
	}

#nivaria{
width:112px;
height:22px;
position:absolute;
right:16px;
top:0%;
margin-top:16px;
background-image:url('img/bynivaria-trans.png');
}
#nivaria a{
width:112px;
height:22px;
display:block;
}
#nivaria span{
display:none;
}



.img-center{
  text-align:center;
}

img.img-border {
  width: auto;
  height: auto;
}

/* Layout variations */

/* LMR */

body.LMR #content {
	background-image:url('img/content-bg-LMR.gif');
}
body.LMR #main-content {
	width:522px;
}
/* LM */

body.LM #content {
	background-image:url('img/content-bg-LM.gif');
}
body.LM #main-content {
	width:768px;
}
body.LM #right-content, body.LM #post-content {
	display:none;
}
/* MR */

body.MR #content {
    /*background-image:url('img/content-bg-MR.gif');
      background-repeat:repeat-y;*/
    /*background-image:url('img/content-MR-top-trans.png');*/
    background-image:url('img/content-MR-top-plus-trans.png');
    background-repeat:no-repeat; 
    padding:0px;
    
}
body.MR.home #content {
    background-image:url('img/content-MR-top-trans.png');
    padding:0px;    
}
body.MR #content .aux{  
    background-image:url('img/content-bg-MR-plus.gif');
    background-repeat:repeat-y;  
     background-color:#FFFFFF;
}
body.MR.home #content .aux{  
    background-image:url('img/content-bg-MR.gif');
    background-repeat:repeat-y;  
     background-color:#FFFFFF;
    width:748px;
}

body.MR #left-content {
	display:none;
}
body.MR #main-content {
      width:708px;
      padding-bottom:44px;
      /*width:730px;*/
}
body.MR #right-content {
      /*width:224px;*/
    width:218px;
    background:url('/images/right-content-bg.gif') repeat-y top right;
    margin-top:2px;
}

body.MR #content .aux .bottom {  
    background:url('img/content-MR-bottom-plus.gif') no-repeat left bottom;
    height:2px;
    clear:both;
    width:720px;
    padding-left:16px;
    padding-right:16px;
}
body.MR.home #content .aux .bottom {  
background:url('/images/content-MR-bottom.gif') no-repeat left bottom;
}

body.MR .right-aux {
float:right;
}

body.MR .right-aux .bottom {

background:url('/images/content-MR-bottom.gif') no-repeat right bottom;
height:2px;
clear:both;
float:right;
width:218px;
padding-left:8px;
padding-right:8px;
font-size:0;
}

/* M */

body.M #content {
	background-image:url('img/content-bg-M.gif');
}
body.M #left-content, body.M #right-content, body.M #post-content {
	display:none;
}
body.M #main-content {
	width:992px;
}


/* ---BEGIN illustrated-text --- */



/* ---END illustrated-text --- */

/* --- BEGIN breadcrumbs --- */

#breadcrumbs {
    /*background:url('img/breadcrumbs-bg.gif') no-repeat left center #fff;
    background-color:#FFFFFF;*/
    border-bottom:1px solid #B5B5B5;
    color:#636363;
    display:block;
    font-size:0.9em;
    height:20px;
    margin-left:2px;
    margin-top:-1px;
    padding:0 20px 4px 0px;    
    width:728px;
    position:relative;
    /*  border-left:none;
    border-right:none;*/
}
body.LM #breadcrumbs, body.M #breadcrumbs {

	width:957px;
}
#breadcrumbs a {
    color:#636363;
    text-decoration:none;
}
#breadcrumbs a:hover {
    text-decoration:underline;
}
#breadcrumbs span {
    background:url('/images/breadcrumbs-icon.gif') no-repeat 0px 1px;
    padding-top:4px;
    padding-left:20px;
    height:20px;
    display:block;
    float:left;
}
#breadcrumbs a.flag{
    float:left;
    width:19px;
    height:23px;
    background-image:url('/images/breadcrumbs-bg.gif');
    background-repeat:no-repeat;
    background-position:0px 1px;
}


#breadcrumbs a.flag:hover{

    float:left;

    width:19px;

    height:23px;

    background-image:url('/images/breadcrumbs-bg-over.gif');
    background-repeat:no-repeat;
    background-position:center center;
}
/* --- END breadcrumbs ---- */




/* Imprimir y enviar
----------------------------------------*/
#print-footer {
	border-top:2px solid #4d4d4d;
	background:url('img/print-footer-bg.gif') no-repeat left 5px;     
      padding-left:15px;
      padding-top:8px;   
       color:#44913d;
	height:20px;
      margin-top:24px;
margin-left:20px;
/*position:absolute;
bottom:8px;*/
width:692px;
	}
	#print-footer a {
		color:#44913d;
		}
	#print-footer span {
		float:right;
		}
	#print-footer p {
		float:left;
		}
	#print-footer span a.print, #print-footer span a.send {
		background:url('img/print-ico.gif') no-repeat right top;
		padding-right:20px;
		text-decoration:none;
		margin-left:5px;
		}
	#print-footer span a.send {
		background:url('img/send-ico.gif') no-repeat right top;
		padding-right:26px;
		}
#print-footer span a.print:hover , #print-footer span a.send:hover {
text-decoration:underline;
}

/* Google maps */
#content div.googlemaps-searcher {
  background:none;
  color:#000000;
  margin-bottom:0px;
  padding:12px 8px;
}
#content div.googlemaps-searcher span input {
 width:92px;
border:1px solid #dfdfdf;
margin: 0 6px;
}
#content div.googlemaps-searcher ul li label {
 color:#000000;
 margin:0px; padding:0px;
 width:auto;
font-weight:bold;
}
#content div.googlemaps-searcher input.form-ok,
#content div.googlemaps-searcher input.form-cancel {
    margin: 0 0 0 0;
    padding: 0;
    float: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    background:#48783D url('img/search-icon.gif') no-repeat scroll left top;
    color:#FFFFFF;
    font-size:0px;
    text-transform:uppercase;
    vertical-align:bottom;
    height:25px !important;
    margin-top:-3px;
    width:23px;
}
#content div.googlemaps-searcher ul li{
    clear:none;
    float:left;
    margin:0px;
    padding:0px;
}
#content div.googlemaps-searcher ul li.last-child{
    float:right;
}
#content div.googlemaps-searcher ul li span {
  color:#000000;
  float:left;
  margin:0;
  padding:0;
  width:auto;
}
#content .map-block{
  margin-bottom:0px;
  overflow:hidden;
}
#content div.googlemaps-searcher ul{
  margin:0px;
  padding:0px;
}
#content div.googlemaps-searcher h2 {  
  background-color: #ffffff;
  color:#4d4d4d;
  font-size:1.2em;
  font-weight:bold;
  border-bottom: 2px solid #4d4d4d;
  padding:6px 12px;
  padding-left:1px;
}
/* End Google maps */







/*#END#*/
/*#BEGIN#*/
/*# name="illustrated-text" reference="ref/layout.css\illustrated-text.htm" description="null" #*/
.illustrated-text {
    font-weight:normal;
    color:#606060;
}
.illustrated-text a {
  background-image:url('img/list-level1.gif');  background-position:right 3px;  background-repeat:no-repeat;  margin-right:4px;  padding-right:8px;}
.illustrated-text ul li a {
  background:none;
  margin-right:0px;
  padding-right:0px;
}
.illustrated-text .title {
    font-size:1.4em;
    font-weight: bold;
    color:#323232;
}
.illustrated-text .mediana {
    font-size:1.2em;
    font-weight: normal;
    color:#606060;
}
.illustrated-text .subtitle {
	color:#666666;
	font-weight:normal;
	margin-bottom:2.4em;
	padding-left:8px;
	display:block;
}
.illustrated-text p {
    font-size:1em;
    font-weight:normal;
    color:#606060;
    margin-bottom:0.8em;
}
/*.illustrated-text .introduction {
	font-weight:bold;
	color:#666666;
	margin-bottom:1em;
	font-size:1.1em;
}*/
.illustrated-text .paragprah-title {
/*      font-size:1.1em;
	font-weight:bold;
	margin:1.5em 0 1em;*/
    font-size:1.2em;
    font-weight:bold;
    color:#414141;
}
.illustrated-text .highlight {
/*      font-weight:bold;*/

    font-size:1em;
    color:#414141;
    font-weight:bold;
}
.illustrated-text .author {
    font-size:1em;
    font-weight:bold;
    font-style:italic;
    color:#606060;
    }
.illustrated-text .autotitulo {
    text-transform: uppercase;

    font-size: 0.9em;
    color: #4d4d4d;
    font-weight:normal;
    }

.illustrated-text ul {
    float:none;
    display:inline-block;
    margin: 5px 0px 10px 0px;
}

.illustrated-text ul li {
    background-image:url('img/list-level1.gif')

;
    background-position:0 0.4em;
    background-repeat:no-repeat;
    padding-left:8px;
    padding-bottom: 3px;
    
}



/*#END#*/
/*#BEGIN#*/
/*# name="image" reference="ref/layout.css\image.htm" description="null" #*/



.img-wrapper-top {
  height: 2px;
  background-color: #EEEEEE;
  margin-left: 2px;
  margin-right:2px;
font-size:1px;
}

.img-wrapper-left {
  border-left: 2px solid #EEEEEE;
}

.img-wrapper-right {
  border-right: 2px solid #EEEEEE;
}

.img-wrapper-bottom {
  height: 2px;
  background-color: #EEEEEE;
  margin-left: 2px;
  margin-right: 2px;
font-size:1px;
}


/*#END#*/
/*#BEGIN#*/
/*# name="scroller" reference="ref/layout.css\scroller.htm" description="null" #*/

/*#END#*/
/*#BEGIN#*/
/*# name="search" reference="ref/layout.css\search.htm" description="null" #*/
/* 'img/scrollbar.gif' */
/* 'img/scroll-background.gif' */

#scrollbar_background{
    float:right;
    height:528px;
    background-image:url('/images/scroll-background.gif');
    background-repeat:repeat-y;
    width:10px;
    position:relative;
    margin-top:4px;
    margin-right:4px;
    margin-left:6px;
}
#scrollbar{
    position:absolute;

    height:280px;

    width:10px;
    top:0px;

    background-image:url('/images/scrollbar.gif')


;

    background-repeat:no-repeat;
}

.developer {color:#636363; float:right;}
.developer a {text-decoration: none; color:#636363;}
.developer a:hover {text-decoration: underline;}
.developer a.VIZZON {background-color:red; text-decoration: none; color:#ffffff;	padding:4px; margin:0px;}
.developer a.VIZZON:hover {background-color:#ffffff; text-decoration: underline; color: red;}

.twitter_share{background:url('img/twitter_15x15.gif') no-repeat top left;}
.facebook_share{background:url('img/facebook_15x15.gif') no-repeat top left;}
a:hover  .twitter_share, a:hover  .facebook_share {	background-position:left -15px;}

.fl { float:left;}
.clr { clear:both;}

.line2 {background:#4d4d4d; height:1px; width:100%; font-size:1px; margin:15px 0px 15px 0px;}

.p3 { padding-bottom:3px;}
.name {font-size:1.2em;font-weight:bold; padding-bottom:5px;}

.gallery_on
{
	border:3px solid #44913D;
	padding:2px;
	float:left;
	margin:0px 10px 10px 0px;
}
.gallery_off
{
	border:1px solid #44913D;
	padding:4px;
	float:left;
	margin:0px 10px 10px 0px;
}
.main
{
	border:3px solid #44913D; 
	width:600px;
	margin:0px 0px 10px 0px;
	text-align:center;
}



/*#END#*/
