#Cuerpo {
	width: 42em;
	margin-right: auto;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	background-image:url(../images/fondo_.png) repeat;
	height: 34em;
	padding: 0 .8em .8em;
}

/* --------------------------------- */

.cuadro_titulo {
	margin-top: .5em;
	font-weight: bold;
	padding: .3em;
	height: 2em;
}

.Cuadro_interior {
	
	padding: .3em;
	overflow: auto;
	margin-top: .5em;
	margin-left: auto;
	margin-right: auto;
	height: 29.5em;
}

.Pie_interior {
	padding: .3em;
	text-align: center;
}

.Boton {
	width: 112px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
}

.rojo {
	color: #6A4D2F;

}

.alerta {
	width: 90%;
	margin: .2em auto;
	padding: .2em;
	text-align: center;
	color: #6A4D2F;
	text-transform: uppercase;
}

/* ------------------------------------ */

.buttons a, button{
	margin:0 7px 0 0;
	text-decoration:none;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	padding: 2px 7px 3px 4px;
	cursor:pointer;
	font-size:100%;
	line-height:130%;
	color:#f5f5f5;
	font-weight:bold;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
button img, .buttons a img{

	margin:0 3px -3px 0 !important;
	width:16px;
	height:16px;
	padding:0 !important;
	border:none !important;
	display:inline !important;
}
button:hover, .buttons a:hover{background-color:#6A4D2F;border:1px solid #c2e1ef;color:#336699;}
.buttons a:active{background-color:#6299c5;border:1px solid #6299c5;color:#fff;}
button.positive, .buttons a.positive{color:#6A4D2F;}
.buttons a.positive:hover, button.positive:hover{background-color:#f6f0db;border:1px solid #6A4D2F;color:#6A4D2F;}
.buttons a.positive:active, td.positive{background-color:#529214;border:1px solid #529214;color:#fff;}
.buttons a.negative, button.negative{color:#6A4D2F;}
.buttons a.negative:hover, button.negative:hover{background:#f6f0db;border:1px solid #6A4D2F;color:#6A4D2F;}
.buttons a.negative:active, td.negative{background-color:#d12f19;border:1px solid #d12f19;color:#fff;}
.buttons{text-align: left;clear:both;margin:10px 0 20px 0;padding:0;font-size:100%;}
.buttons .button{font-size:120%;cursor: pointer;padding:0 10px;}

/* ------------------------------------ */

.C_Plantillas {
	
	overflow: auto;
	height: 22em;
	color: #6A4D2F;
	padding: .5em;
}

.izquierda {
	float: left;
}

.derecha {
	float: right;
}

.linea {
	margin-bottom: .5em;
	display: table;
}

.linea_a {
	float: left;
	text-align: right;
	padding-right: .5em;
	padding-left: .5em;
	width: 8.9em;
        font-family:Arial;
	font-size:14px
}

.linea_b {
	float: right;
	width: 24em;
	font-family:Arial;
	font-size:14px
}

.EsTit {
	border:1px solid #6A4D2F;
	font: italic bold 1em Arial;
	color: #2e2d2d;
	height: 1.4em;
	background-color: #f6f0da;
	width: 24em;
}

.EsTit2 {
        border:1px solid #6A4D2F;
	font: italic bold 1em Arial;
	color: #2e2d2d;
	height: 5em;
	background-color: #f6f0da;
	width: 24em;
}

.marron {
	color: marron;
}

.negritas {
	font-weight: bold;
}

.Ems_35 {
	width: 35em;
	display: table;
}

.Texto_1-4 {
	font-size: 1.4em;
}
