* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #767676;
	text-align: center;
	background: top url(../fotos/fondo.gif) repeat-x;
}

#contenedor {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	font-size: 0.9em;
	background: url(../fotos/linea_fondo.gif);
}

#cabecera {
	margin-bottom: 1em;
}

#contenido {
	width: 600px;
	float: left;
}

#lateral {
	float: left;
	width: 145px;
	padding-left: 5px;
}

#lateral li a {
	background: url(../fotos/flechas-gris.gif) top left no-repeat;
	padding-left: 13px;
}

#pie {
	clear: both;
	padding-top: 50px;
	height: 25px;
	text-align:center;
	color: #999;
	font-size: 0.85em;
	background-color: white;
}

a, a:visited {
	color: #ff7800;
	font-size: 0.95em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	height: 35px;
	text-indent: -999em;
}

h2 {
	height: 35px;
	text-indent: -999em;
}

p {
	margin: 0 0 1em 0;
}

fieldset {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 0px
}

fieldset legend {
	margin-bottom: 10px;
	color: #787878
}

form input {
	border-right: #787878 1px solid;
	border-top: #787878 1px solid;
	margin-bottom: 5px;
	border-left: #787878 1px solid;
	border-bottom: #787878 1px solid
}

form textarea {
	border-right: #787878 1px solid;
	border-top: #787878 1px solid;
	margin-bottom: 5px;
	border-left: #787878 1px solid;
	border-bottom: #787878 1px solid
}

#submit {
	clear: both;
	margin: 10px 0px;
	text-align: center;
}