@charset "utf-8";
/* CSS Document */

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f7941e;
	outline: none;
}
.boxA {
	background-color: #f1961a;
	width: 200px;
	border:1px solid #5d5d5d;
	color: #333;
	margin:2px 0 3px 10px;
	}
	.boxIns {
		background-color: #f1961a;
		width: 250px;
		border:1px solid #5d5d5d;
		color: #333;
		margin:2px 0 3px 10px;
		}
		#suscription {
			margin-bottom: 10px;
			background-color: #eeeeee;
			border: 1px solid #999999;
			padding: 10px;
			background-image: url(images/stampillas.jpg);
			background-position: top right;
			background-repeat: no-repeat;
			}

.boxB {
	background-color: #f1961a;
	width: 200px;
	border:1px solid #5d5d5d;
	color: #333;
	margin:3px 0 3px 10px;
}
.text_tanks_form{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#c4bfaa;
}


/*FORMULARIO*/

#preguntas {
	position: relative;
	width: 360px;
	height: 300px;
	background-color: #EEE;
	border: 1px solid #999;
	padding:15px 15px 15px 20px;
	float: left;
	}
	#preguntas_titulo {
		position: relative;
		width: 395px;
		height: 80px;
		background-image: url(images/formulario_box.jpg);
		background-repeat:no-repeat;
		margin: -15px 0px 20px -20px;
		}
		
#preguntas2 {
	position: relative;
	width: 400px;
	height: 300px;
	background-color: #EEE;
	border: 1px solid #999;
	padding:15px;
	margin-left: 20px;
	float: left;
	}
	#preguntas_titulo2 {
		position: relative;
		width: 430px;
		height: 80px;
		background-image:url(images/inscribirse_box.jpg);
		background-repeat:no-repeat;
		margin: -15px 0px 15px -15px;
		}
		
#error_box {
		position: absolute;
		width: 184px;
		top: 100px;
		left: -207px;
		border: 1px solid #707070;
		background-image:url(images/back_color_menus.png);
		background-repeat:repeat;
		padding: 10px 20px 5px 10px;
		z-index: 5000;
		}
		#error_arrow {
			position: relative;
			width: 112px;
			height: 51px;
			left: 120px;
			margin-top: 10px;
			background-image:url(images/arrows_form.png);
			background-repeat:no-repeat;
			}
		#error_mensaje {
			position: absolute;
			width: 164px;
			height: 83px;
			top:-580px;
			left: -70px;
			background-image:url(images/errores_mensaje.png);
			background-repeat:no-repeat;			
			}
