/***************/
/** CSS RESET **/
/***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Remember to define your own focus styles! */
:focus { outline: 0; }


html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #E7E7E8;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*************************/
/** CSS RESET ENDS HERE **/
/*************************/

/* body { */
/*     background: #fff url(../images/bg-hi.jpg) no-repeat top left; */
/* } */

/* #contact { */
/*     display: inline-block; */
/*     position: absolute; */
/*     width: 340px; */
/*     height: 70px; */
/*     /\* border: 1px solid red; *\/ */
/*     top: 450px; */
/*     left: 140px; */
/* } */

/* #contact img, #youtube img { */
/*     width: 100%; */
/*     height: 100%; */
/* } */

#content {
    margin: 40px 20px;
}

#content a {
    display: block;
}

#content #video {
    margin-top: 10px;
}

#youtube, #contact, #cv  {
    margin-left: 3px;
}

#contactform table {
    margin: 0 auto;
}

#contactform table td {
  padding: 5px;
}

#contactform .text, #contactform .message {
    width: 240px;
}

#contactform .message {
    height: 150px;
}

#images {
	height: auto;
    max-height: 410px;
    white-space: nowrap;
    width: 100%;
}

#images img {
    margin-right: 6px;
}

#images img.last {
    margin: 0;
}
#Titulo{
	font-family:"Century Gothic";
	font-size:34px;
	font-weight:bold;
	
}
#Titulo2{
	font-family:"Century Gothic";
	font-size:24px;
	padding: 5px;
	font style="letter-spacing: 1pt;
		font-weight:bold;
		font-stretch:condensed;
		

}


