/* @override http://localhost/clubacme/styleacme.css */

@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	
}
h1,h2,h3,h4,h5,h6,body{
	padding: 0;
	margin:0;
}
h1{
	font-size: 1.4em;
}
#header {
	height: 39px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	color: #fef5fb;
	text-align: center;
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #c53a22 url(images/header_bk.gif) repeat-x;
}
#wrapper{
	width:975px;
	height: 721px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #ba0000;
	background: url(images/wrapper_bk.jpg) no-repeat 0 0;
	padding-top: 0;
}
#columna {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
    text-align: justify;
    color: #5d6243;
	float: left;
	width: 50%;
	height: 80%;
	margin-top: 14%;
}
#textcolumna {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
    color: #5d6243;
    float: right;
    width: 45%;
	margin-right: 65px;
	margin-top: 312px;
	background: url(images/textcap.gif) no-repeat 0 12px;
	padding-left: 30px;
}
#textcolumna a {
    color: #f65438;    
}

.columna img {
	float: left;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	height: 400px;
	background-color: #c50202;
	text-align: center;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #fef5fb;
}

a {
	color: #faca90;
}

#footercaixa {
	width: 975px;size
	float: center;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-color: #83f927;
	background-image: url(images/footercaixa_bk.gif);
	border-bottom-style: dotted;
	border-bottom-color: #da5562;
}

.footerdins {
	width: 975px;size
	border-bottom-style: dotted;
	border-bottom-color: #da5562;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #da5562;
}
.footerdins p{
  font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
	padding-left: 175px;
}
.clearer{
	clear: both;
}
.special {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #548fff;
	font-weight: bold;
	/* border: 1px solid #f65d20; */
}

