﻿body{
	display: block;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
}

.errorTransaccion{
	color: #000000;
	clear: both;
	padding: 5px 0 0 5px;
	text-align: left;
}

.TransaccionOk {
	color: #000000;
}

.errorTransaccion h5 {
	font-size: 10px;
	color: #006600;
	font-weight: bolder;
}

.errorTransaccion ul{
 	list-style-type: square;
 	font-size: 12px;
 	color: #006600;
}

.story {
	text-align: justify;	
	width: 70%;
	margin-left: 20%;
	margin-right: 20%;
	clear:both;
}

.campoBorde {
	color: #10264D;
	border: #AFC9A5;
	background-color: #ECF4E5;
	border-style: solid;
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;	
	font-family: Arial;
	color:#334D55;
	font-weight: bolder;
	font-size: 11px;
}

.centrado {
	text-align: center;	
	clear:both;
}

h5 {
	font-family: Arial;
	font-size: 18px;
	clear:both;
}

p {
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
}

span {
	font-family: Arial;
	font-size: 12px;
}

.errorTransaccionspan {
	font-family: Arial;
	font-size: 8px;
	font-weight: bolder;
}

.datosPersonales {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

input.button {
	width:140px; 
	color:white; 
	background-color:#014401
}