@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Coustard);


*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}
body {
	margin: 0px;
	padding: 0px;
	background: #C55300 url(images/img01.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0B0A0A;
}
figcaption{
   font-size: 0.85em;
   padding: 0.25em;
   text-align: center;
    }

 h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Coustard', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
}
h1{
    margin:0px;
    padding: 0px;
    font-family: 'Coustard', sans-serif;
	font-weight: 300;
	font-size: 2.4em;
}

p {
	line-height: 180%;
}

a {
	color: #D1551F;
}

strong {
	font-weight: 700;
	color: #2A2A2A;
}

/* Wrapper */

#wrapper {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #D47028 url(images/img02.png) repeat;
}
#header {
		position: relative;
		/*margin: 2.5% 0 2.5% 0;*/
		padding: 0 40px 0 40px;
		border-radius: 0px;
		/*border: solid 0px;*/
		/*box-shadow: inset 0px 0px 0px 1px #12a0bf, 0px 1px 4px 0px rgba(0,0,0,0.10);*/
		background-color: #772228;
		background-image: -moz-linear-gradient(top, #922A31, #772228);
		background-image: -webkit-linear-gradient(top, #922A31, #772228);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#922A31), to(#772228));
		background-image: -ms-linear-gradient(top, #922A31, #772228);
		background-image: -o-linear-gradient(top, #922A31, #772228);
		background-image: linear-gradient(top, #922A31, #772228);
		height: 60px;
	}

		#header h1 {
			position: absolute;
			left: 40px;
			top: 0;
			color: #fff;
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 60px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 40px;
			top: 1px;
			line-height: 60px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 25px 0 25px;
				outline: 0;
			}
			
			#header nav a.current-page-item {
				background-color: #550606;
				background-image: -moz-linear-gradient(top, #820A0A, #550606);
				background-image: -webkit-linear-gradient(top, #820A0A, #550606);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#820A0A), to(#550606));
				background-image: -ms-linear-gradient(top, #820A0A, #550606);
				background-image: -o-linear-gradient(top, #820A0A, #550606);
				background-image: linear-gradient(top, #820A0A, #550606);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav a:hover {
				/*background-color: #0882a1;*/
				background-image: -moz-linear-gradient(top, #89101A, #0882a1);
				background-image: -webkit-linear-gradient(top, #89101A, #0882a1);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#89101A), to(#0882a1));
				background-image: -ms-linear-gradient(top, #89101A, #0882a1);
				background-image: -o-linear-gradient(top, #89101A, #0882a1);
				background-image: linear-gradient(top, #89101A, #0882a1);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}


/* Copyright */

#copyright {
	overflow: hidden;
	padding: 10px 0px;
}

#copyright  {
	text-align: center;
	font-family: 'Coustard', sans-serif;
	font-size: 11pt;
	color: #AD7253;
}

#copyright a {
	color: #AD7253;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: none;
	color: blue;
}


/* Button Style */

.button-style a {
	display: block;
	width: 174px;
	height: 50px;
	margin-top: 30px;
	background: url(images/img01.png) repeat;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Coustard', sans-serif;
	font-size: 14pt;
	font-weight: 200;
	color: #FFFFFF;
}
.circulo
{
    list-style-type:circle;
}
.square
{
    list-style-type:square;
}


/** LIST STYLE 1 */
/**
ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E6E6E6;
}

ul.style1 li:last-child {
	border-bottom: 0;
}

ul.style1 a {
	display: block;
	padding: 0px 0px 0px 30px;
	background: url(images/img03.png) no-repeat left top;
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover {
	text-decoration: underline;
}

/** LIST STYLE 2 */
/**
ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 0px 0px 40px 0px;
}

ul.style2 a {
	text-decoration: none;
	color: #525252;
}

ul.style2 a:hover {
	text-decoration: underline;
}

ul.style2 .date {
	display: inline-block;
	margin: 0px 0px 25px 0px;
	padding: 5px 10px;
	background: url(images/img01.png) repeat;
	letter-spacing: 1px;
	line-height: none;
	text-transform: uppercase;
	font-family: 'Coustard', sans-serif;
	font-weight: 200;
	color: #FFFFFF;
}

ul.style2 .date a {
	color: #FFFFFF;
}

/** LIST STYLE 3 */
/**
ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 25px 0px;
}

ul.style3 a {
	display: block;
	text-decoration: none;
	color: #C18062;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .date {
	float: left;
	width: 80px;
	height: 78px;
	margin: 0px 25px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: #D34C0D;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Coustard', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date b {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date a {
	color: #FFFFFF;
}

ul.style3 .date a:hover {
	text-decoration: none;
}

ul.style3 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 4 */
/**
ul.style4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li {
	padding: 15px 0px 15px 0px;
	text-shadow: 1px 1px 0px rgba(0,0,0, .3);
	border-top: solid 1px #AC6035;
}

ul.style4 li:first-child {
	border-top: 0;
}

ul.style4 a {
	display: block;
	padding: 0px 0px 0px 30px;
	background: url(images/img09.png) no-repeat left 5px;
	line-height: 160%;
	text-decoration: none;
	color: #F3F1EE;
}

ul.style4 a:hover {
	text-decoration: underline;
}

ul.style4 .first {
	background: none;
	padding-top: 0px;
}*/
#main {
		background: #fff;
		padding: 2% 0 2% 0;
	}

		#main .controls {
		}


