/*
	Author: Laura Carminati
	Author URI: http://www.eiencafe.com/
*/


/* Body */
body	{
font-size: 11px; 
font-family: tahoma, verdana, san-serif;
background: #88C065 url(images/bg.jpg);
color: #AFF782;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper{
margin: 0 auto;
background: url(images/bgwrapper.jpg);
}

/* ----Topbanner---- */
#topbanner  { height: 257px; background: url(images/topbanner.png) no-repeat; margin: auto; }
/* ----Bottom banner---- */
#bottombanner  { clear:both; height: 55px; background: url(images/bottombanner.png) no-repeat; margin: auto; }
/* ----Fondo banner---- */
#fondo  { clear:both; height: 100px; background: url(images/fondo.jpg) repeat-x; }

/* ----Container---- */
#container{
width: 800px;
margin: 0 auto;
background: url(images/bgtable.png) repeat-y;
}

/* ----Pagina---- */
#pagina {
border: solid 0px #ffffff;
margin-left: 54px;
padding-left:2px;
padding-right:2px;
width: 580px;
float: left;
text-align:left;
}

/* ----Menu generals---- */
#menu{
margin-left: 50px;
width: 100px;
text-align:left;
display: inline;
float: left;
}

/* Fonts */

h1	{
	font-family : tahoma, verdana, san-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	}

p	{
	font-family : tahoma, verdana, san-serif;
	font-size : 11px;
	font-weight : normal;
	color : #FFFF00;
	} 

u	{
	font-family : tahoma, verdana, san-serif;
	font-size : 11px;
	font-weight : bold;
	color : #00FFFF;
	border-bottom:1px solid #FFFF00;
	}

i, em	{
	font-family : tahoma, verdana, san-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFA7CC;
	}

b, strong	{
	font-family : tahoma, verdana, san-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	}

#menu u	{
	font-family : tahoma, verdana, san-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	border-bottom:1px solid #FFFF00;
	}
	
input, textarea, submit, select { border:1px solid #FFFF00; font-size: 10px; font-family: tahoma, verdana, san-serif; background: #E39100; color: #6F4700; }
	
/* Tables */
td	{
	border:0px solid #FF57ED; 
	font-size:12px; 
	font-family: tahoma, verdana, san-serif; 
	background: transparent; 
	color: #AFF782;
	}

hr	{
	width:400px;
	border-top: solid 1px #ffff00;
	}



/* Links */
a:link, a:visited, a:active	{
	text-decoration:none; 
	font-weight:bold; 
	font-size:11px; 
	color:#c7c7c7;
	}
	
a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	}

#menu a:link, #menu a:visited, #menu a:active	{
	text-decoration:none; 
	font-weight:bold; 
	font-size:10px; 
	color:#915D00;
	}
	
#menu a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
	}
/* Heads */

/* ----Navigation---- */

.head {
	color : #000000;
	font-size:14px;
	font-weight:bold;
	font-family: tahoma, verdana, san-serif; 
	background: url(images/header.png) repeat-x;
	border: solid 0px #ffffff;  
	text-align:center;
	height:19px;
	}

img	{
	border: 0;
	}

.immi	{
	margin: 5px 5px 5px 5px;
 	padding: 5px 5px 5px 5px;	
	border: 3px double #D941A2;
	background-color: #ffffff;
	}
