/* ------------------------------
Etiquetas 
------------------------------ */
a:focus {
width:0px;height:0px;outline:0px;
}
hmtl,
* html {
	margin: 0px;
	padding: 0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
img{
	border:0px;
	margin: 0px;
	padding: 0px;
}
p{
	margin:0px;
	padding:0px;
}
#containerform{
	padding:0px;
	width:662px;
	margin:0px 0px 20px 30px;
	height:533px;
	overflow-y:scroll;
}
#containerform .caja {
	color: #FFFFFF;
	position:relative;
	width:632px;
	height:533px;
}
#containerform .caja p img{
	margin: 0px;
	padding: 0px;
}

.barra {
	background-color: #64921a;
	height: 41px;
	width: 695px;
	position:absolute;
	top: 533px;
	z-index:2;
}
.barra a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;	
}
.barra a img {
	padding-left: 20px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.barra a img.cierre {
	padding-left: 0px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 650px;
}
.obligatorios 
{
    color: #000;
    padding-bottom: 20px;    
}
.requiredmark 
{
    color: #000;
}
.mensaje 
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 20px;
}
