body {
	background-color: #b3bcc4;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container_general {
	background-image: url(images/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.header {
	height: 353px;
	width: 800px;
}
.container_central {
	background-image: url(images/fondo_celda.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 360px;
	width: 693px;
}
.container_central_2 {
	background-repeat: no-repeat;
	background-position: center;
	height: 360px;
	width: 693px;
}
.celda_izquierda{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #005596;
	padding-top: 40px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 11px;
}
.celda_derecha{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #005596;
	padding-top: 40px;
	padding-right: 33px;
	padding-bottom: 22px;
	padding-left: 30px;
}
.stylo_texto_azur{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #2f96e6;
}
.stylo_texto_button{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #005596;
}
.Instrucciones
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: green;
    font-weight: normal;
    line-height: 12px    
}

/* texto usado en mensajes de error */
.ErrorMsg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
    font-weight: normal;
    line-height: 12px    
}
