/* Global 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: inherit;vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
/* ol, ul {list-style: none;} */
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong {font-weight:bold}
.clear {clear:both}

/* Main Structure */
body {color:#000;font:normal  14px/150% Tahoma,sans-serif;background:#333;}
#out-wrap {background:#03216A url(/assets/images/structure/body-bg.png) repeat-x}
#wrap {width:900px;margin:0 auto}
#top-nav {float:right;background:#333;}
#nav {}
#main-content {width:100%}
#sub-content {}
#crumbs {width:900px;margin:10px auto 0 auto;font-size:11px;background:#626262 url(/assets/images/structure/corners/626262-tl.png) no-repeat top left;color:#fff;}
	#crumbs #crumbs-wrap {background: url(/assets/images/structure/corners/626262-tr.png) no-repeat top right;padding:5px 10px;}
	#crumbs a {color:#fff}
#footer {background:#333;color:#ddd;font-size:12px}
	#footer #footer-wrap {width:900px;margin:0 auto;}
	#footer a {color:#fff;}
		/*
		#cprt {font-size:11px;padding:10px;border-bottom:1px solid #555555;margin-bottom:20px;}
			#cprt, #cprt a {color:#999}
		*/
/* Heading Styles */
h1 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;padding-bottom:10px;margin-bottom:10px}


/* html */
p, ul, ol {margin-bottom:10px}
a:hover {text-decoration:none;}
em {font-style:italic}


/* Nav */
#nav {margin-bottom:40px;}
	#nav .br {width:900px;background: url(/assets/images/structure/corners/333-br.png) no-repeat bottom right;}
	#nav .bl {background: url(/assets/images/structure/corners/333-bl.png) no-repeat bottom left;}
	#nav .tr {background: url(/assets/images/structure/corners/333-tr.png) no-repeat top right;}
	#nav .tl {background:#333 url(/assets/images/structure/corners/333-tl.png) no-repeat top left;}




/* 
	- Estilos Template
	- Autor: Luis Pico

*/

#header-wrap {background: #FFFFFF url(/assets/images/structure/header-background.png) repeat-x 0 20px;}

#header {
	height:117px;
	width:900px;
	margin: 0px auto;
}

#logo {display:block;background:url(/assets/images/structure/header.png) no-repeat -30px 4px; width:625px;height:117px}

#header_text {
	float: right;
}

#header_link {
	float: right;
	margin-top: 15px;
}

#header_link a {
	font-style: italic;
	font-weight: bold;
	font-size: 14.4px;
	color: #222222;
	
	text-decoration: none;
}

#header_subtitle {
	float: right;
	width: 250px;
	margin-top: 12px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #ECECEC;
	text-align: center;
}

#demo {
	background: #FFFFFF url(/assets/images/structure/demo-background.png);
	width: 902px;
	height: 337px;
position:relative;
}
#demo label {color:#fff;}
#customize_widget {position:absolute;top:50px;left:20px}
#converter_holder {position:absolute;top:122px;left:20px}
#widget_code {position:absolute;top:130px;right:55px;width:410px;height:95px;border:none}
#widget_code_label {position:absolute;top:50px;left:420px;}
#background_color_div {display:none}
#text_color_div {display:none}
#size {position:relative;top:-1px;left:10px;width:145px}
#widget_code_label, #size_label {font-size:20px}

#content-background {background: transparent url(/assets/images/structure/content-background.png) repeat-y 1px 0 scroll;}

#content-wrap {background: transparent url(/assets/images/structure/content-bg-bottom.png) bottom no-repeat; margin-bottom:20px;min-height:350px}

#content {
	background: transparent url(/assets/images/structure/content-bg.png) top no-repeat;
	padding: 30px 20px;
}

#footer {
	background: transparent url(/assets/images/structure/footer-bg.png) top left repeat-x;
}

#footer-wrap {
	padding-top: 10px;
	text-align: center;
}

		
#main-content {
	background-color: #FFFFFF;
	margin-top: 15px;
}
	
#firstColumn {
	float: left;
	width: 47%;
	
	margin-left: 15px;
}

#secondColumn {
	float: right;
	width: 47%;
	
	margin-right: 15px;
}

#main-content h3, #main-content h4 {
	line-height: 27px;
	margin: 3px 0 8px;
}

#content h1 {
	font-size: 23px;
	line-height: 23px;
	padding: 5px 10px;
	margin: 20px 0px;
	background-color: #DBEF2C;
	display: inline;
}

#main-content h3 {
	font-size: 19px;
}

#main-content h4 {
	font-size: 17px;
}

#main-content p {
	line-height: 30px;
}

#main-content ol {
	list-style-position: inside;
	margin-left: 30px;
}

#main-content ol li {
	line-height: 25px;
	text-indent: -20px;
}

.highlight { background: #FFF95F none repeat scroll 0 0 }