/* CSS Document */
#condiciones {
	background: #FFFFCC;
	overflow: auto;
	margin-top: 10px;
	height:1px;
	width: 300px;
}
#condiciones p {
	font-size: 9px !important;
	text-align: left !important;
	line-height: normal !important;
}
#abrir,.cerrar { 
	cursor: pointer;
	text-decoration: underline;
	color: #0099FF;
}
#enviar {
	border:none;
	background-color: #01305A;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	width:132px;
}
#enviar:hover { background-color: #FFBB00; }

