/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
}
a
{
	color: #d73333;
}

/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 120px;
	background-image:url('images/Headerchico.png');
	background-position: center;
        background-repeat: no-repeat;
	padding-left: 35px;
	
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}
/* Menu */
#menu
{
	background-image: url('images/a32.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #f72b2e;
	text-decoration: underline;
	
}
/* Content */
#content_start {position: absolute;left: -10000px;};
#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('http://www.tinchio.com.ar/wordpress/wp-content/themes/emerald-x/images/a42.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}

#content .posted {
	font: normal 9px Tahoma, Arial, Helvetica, sans-serif;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContent
{
	margin: 0em 470px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{

	color: #5D5F53;
	font-size: 1.6em;
        position: center;

}
#primaryContent img a {border: none;}

#primaryContent img 
{
 padding-right: 5px;
 padding-left: 5px;
}
#primaryContent a
{
	text-decoration: none;
}

#primaryContent a:hover
{
	color: #cb2b2b;
	text-decoration: underline;
}
#primaryContent ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#primaryContent li
{
	margin-left: 10px;
	padding-left: 10px;
        background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	
}

#secondaryContent h3, #tertiaryContent h3
{
	background: url('images/a13.gif') no-repeat;
        text-align: center;
	width: 210px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 0px;
	
	padding-top: 8px;
	text-transform: uppercase;
	color: #000000;
}





/* Secondary Content */
#secondaryContent img a {border: 0;}

#secondaryContent
{
	float: left;
	width: 215px;
        
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 215px;
	padding-right: 1em;
}

#secondaryContent ul, #tertiaryContent ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#secondaryContent li, #tertiaryContent li
{
	margin-left: 10px;
	padding-left: 10px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#secondaryContent ul, #tertiaryContent ul { list-style: none; }

#secondaryContent a, #tertiaryContent a
{
	text-decoration: none;
}

#secondaryContent a:hover, #tertiaryContent a:hover
{
	color: #900c0e;
	text-decoration: underline;
}


/* Footer */
#footer
{
	background: url('images/a42.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
#footer img
{
 padding-right: 3px;
}
/* Advanced Search form */

#asl_form {
	text-align: left;
	
	padding: 0 5px;
	
	color: #333;
}

#sidebar #asl_form p {
	list-style: none;
	margin: 10px 0 7px;
	padding: 0;
}

#sidebar #asl_form ul {
	list-style: none;
	margin: 4px;
	padding: 0;
}

#sidebar #asl_form li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar #asl_form li:before { /* for the default theme */
	content: '';
}

#asl_form input {
	border: 1px solid #777;
	background-color: #e5e5e5;
	color: #000000;
}

#asl_form #asl_searchquery {
	width: 80%;
}

#asl_form input:focus {
	background-color: #fff;
	color: #444;
}

#asl_footer p {
	font-size: 0.9em;
	text-align: right;
	margin-top: 15px;
	border-top: 1px solid #888;
}

/* End Advanced Search form */

.wp-smiley {
	border: 0pt none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.adsense {
display: block;
padding: 1px 0 3px 22px;
}

