/* 
	Author: webaccesible@webaccesible.com.ar
**/

*{
margin: 0;
padding: 0;
}
body, html{
cursor: default;
font-family: "Verdana", Tahoma, Arial, sans-serif;
background: #fff;
}

ul{
position: absolute;
top: -999px;
}

#container{
width: 70%;
margin: 0 auto 0 auto;
padding: 0 0 1em 0;
}

h1{
font-size: 5.05em;
font-weight: normal;
text-align: center;
font-family: "Georgia", Times New Roman, Times, serif;
padding: 0.5em 0 0 0;
}
	h1 strong{
	color: #777;
	font-weight: normal;
	}
	h1 em{
	color: #003399;
	font-style: normal;
	}
	
p{
color: #444;
font-size: 1.2em;
text-align: center;
padding: 1em 0 4em 0;
}
p.no{
padding: 0 0 2.5em 0;
color: #990000;
}
	p strong{
	font-weight: normal;
	}
	p em{
	color: #333;
	font-style: normal;
	}

p.email{
padding: 3em 0 0 0;
}
	
h2{
color: #447ae5;
font-size: 1.85em;
font-weight: normal;
font-style: italic;
text-align: center;
font-family: "Georgia", Times New Roman, Times, serif;
}
