/* css reset */
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: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol {
	/* list-style: none; */
	margin-left: 22px; 
}
ul {
	/* list-style: none; */
	margin-left: 18px; 
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html, body {
	height: 100%;
	width: 100%;
}
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.hidden {
	display: none!important;
}
p {
	padding: 10px 0;
	line-height: 1.6em;
}
.clearfix {
	clear: both;
}

/* --------------------------------------------------------------   
   Sidneyrees.com.ar
-------------------------------------------------------------- */
*{
  font-family: Trebuchet MS,Arial,Sans Serif;
}

body {
  font-size: 0.9em;
	margin: -1px;
	line-height:1.5em;
	background-color: #F3F4F9;
}

a
{ 
  text-decoration : none;
  color: #3B5998;
}

hr 
{
  border: 0.1em solid #c4c4c4;
}





/* --------------------------------------------------------------   
   Microformats style
-------------------------------------------------------------- */

.hresume
{
    width: 800px;
    margin: 0 auto 0 auto;
    padding:1em;
    background-color:#fff;
    text-align:left;
    border: 0.1em #c4c4c4 solid
}

.given-name, .family-name
{
  color: #3B5998;
}

.Photo 
{
  margin-top:-25px
}

.Photo img
{
  border-color:#c4c4c4
}

.hresume abbr
{
    border: none;
}

.hresume address
{
    font-style: normal;
}

.hresume .street-address
{
  display: none!important;
}

.hresume hr
{
    display: block;
}

.hresume .contact .fn
{
    font-weight: bold;
    font-size: 12pt;
}

.hresume h1{font-size:2em; color: #3B5998}
.hresume h2{font-size:1.3em; color: #3B5998 }
.hresume h3{font-size:1.15em; color: #3B5998}
.hresume h4{font-size:1.1em; color: #3B5998}
.hresume h5{font-size:1.05em; color: #3B5998}

.hresume .education, .hresume .accreditation
{
    margin: 10px 0 10px 20px;
    padding: 1px;
}

.hresume .experience
{
    margin: 10px 0 30px 20px;
    padding: 1px;
}

.hresume .summary, .hresume .tags, .hresume .hireme
{
    margin: 10px 0 20px 20px;
    padding: 1px;
}

.hresume .education .htitle, .hresume .experience .htitle
{

}

.hresume .htitle .include
{
    display: none;
}

.hresume .education .date_duration, .hresume .experience .date_duration, .hresume .experience .org, .hresume .experience .location
{
    font-size: smaller;
}

.hresume .education .date_duration, .hresume .experience .date_duration
{
    color: #666666;
}

.hresume .experience .title, .hresume .education .summary
{
    font-weight: bold;
}

.hresume .education .summary
{
    margin: 0;
}

.hresume .tags ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hresume .tags ul li
{
    display: inline;
}

