/* reset */
* {
	margin: 0;
}

@font-face {
 font-family: CFMarieEve;
 src: url("CFMarieEve.eot") /* EOT file for IE */
}
@font-face {
 font-family: CFMarieEve;
 src: url("CFMarieEve.ttf") /* TTF file for CSS3 browsers */
}
	
	
/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	line-height: 1;
	font-family: Myriad Pro,Bell Gothic std, Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	background:url(images/fondo.jpg);
	margin-left: 20px;
	color: #295F1D;
	font-size:25px;
	font-weight:bold;
}

/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;

}

nav {
	width: 940px;
	height: 190px;
	background: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

header {
width: 940px;
height: 200px;
margin: 0 auto;
background: #fff url(images/butterflybrilliance.jpg) no-repeat left top;
}

#main {
	width: 940px;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
	background-image: url(images/fondo_base.jpg);
}

#main1 {
	width: 940px;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
}

#main2 {
	width: 940px;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
	background-image: url(images/fondo_contacto.jpg);
	usemap="#Map2";
}

#content {
float: right;
width: 900px;
margin-right: 40px;
}

#sidebar {
float: left;
padding-left: 20px;
width: 220px;
}

footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
	background-image: url(images/pie.jpg);
}

/* basics */

@font-face {
    font-family: 'BlackRoseRegular';
    src: url('BLACKR-webfont.eot');
    src: url('BLACKR-webfont.eot?iefix') format('eot'),
         url('BLACKR-webfont.woff') format('woff'),
         url('BLACKR-webfont.ttf') format('truetype'),
         url('BLACKR-webfont.svg#webfont21KuPMyg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #295F1D;
}

a:link, a:visited {
color:#085E9B;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 14px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left ;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px 0px;
text-decoration: none;
color: #18CC2D;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
color: #295F1D;
}

header h1 { 	
float: left;
padding-top: 90px; 
font-family: BlackRoseRegular, Verdana, Arial, Helvetica, sans-serif;
font-size: 55px;
font-weight: normal;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
text-shadow: 0px 2px 3px #fff;
color: #390705;
}

header h2 {
padding: 20px 0 0 30px;
font-style: italic;
font-size: 14px;
color: #295F1D;
}

/** ARTICLES **/
article img {
border: none;
/**-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;**/
}

#content p, ul, ol, hr {
	margin-bottom: 24px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #295F1D;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
	color: #FFF;
	font-size: 90%;
	overflow: hidden;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.footer-segment {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 225px;
	font-size: 14px;
  vertical-align:top;
}

footer aside h4 {
color: #ddd;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
	color: #000;
	font-weight: normal;
}

footer p {
margin-top: -15px;
color: #000;
font-weight: normal;
}
