* {
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	height:100%;
}
	
body  {
	margin: 0px auto;
	font-family: Verdana, "MS Sans Serif", Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em; 
	height: 100%;
	background-color: White;
}
	
#contenedor	{
		background: url(../images/cuerpo2.jpg) center repeat-y;
		margin: 0 auto; 
		width:900px;
		height:auto;
		min-height: 100%;
}

#cabecera {
	margin: 0 auto;
	background: url(../images/cabecera2.jpg) center no-repeat;
	width: 900px;
	height: 86px;
}

#principal{
	width: 552px;
	margin-left: 80px;
	padding-top: 10px;
	text-align: justify;
	overflow: auto;
	padding-bottom: 42px; 
	color: #505050;
	float: left;
	/*background: url(../images/cangrejo.jpg) bottom right no-repeat;*/
}	

#principal h1{
	margin-bottom:20px;
	padding-left: 20px;
	color:black;
}

#principal h1:first-letter{
	color: #FF8C00;
}

#principal p{
	text-indent: 20px;
	/*border-right: solid;
	border-right-style: dotted;
	border-right-width: 2px;
	border-right-color: #BD7B00;*/
	padding-right: 10px;
}

#principal a{
	font-style: italic;
	color: #B76500;
	text-decoration: none;
}

#principal a:hover{
	text-decoration: underline;
}

#principal em{
	font-weight: bold;
}


#columna {
	padding-top: 140px;
	float: right;
	width: 160px;
	height: 200px;
	margin-right: 80px;
	margin-top: 50px;
	background: url(../images/imgcolumna.jpg) top no-repeat;
	background-color: #FDFCF7;
}

#columna p{
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
}


#pie{
	width:auto;		
	background: url(../images/pie2.jpg) center no-repeat;
	height: 81px;
	width: 900px;
	margin: 0px auto; 
	position: relative; 
	margin-top: -81px;
	text-align: right;
	
}

#pie #creditos{
	padding-top: 2px;
	padding-right: 350px;
	text-align: right;
}

#pie #validadores{

	padding-right: 180px;
	text-align: right;
}

#pie span{
	padding-right: 10px;
	font-size: 0.8em;
}

#pie a{
	font-style: italic;
	color: #B76500;
	text-decoration: none;
}

#pie a:hover{
	text-decoration: underline;
}