@charset "utf-8";
/*-  STYLE-RESET
----------------------------------------------------------------------*/
/* 
 	http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
  Smooths out many browser inconsistencies by explicitly assigning values to things like element 
  margins and padding, forcing all elements to have the same font size
*/
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, 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;
}


body {
  background: #FFFFFF;
  color: #2E894D;
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: small;
}

h1{ font-size: 2.2em; margin: 20px 0 15px; }
h2{ font-size: 1.9em; margin: 17px 0 12px; }

li { margin: 10px 0; }

a {
	color: #2E894D;
	text-decoration: none;
}

a:hover {
	color: #2E894D;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.55);
}

#idDivWrapper{  
  margin: 1% auto;  
	width: 94%;	
  max-width: 800px;
  font-size: 1.1em;
  background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: 0 0;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

/**
* thanks to mr. nicolas gallagher for the clearfix-hack
*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

#idDivText{
  width: 44%;
	padding: 10px 3%;
  float: left;
}


#idDivFotoContainer{  
  float: right;
	padding: 10px 3%;
  width: 44%;	
	-webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
}

#idDivFoto{  
  width: 100%;	
	height: 400px;
	margin: auto;
	background: #FFFFFF;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
}
