/* 

Antonion Ben Chimol
Stylesheet
Welcome css

*/

/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}


/*          BODY&TAGS                              */
	body {
	  margin-top: 0em;	  
	  margin-bottom: 3em;
          background: #666;
          text-align:center;
	  }
		
	h1 {
	  font-family: sans-serif;
	  font-weight: normal;
	  font-size: 2em;
	  color: #efefef;
	  margin-bottom: .3em;
	  background-color: #666666;
          padding-left: .5em;
	  }
		
	h2 {
	  color: #fff;
	  font-size: 1.6em;
	  font-family: Eurostile, Arial, Helvetica, sans-serif;
	  background-color: #999999;
          padding: .1em 0em .1em .5em;
          margin-bottom: .3em;
          border:  solid #ccc;
          border-width: 0px 1em 0px 0em;
    }
		
		h3 {
	  color: #efefef;
	  font-size: 1.6em;
	  font-family: Eurostile, Arial, Helvetica, sans-serif;
	  text-transform: uppercase;
	  border-bottom:1px solid #ddd ;
	  color: #fff;
    padding-left: .2em;
    
		}
		
	a {
	  color: #000;
          text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color: #FFFFFF;
	  font-weight: bold;
	  text-decoration: none;
	  }

/**************** images styles ****************/		
	a img{
	  border:none;
	  }

	img.left,img.center,img.right {
	  padding: .5em;
	  }

	img.left {
	  float: left;
	  margin: 0 .8em .3em 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 1em auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 .5em .8em;
	  }
	  
/*                Doormat                             */

#doormat{
vertical-align: middle;
margin:7em auto;
width:770px;
padding:2em;
}

#doormat h1{
margin:0.1em auto;
padding:0.1em;
font: italic bold bold ;
font-family: DejaVu Sans, Eurostile, Verdana;
}

.menu_flags{
vertical-align: middle;
width:700px;
margin:7em auto 3.2em;
}

.menu_flags li{
list-style: none;
display: inline;
}

.menu_flags li a{
filter:alpha(opacity=25);
-moz-opacity:.25;
opacity:.25;
}

.menu_flags li a:hover{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}