body{
	
	border: 0;
	padding: 0;
	margin: 0 auto;
	font-family: "Arial";
	text-align: center;
	color: white;
}

#contenedor{
	
	font-size: 1em;
	text-align: center;
	border: 0;
	padding: 0;
	margin: auto;
	margin-top: 140px;
	width: 454px;
}

#contenedor2{
	
	font-size: 1em;
	text-align: center;
	border: 0;
	padding: 0;
	margin: auto;
	margin-top: 3px;
	width: 454px;
}

#divPanelUpLogin{
	
	border:0;
	margin:0;
	padding:0;
	background-color: white;
	border-radius: 20px;
	height: 80px;
	max-width: 100%;	
	border-style:solid;
	border-width: 2px;
	border-color:#A3C44F; /*borde verde*/
}


#barra{
	
	border:0;
	padding:0;
	margin-top: 2px;
	margin-bottom: 2px;
	max-width: 100%;
}

#divPanelLogin{
	
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	border-radius: 20px;
	height: 175px;
	max-width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #A3C44F;
}

#divPanelLogin2{
	
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	border-radius: 20px;
	height: 175px;
	max-width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #A3C44F;
	margin-bottom: 10px;
	margin-top: 6px;
}

#componentesPanel{
	
	margin: 0 auto;
	width: 58%;
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}

#componentesPanel2{
	
	margin: 0 auto;
	width: 58%;
	text-align: right;
	margin-top: 100px;
	font-size: 12px;
}


.boton {
	
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	height: 29px;
	width: 80px;
	border: 0;
}

.boton2 {
	
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	height: 29px;
	width: 80px;
	border: 0;
}

#fondo {
	
	width: 261px;
	height: 108px;
	border-radius: 20px;
	position: relatrive;
	margin-left: 118px;
	margin-top: -21px;
}

fondo2{
	
	width: 261px;
	height: 108px;
	border-radius: 20px;
	position: relatrive;
	margin-left: 118px;
	margin-top: -21px;
}


#contenedorRightLeft{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-top: 10px;
}

#contenedorRightRight{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-top: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #A3C44F;
	border-radius: 20px;
	height: 360px;
}

.titulo {
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	color: darkgray;
	font-style: italic;
	border-bottom: 2px solid darkgray;
}

.tituloayuda{
	font-size: 1em;
	margin-top: 12px;
	color: darkgray;
	font-style: italic;
	margin-left: 20px;
	text-align: left;
}

.tituloDescripcion{
	
	font-size: 14px;
	font-style: oblique;
	margin-left: -120px;
	color: darkgray;
	
}

.descripcion{
	margin-top: -5px;
	margin-left: 46px;
	font-style: oblique;
}

.negrita {
	font-weight: bold;
	color: #21560d;
}

.cursiva {
	font-style: italic;
}

.subrayado {
	text-decoration: underline;
}