/* CSS Document */

#containerT
{
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 850px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 13px;
	margin-top:20px;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #06C;
}
.termino
{
	width: 200px;
	float: left;
	display: block;
}
.definicion
{
	width: 545px;
	margin-left: 300px;
}

.pEspacio
{
	margin-bottom: 10px;
}


.indent1
{
	text-indent: 150px;
}
.indent2
{
	width: 600px;
	margin-left: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}
