@import url('reset.css');

/* General Demo Style */
body{
	background:#AB926C url(../images/fondoWeb.png) repeat top left;
	color:#000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	min-height:2000px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	font-size:28px;
	color:#333;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:400;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
    margin:0 auto;
    padding: 0;
    width: 900px;
}
h1 span{
	font-size:18px;
	color:#1693eb;
}
h2{
	background-color: transparent;
    border-bottom: 1px dotted #17120C;
    color: #17120C;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.6em;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-top: 10px;
    width: 500px;
}
h3{
	background-color: transparent;
    color: #1A0500;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
    margin-top:20px;
    padding: 0;

}
h4{
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 36px;
    display: block;
	position: relative;
    line-height: 75px;
	outline:none;
	color: #615445 !important;


}
.more{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:0 auto;
	text-align:center;
	color:#ddd;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}
/* Header Style */
.header{
	line-height:24px;
	font-size:11px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color:#ddd;
	display:block;
	float:left;
}
.header a:hover{
	color:#fff;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}
