/* CSS Document */

#contenedor{
width:447px;
height:160px;
}

#formulario{
	z-index: 2;
	position: absolute;
	top: 7px;
	left: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}

#enviar{
text-align:right;

}

.campos{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:10px;
height:10px;
}


th, tr, td, div, img {
	margin:0px;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	margin-top:5px;
	margin-left:18px;
}
#flash {
	float: left;
	width: 240px;
	height: 160px;
}
.imagen {
	float: left;
	width: 192px;
	height: 159px;
	margin-top: 1px;
}
.envioExitoso {
	height: 176px;
	width: 448px;
	background-image: url(images/convencematicExitos2.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.verComoFuncionaBTN {
	position: absolute;
	left: 13px;
	top: 144px;
}
.volver {
	position: absolute;
	left: 341px;
	top: 141px;
}
