#Wrapper { /* El # sirve para referenciar a un objeto por su id */
	width: -moz-fit-content;
	height: -moz-fit-content;
	border:1px solid #FFFFFF; /* dotted (punteado) inset(incrustado) */
	/*border-left: #000000 3px solid;
	border-right:#000000 5px inset;*/
	margin: 8px auto 0px auto; /* El orden es top right bottom left se puede utilizar margin-top, margin-left, margin-bottom, margin-right */
	background: #0093DD;
	text-align: center;
}	

#Wrapper1 { /* El # sirve para referenciar a un objeto por su id */
	width: -moz-fit-content;
	height: -moz-fit-content;
	border:1px solid #FFFFFF; /* dotted (punteado) inset(incrustado) */
	/*border-left: #000000 3px solid;
	border-right:#000000 5px inset;*/
	margin: 143px auto 0px auto; /* El orden es top right bottom left se puede utilizar margin-top, margin-left, margin-bottom, margin-right */
	background: #DFE8F6;
	text-align: center;
}	

body {
	background-color: #FFF ;
/*	background-image:url(../images/fondo.jpg);*/*/
}

#ppal {
background:  #0093DD;
width: -moz-fit-content;
height: -moz-fit-content;
padding: 10px;
margin: 8px auto 0px auto;
/*para Firefox*/
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
/*para IE */
behavior:url(border.htc);
/* para Opera */
border-radius: 15px 15px 15px 15px;
}

.div_Content{
width:92px;
height:144px;
position:fixed;
top:250px;
left:44%;
margin-left: 540px;
margin-top: -220px;
background:url() center no-repeat transparent;
}
label.error {
    font-size: 10pt;
	color: #FF0000;
	border: 0px !important;
}
.caducada td {
    background: #0F3485;
	color: #FFFFFF;
}