* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(fondo.png) 50% 0% repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

h1, h2, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2, legend {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}
strong {
	color: #333399;
	font-weight: bold;
}

blockquote {
	padding: 0 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	background: none;
	color: #feef18;
}

hr {
	display: none;
}
img
{
	border: 0;
}

#contenedor { 
 margin: 0 auto;
 width: 650px;
 background: white;
}
#cabecera {
 width: 647px;
 float: left;
 padding: 0px;
 height: 95px;
 margin: 10px 0px 0px 0px;
}
#izquierda { 
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 280px;
 width: 445px;
 float: left;
}
#derecha { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 280px;
 width: 160px;
 display: inline;
 text-align: left;
}
#pie { 
 width: 650px;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align:center;
}

.botonera
{
	list-style-type:none;
	padding: 0;
	margin: 10px;
	font-weight: bold;
}
.botonera li
{
	text-align:center;
	width: 150px;
	height: 64px;
	background-image: url('fondoboton.png');
	float: left;
	margin: 5px;
	display: block;
	
}
.botonera li a
{
	text-decoration:none;
	color: white;
	font-size:14px;
	display: block;
	margin: 5px;
}
.botonera li a:hover
{
	color: #feef18;;
}
.infracciones
{
	list-style-type: circle;
}
.anuncios
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;	
}
/* Formulario */
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0; 
	border: 1px solid #BFBAB0;  
	background-color: #F2EFE9; 
}
legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em; 
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 12em;
	background-color: transparent; 
}
label {  
	display: block;
	float: left;  
	width: 10em;  
	margin-right: 1em; 
	text-align: right;
}



