*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#373532;
	background-color:#94917C;	
}

a{
	color:#8B241F;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

a:link img{
	border:none;
}
a:visited img {
	border:none;
}

p{
	margin:10px 0px 10px 0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8B241E;
	font-size: 1.2em;
	font-weight: bold;
	padding-left:0px;
	margin-bottom: 1px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	padding:2px 0px 2px 0px;
	color: #000000;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom:5px;
	margin:15px 0 5px 0;
	color:#000000;
	color: #8B241E;
}

ul{
	list-style:disc;
	list-style-position:inside;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
li{
	padding: 0px 0px 10px 0px;	
}
table{
}
th{
	text-align:center;
	padding:5px;
}
tr{
	background-color:#dddddd;
}
tr.alterna{
	background-color:#eeeeee;
}
td{
	padding:5px;
}

label{
	width:100px;
	padding-left:25px;
}
fieldset{
	margin-top:20px;
	padding:20px;
	border:1px solid #8B241F;
}
legend{
	
}

abbr{
	color: #8B241E;
	cursor: help;
}


#contenedor{
	width:900px;
	margin-top:0px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
}

#cabecera{
	background-image:url(../img/cabecera.jpg);
	background-repeat:no-repeat;
	height:217px;
	width:100%;
	float:left;
}

#menuLateral{
	width:200px;
	height:250px;
	float:left;
	padding:20px 20px 0px 20px;
	background-image:url(../img/feet.jpg);
	background-repeat:no-repeat;
}

	#menuLateral ul {
		list-style: none;
		list-style-position: outside;
		background: url(../img/deg.jpg) no-repeat bottom left;
		margin: 0;
		padding: 5px 20px 31px;
/*		margin:0 0 0 10px;
		padding:10px 10px 10px 20px;*/
	}
	#menuLateral ul li{
		padding: 0px 0px 10px 0px;
	}
		#menuLateral ul li ul{
			list-style: none;
			list-style-position: outside;
			background: none;
		}
		#menuLateral ul li ul li{
			border-left:#8B241E solid 1px;
			padding-left:5px;
		}
	#menuLateral a {
		margin: 0;
		text-decoration: none;
		color: #000000;
	}
	#menuLateral a:hover {
		color: #8B241F;
	}
	#menuLateral a.seleccion {
		color: #8B241F;
	}
#contenido{
	float:left;
	width:410px;
	padding:20px 0px 0px 10px;

}
#contenido.doble{
	width:610px;
}
#col-240{
	width: 220px;
	margin:0 0 0 0px;
	padding:20px 0px 0px 10px;
	float: left;
}
	.pastilla{
		float: left;
		padding: 5px 0px 5px 30px;
	}

#pie{
	background:url(../img/pie.gif) no-repeat;
	clear: both;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding-top: 25px;
	text-align:center;
}