body {
    text-align: center;
	background-color:#FFFFFF;
	background-position:50% top;
	margin:1%;
}

.contenedor{
    text-align:left;
    width:772px;
    margin: auto;
}
.cabecera	{
	width:100%;
	clear:both;
}
	.barra1	{
	width:100%;
	height:20px;
	background-color:#DEDBDB;
	}

	.fecha {
	float:left;
	padding:4px;
	}

	.titulo {
	float:right;
	padding:4px;
	}
.cuerpo	{
	width:100%;
}
	.lateral	{
		float:left;
		width:41%;
	}
		.form_tit	{
			width:100%;
			height:24px;
			background-color:#971C2C;
			}
		.form_borde	{
			width:100%;
			height:94px;
			border:1px solid #971C2C;
			padding-top:10px;
			}
		.form_label	{
			float:left;
			width:38%;
			height:20px;
			font-family:verdana;
			color:#000000;
			font-weight:normal;
			font-size:0.7em;
			text-align:right;
		}
		.form_tag	{
			float:right;
			width:57%;
			height:20px;
			text-align:left;
		}
		input	{
			border:1px solid #DEDBDB;
			font-family:verdana;
			color:#000000;
			font-weight:normal;
			font-size:0.7em;
		}

	.contenido	{
		float:right;
		width:56%;
	}
.pie	{
	float:left;
	width:100%;
}
	.pie_banda	{
		background-image:url(../imgs/banda_pie.gif);
		height:18px;
		width:100%;
	}
	pie_texto	{
		width:100px;
		text-align:center;
		height:200px;
	}

.texto1	{
	font-family:verdana;
	color:#000000;
	font-weight:normal;
	font-size:0.6em;
}
.texto2	{
	font-family:verdana;
	color:#971C2C;
	font-weight:bold;
	font-size:0.8em;
}
.texto3	{
	font-family:verdana;
	color:#ffffff;
	font-weight:bold;
	font-size:0.7em;
	padding:5px 3px;
}
.normal	{
	font-family:verdana;
	color:#000000;
	font-weight:normal;
	font-size:0.7em;
	text-align:justify;
	line-height:1.3em;
}
.indent1	{
	padding-left:20px;
}
h1	{
	font-family:verdana;
	color:#971C2C;
	font-weight:bold;
	font-size:0.8em;
}
a	{
	color:#971C2C;
	font-weight:bold;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.clear1	{
	clear:both;
	height:1%;
}
.clear2	{
	width:100%;
	height:4%;
}
.izquierda	{
	float:left;
}
.derecha	{
	float:right;
}
.sep	{
	width:1%;
	float:left;
	border:1px solid white;
}
